Skip to content

Releases: iver-wharf/wharf-collect-licenses-js

v2.0.0 wharf-collect-licenses-js

07 Feb 12:50
18bed53
Compare
Choose a tag to compare

NPM package

Hosted over at https://www.npmjs.com/package/@iver-wharf/wharf-collect-licenses

npm install --save-dev @iver-wharf/[email protected]

Changes (since v1.0.1)

  • BREAKING: Changed package to ES module to stay compatible with node-fetch. This drops support for usage by CommonJS modules. (#6)

    If importing this package in a script file, a quick fix is to rename the file from myscript.js to myscript.mjs, and then run node myscript.mjs.

v1.0.1 wharf-collect-licenses-js

25 Jan 13:16
54569f6
Compare
Choose a tag to compare

⚠️ This version turned out to be unusable due to an issue of conflicting module types between CommonJS modules and ES modules. Please refer to the v2.0.0 release instead.

NPM package

Hosted over at https://www.npmjs.com/package/@iver-wharf/wharf-collect-licenses

npm install --save-dev @iver-wharf/[email protected]

Changes (since v1.0.0)

  • Security: Changed version of node-fetch from 2.6.5 to 3.2.0 for CVE-2022-0235. (#3)

v1.0.0 - wharf-collect-licenses-js

05 Nov 07:16
v1.0.0
2526fa2
Compare
Choose a tag to compare

NPM package

Hosted over at https://www.npmjs.com/package/@iver-wharf/wharf-collect-licenses

npm install --save-dev @iver-wharf/[email protected]

Changes

  • Initial release. (#2)