Skip to content

Commit

Permalink
@npmcli/arborist@0.0.16
Browse files Browse the repository at this point in the history
This adds support for `npm audit --production`, by having Arborist
respect the `omit` option when running audit reports.
  • Loading branch information
isaacs committed Aug 10, 2020
1 parent 5fb2177 commit 3598fe1
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 33 deletions.
3 changes: 2 additions & 1 deletion node_modules/@npmcli/arborist/lib/arborist/reify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 67 additions & 23 deletions node_modules/@npmcli/arborist/lib/audit-report.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions node_modules/@npmcli/arborist/lib/vuln.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/@npmcli/arborist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@npmcli/arborist": "^0.0.15",
"@npmcli/arborist": "^0.0.16",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/run-script": "^1.4.0",
"abbrev": "~1.1.1",
Expand Down

0 comments on commit 3598fe1

Please sign in to comment.