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 1.3.0 to 1.4.0

1

dist/legacy/index.d.ts

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

interface DepTree extends DepTreeDep {
type?: string;
packageFormatVersion?: string;

@@ -13,0 +14,0 @@ targetOS?: {

@@ -178,2 +178,3 @@ "use strict";

depTree = _a.sent();
depTree.type = depGraph.pkgManager.name;
depTree.packageFormatVersion = constructPackageFormatVersion(pkgType);

@@ -180,0 +181,0 @@ targetOS = constructTargetOS(depGraph);

2

package.json

@@ -45,3 +45,3 @@ {

},
"version": "1.3.0"
"version": "1.4.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