Skip to content

Releases: snyk/nodejs-lockfile-parser

v1.10.1

19 Dec 14:05
2000315
Compare
Choose a tag to compare

1.10.1 (2018-12-19)

Bug Fixes

  • improve yarn parser performance by replacing recursion with tail recursion (6b27497)

v1.10.0

18 Dec 14:41
32974f1
Compare
Choose a tag to compare

1.10.0 (2018-12-18)

Features

  • add tree size in the output (6e791e7)

v1.9.1

04 Dec 10:32
985a389
Compare
Choose a tag to compare

1.9.1 (2018-12-04)

Bug Fixes

v1.9.0

02 Dec 14:49
5b45a53
Compare
Choose a tag to compare

1.9.0 (2018-12-02)

Features

  • lockfile parser must always return depTree.name (3a9d98a)

v1.8.1

30 Nov 16:00
152e352
Compare
Choose a tag to compare

1.8.1 (2018-11-30)

Bug Fixes

  • Force event loop to tick (1be86db)

Performance Improvements

  • change Promise.all to for..of and await (adf03c6)

v1.8.0

29 Nov 11:12
ab43cb5
Compare
Choose a tag to compare

1.8.0 (2018-11-29)

Features

  • relax out of sync for yarn.lock too (bf58b62)
  • Setting based out of sync strict behaviour (7a01acb)

v1.7.1

14 Nov 11:00
7d876e4
Compare
Choose a tag to compare

1.7.1 (2018-11-14)

Bug Fixes

  • skip file as a version key (b2f8638)

v1.7.0

05 Nov 09:33
1255d8f
Compare
Choose a tag to compare

1.7.0 (2018-11-05)

Bug Fixes

  • proper setting of cyclic and dev deps, setImm. being function (e6ad71c)
  • throw error for missing top level dep (9766c6e)

Features

  • keep dev dependency mark (44ac94b)

Performance Improvements

  • faster package-lock tree creation (489a4a8)

v1.6.0

31 Oct 12:42
3af39cc
Compare
Choose a tag to compare

1.6.0 (2018-10-31)

Features

v1.5.4

31 Oct 11:08
d21be0d
Compare
Choose a tag to compare

1.5.4 (2018-10-31)

Bug Fixes