@snyk/dep-graph
Advanced tools
Comparing version 1.19.3 to 1.19.4
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65030
11
+ Addedgraphlib@^2.1.8
+ Addedgraphlib@2.1.8(transitive)
+ Addedlodash@4.17.21(transitive)
- Removed@snyk/graphlib@2.1.9-patch.2
- Removed@snyk/graphlib@2.1.9-patch.2(transitive)
- Removedlodash.clone@4.5.0(transitive)
- Removedlodash.constant@3.0.0(transitive)
- Removedlodash.filter@4.6.0(transitive)
- Removedlodash.foreach@4.5.0(transitive)
- Removedlodash.has@4.5.2(transitive)
- Removedlodash.isarray@4.0.0(transitive)
- Removedlodash.isempty@4.4.0(transitive)
- Removedlodash.isfunction@3.0.9(transitive)
- Removedlodash.isundefined@3.0.1(transitive)
- Removedlodash.keys@4.2.0(transitive)
- Removedlodash.map@4.6.0(transitive)
- Removedlodash.reduce@4.6.0(transitive)
- Removedlodash.size@4.2.0(transitive)
- Removedlodash.transform@4.6.0(transitive)
- Removedlodash.union@4.6.0(transitive)
- Removedlodash.values@4.3.0(transitive)