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 1.6.0 to 1.6.1

3

dist/core/create-from-json.js

@@ -51,3 +51,4 @@ "use strict";

function validateDepGraphData(depGraphData) {
assert(semver.satisfies(depGraphData.schemaVersion, exports.SUPPORTED_SCHEMA_RANGE), "dep-graph schemaVersion not in \"" + exports.SUPPORTED_SCHEMA_RANGE + "\"");
assert(!!semver.valid(depGraphData.schemaVersion)
&& semver.satisfies(depGraphData.schemaVersion, exports.SUPPORTED_SCHEMA_RANGE), "dep-graph schemaVersion not in \"" + exports.SUPPORTED_SCHEMA_RANGE + "\"");
assert(depGraphData.pkgManager && !!depGraphData.pkgManager.name, '.pkgManager.name is missing');

@@ -54,0 +55,0 @@ var pkgsMap = depGraphData.pkgs.reduce(function (acc, cur) {

@@ -50,3 +50,3 @@ {

},
"version": "1.6.0"
"version": "1.6.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