Skip to content

Parse npm-shrinkwrap.json

Fabien Catteau requested to merge add-npm-shrinkwrap.json into master

What does this MR do?

Add npm-shrinkwrap.json to the files parsed by the existing npm parser.

Prior to this MR the npm parser only parsed package-lock.json files, even though both package-lock.json and npm-shrinkwrap.json share the same format.

What are the relevant issue numbers?

See https://gitlab.com/gitlab-org/gitlab-ee/issues/10075#note_173299300

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports