Skip to content

Releases: snyk/nodejs-lockfile-parser

v1.5.0

24 Aug 13:55
ad723de
Compare
Choose a tag to compare

1.5.0 (2018-08-24)

Bug Fixes

  • transitive dependency type (f80cd27)
  • workaround for yarn.lock parsing under node 4 (c040a46)

Features

v1.4.1

17 Aug 17:14
a9a6255
Compare
Choose a tag to compare

1.4.1 (2018-08-17)

Bug Fixes

  • handle cyclic dependencies (acf01ba)

Performance Improvements

  • remove unncessary map-reduce for creating path for lockfile (8f70e72)

v1.4.0

17 Aug 09:35
7bff983
Compare
Choose a tag to compare

1.4.0 (2018-08-17)

Features

  • add support for different type of dependencies (5a83396)

v1.3.0

16 Aug 09:35
17a580b
Compare
Choose a tag to compare

1.3.0 (2018-08-16)

Bug Fixes

  • verify devDependencies content (355f3fb)

Features

  • add support for different type of dependencies (ef119f8)

v1.2.2

10 Aug 10:39
a916cff
Compare
Choose a tag to compare

1.2.2 (2018-08-10)

Bug Fixes

  • source-map-support is a dependency (bd0f3c6)

v1.2.1

10 Aug 10:11
ea7639e
Compare
Choose a tag to compare

1.2.1 (2018-08-10)

Bug Fixes

v1.2.0

09 Aug 16:09
5ae268f
Compare
Choose a tag to compare

1.2.0 (2018-08-09)

Bug Fixes

  • bug not saving deps + style fixes (9911b5b)
  • correct async cycle and provide good_enough fixture for test (69290b1)

Features

  • add bin command (e48b713)
  • export file and parsing interface + readibility improvements (d95b01a)
  • parse whole lockfile (df2b206)

v1.1.0

03 Aug 13:38
ab80c5a
Compare
Choose a tag to compare

1.1.0 (2018-08-03)

Features

  • Add node 6 & 4 to test runs (c40f8c3)

v1.0.0

03 Aug 13:33
8116973
Compare
Choose a tag to compare

1.0.0 (2018-08-03)

Bug Fixes

  • enable semantic release, travis and appveyor CI (a465c73)
  • remove dist folder from git (216c964)
  • upgrade semantic-release to enable releases on travis (1c5961c)

Features