Socket
Socket
Sign inDemoInstall

@snyk/dep-graph

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/dep-graph - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

10

dist/core/validate-graph.js

@@ -43,4 +43,12 @@ "use strict";

break;
case 'golang': {
let expected = purlPkg.namespace
? `${purlPkg.namespace}/${purlPkg.name}`
: purlPkg.name;
if (purlPkg.subpath)
expected += `/${purlPkg.subpath}`;
assert(pkg.name === expected, `name and packageURL name do not match`);
break;
}
case 'composer':
case 'golang':
case 'npm':

@@ -47,0 +55,0 @@ case 'swift':

2

package.json

@@ -71,3 +71,3 @@ {

},
"version": "2.7.1"
"version": "2.7.2"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc