Releases: sonatype-nexus-community/auditjs
Release 3.1.0
Add yarn.lock and package-lock.json support.
Release 3.0.5
New major release which uses the OSS Index 3.x API
Release 2.4.5
Poassibly resolve infinite recursion problem.
Version 2.3.0
Changed the proxy implementation to the "request" package, which supports features allowing use behind corporate proxies.
https://www.npmjs.com/package/request#proxies
Thanks to @ctalau for the PR (in ossindexjs).
Version 2.2.6
Major features:
- --prod/--production will restrict auditing to production dependencies only
- --dependencyTypes will affect both the simple package only as well as recursive dependencies
- Logging levels have been added
- Logging has been moved to
Winston
Version 2.2.2
Added optional "simplified whitelist" format.
Version 2.2.1
Numerous updates and fixes. Improved windows support. Added new option --dependencyTypes
which can be used to run auditjs on a variety of dependency lists.
node audit.js -p test_data/package.json --dependencyTypes devDependencies,dependencies,peerDependencies,bundledDependencies,optionalDependencies
-d
may be used instead of --dependencyTypes
Note the argument is a comma separated list of dependency types.
Release 2.1.8
Added a new "binary" shortcut, auditjs-win
, which should be used to run auditjs on windows until a proper cross-platform mechanism is found that also supports weird Debian/Ubuntu edge cases.
Release 2.1.7
Update to match npm version. Some bug fixes.
Release 2.1.4
Attempt to identify the appropriate node
or nodejs
executable with which to run the script.