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.19.3 to 1.19.4

2

dist/core/builder.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const graphlib = require("@snyk/graphlib");
const graphlib = require("graphlib");
const dep_graph_1 = require("./dep-graph");

@@ -5,0 +5,0 @@ class DepGraphBuilder {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const semver = require("semver");
const graphlib = require("@snyk/graphlib");
const graphlib = require("graphlib");
const errors_1 = require("./errors");

@@ -6,0 +6,0 @@ const validate_graph_1 = require("./validate-graph");

@@ -1,2 +0,2 @@

import * as graphlib from '@snyk/graphlib';
import * as graphlib from 'graphlib';
import * as types from './types';

@@ -3,0 +3,0 @@ export { DepGraphImpl };

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const _isEqual = require("lodash.isequal");
const graphlib = require("@snyk/graphlib");
const graphlib = require("graphlib");
const create_from_json_1 = require("./create-from-json");

@@ -6,0 +6,0 @@ class DepGraphImpl {

@@ -1,2 +0,2 @@

import * as graphlib from '@snyk/graphlib';
import * as graphlib from 'graphlib';
export declare function validateGraph(graph: graphlib.Graph, rootNodeId: string, pkgs: {

@@ -3,0 +3,0 @@ [pkgId: string]: any;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const graphlib = require("@snyk/graphlib");
const graphlib = require("graphlib");
const errors_1 = require("./errors");

@@ -5,0 +5,0 @@ function assert(condition, msg) {

@@ -33,2 +33,3 @@ {

"devDependencies": {
"@types/graphlib": "^2.1.6",
"@types/jest": "^25",

@@ -46,3 +47,3 @@ "@types/node": "^8",

"dependencies": {
"@snyk/graphlib": "2.1.9-patch.2",
"graphlib": "^2.1.8",
"lodash.isequal": "^4.5.0",

@@ -54,3 +55,3 @@ "object-hash": "^2.0.3",

},
"version": "1.19.3"
"version": "1.19.4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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