Skip to content

Releases: sonatype-nexus-community/auditjs

Release 3.1.0

21 Mar 17:11
Compare
Choose a tag to compare

Add yarn.lock and package-lock.json support.

Release 3.0.5

05 Aug 15:42
a6786b1
Compare
Choose a tag to compare

New major release which uses the OSS Index 3.x API

Release 2.4.5

11 Jul 01:05
Compare
Choose a tag to compare
Poassibly resolve infinite recursion problem.

Version 2.3.0

28 Jan 00:25
Compare
Choose a tag to compare

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

29 Oct 06:35
Compare
Choose a tag to compare

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

03 Oct 04:21
Compare
Choose a tag to compare

Added optional "simplified whitelist" format.

Version 2.2.1

20 Aug 01:05
Compare
Choose a tag to compare

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

06 Jun 04:22
Compare
Choose a tag to compare

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

23 May 04:04
Compare
Choose a tag to compare

Update to match npm version. Some bug fixes.

Release 2.1.4

30 Apr 02:05
Compare
Choose a tag to compare

Attempt to identify the appropriate node or nodejs executable with which to run the script.