snyk / nodejs-lockfile-parser

Generate a Snyk dependency tree from package-lock.json or yarn.lock file
Other
59 stars 28 forks source link

fix: use filename as default name istead of full path #77

Closed dkontorovskyy closed 4 years ago

dkontorovskyy commented 4 years ago

What this does

Use filename as default name instead of the full path

dkontorovskyy commented 4 years ago

@orsagie, in yarnv2 for CLI we will be calling buildDepTree instead of buildDepTreeForFiles, because of that we are gonna be passing default name from CLI. This gonna brake yarnWorkspaces functionality. With this small fix, it will act as it used to be.

snyksec commented 4 years ago

:tada: This PR is included in version 1.26.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: