Skip to content

Releases: dub-flow/veracode-javascript-packager

v1.0.7 Release

Choose a tag to compare

@dub-flow dub-flow released this 29 Nov 11:38

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

v1.0.6 Release

Choose a tag to compare

@dub-flow dub-flow released this 31 Oct 09:02

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

v1.0.5 Release

Choose a tag to compare

@dub-flow dub-flow released this 14 Apr 12:06

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

Choose a tag to compare

@dub-flow dub-flow released this 27 Mar 11:07

Fixed a bug with the -tests argument.

v1.0.3 Release

Choose a tag to compare

@dub-flow dub-flow released this 16 Mar 11:33

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

Choose a tag to compare

@dub-flow dub-flow released this 09 Mar 11:07

Added functionality to remove nested archives from the output zip.

v1.0.1 Release

Choose a tag to compare

@dub-flow dub-flow released this 21 Feb 16:17

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

v1.0.0 Release 💥

Choose a tag to compare

@dub-flow dub-flow released this 08 Feb 10:28

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

v0.1.3 Release

Choose a tag to compare

@dub-flow dub-flow released this 23 Jan 14:10

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

v0.1.2 Release

Choose a tag to compare

@dub-flow dub-flow released this 10 Jan 16:45

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