Skip to content

Releases: dub-flow/veracode-javascript-packager

v1.0.7 Release

29 Nov 11:38
Compare
Choose a tag to compare

Removed the check for lockfile version 3 as it's now supported by Veracode SCA

v1.0.6 Release

31 Oct 09:02
Compare
Choose a tag to compare

Minor changes: Added some new text file extensions to be excluded from the output zip

v1.0.5 Release

14 Apr 12:06
Compare
Choose a tag to compare

This release adds some minor features and makes sure that the current version is compiled into the binary even if one manually builds/runs the app (using go run or go build). This avoids unnecessarily prompting users to update to the latest version even if they are already on it.

v1.0.4

27 Mar 11:07
Compare
Choose a tag to compare

Fixed a bug with the -tests argument.

v1.0.3 Release

16 Mar 11:33
Compare
Choose a tag to compare

Minor improvements to logging and the packaging binary itself is now excluded from the output zip (in case it was within the -source folder)

v1.0.2 Release

09 Mar 11:07
Compare
Choose a tag to compare

Added functionality to remove nested archives from the output zip.

v1.0.1 Release

21 Feb 16:17
Compare
Choose a tag to compare

Some minor improvements and added a check for NPM lockfile version 3 (which is currently not supported by Veracode SCA)

v1.0.0 Release 💥

08 Feb 10:28
Compare
Choose a tag to compare

This release now logs the current version of the tool and notifies if there is a newer version!

v0.1.3 Release

23 Jan 14:10
Compare
Choose a tag to compare

Added some more features and made the -source flag required and without a default value.

v0.1.2 Release

10 Jan 16:45
Compare
Choose a tag to compare

Fixed some issues with the tool on Windows and made sure everything is os-agnostic.