Skip to content

Releases: snyk/nodejs-lockfile-parser

v1.38.0

18 Jan 16:44
15ffcf5
Compare
Choose a tag to compare

1.38.0 (2022-01-18)

Features

  • Improve error msg for npm 7+ projects (b45b5fb)

v1.37.3

03 Jan 14:53
0d2e8a2
Compare
Choose a tag to compare

1.37.3 (2022-01-03)

Bug Fixes

  • remove lodash.set since it brings high vuln (e6a2aa1)

v1.37.2

24 Nov 15:53
ab7a197
Compare
Choose a tag to compare

1.37.2 (2021-11-24)

Bug Fixes

  • support optional peerDependencies with npm7 (f88455b), closes #121

v1.37.1

29 Sep 18:45
db4dd8e
Compare
Choose a tag to compare

1.37.1 (2021-09-29)

Bug Fixes

  • applies resolutions when finding top level deps if yarn 2 (c203e2b)
  • freeze semantic release on pipeline to avoid breaking change in v18 (a254a12)

v1.37.0

31 Aug 14:30
009ac12
Compare
Choose a tag to compare

1.37.0 (2021-08-31)

Features

  • allow deeply out of sync lockfile (740ea89)

v1.36.1

10 Aug 11:42
8f7d395
Compare
Choose a tag to compare

1.36.1 (2021-08-10)

Bug Fixes

  • pass includePeerDeps instead of a whole lockfile (8ca8fc6)

v1.36.0

30 Jun 15:47
88b3cc6
Compare
Choose a tag to compare

1.36.0 (2021-06-30)

Features

  • generate depGraph from yarn cli output (52d782a)

v1.35.1

27 May 14:11
53b343e
Compare
Choose a tag to compare

1.35.1 (2021-05-27)

Bug Fixes

  • remove unused dependencies (d8f0107)

v1.35.0

27 May 08:28
a2bf3fe
Compare
Choose a tag to compare

1.35.0 (2021-05-27)

Features

  • add support for resolutions in yarn2 (be5dbd8)

v1.34.2

11 May 08:34
1aaf32c
Compare
Choose a tag to compare

1.34.2 (2021-05-11)

Bug Fixes

  • correct messaging in out of sync errors if using yarn2 (bd8c709)