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.0 to 2.7.1

9

dist/core/validate-graph.js

@@ -43,2 +43,11 @@ "use strict";

break;
case 'composer':
case 'golang':
case 'npm':
case 'swift':
assert(pkg.name ===
(purlPkg.namespace
? `${purlPkg.namespace}/${purlPkg.name}`
: purlPkg.name), `name and packageURL name do not match`);
break;
// The PURL spec for Linux distros does not include the source in the name.

@@ -45,0 +54,0 @@ // This is why we relax the assertion here and match only on the package name:

2

package.json

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

},
"version": "2.7.0"
"version": "2.7.1"
}

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