snyk / nodejs-lockfile-parser

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

feat: add support for yarn workspaces pattern in workspaces.packages #76

Closed mhassan1 closed 4 years ago

mhassan1 commented 4 years ago

resolves https://github.com/snyk/snyk/issues/1251

What this does

This PR addresses https://github.com/snyk/snyk/issues/1251, adding support for the alternate Yarn Workspaces configuration in package.json at workspaces.packages

{
  "name": "my-workspace",
  "private": true,
  "workspaces": {
    "packages": [ "packages/*" ]
  }
}
CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

snyksec commented 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: