lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
776 stars 35 forks source link

Feat/support lockfile v3 #169

Closed lirantal closed 11 months ago

lirantal commented 11 months ago

Description

Fixes #168 to add support for npm's lockfile v3

Types of changes

Adding support for parsing the packages field (used to be dependencies for v2 and v1 of the lockfile format)

Related Issue

168

kusalk commented 11 months ago

Thank you for the rapid fix