Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.4.0 to 2.5.0

1

dist/legacy/index.d.ts

@@ -15,2 +15,3 @@ import * as types from '../core/types';

};
purl?: string;
}

@@ -17,0 +18,0 @@ /**

@@ -27,2 +27,5 @@ "use strict";

};
if (depTree.purl) {
rootPkg.purl = depTree.purl;
}
const pkgManagerInfo = {

@@ -68,2 +71,5 @@ name: pkgManagerName,

};
if (dep.purl) {
depPkg.purl = dep.purl;
}
const depNodeId = getNodeId(depPkg.name, depPkg.version, subtreeHash);

@@ -70,0 +76,0 @@ depNodesIds.push(depNodeId);

2

package.json

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

},
"version": "2.4.0"
"version": "2.5.0"
}

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