@snyk/cli-interface
Advanced tools
Comparing version 2.6.1 to 2.7.0
import * as graphlib from '@snyk/graphlib'; | ||
import { DepGraph } from '@snyk/dep-graph'; | ||
export interface DepTreeDep { | ||
@@ -25,3 +26,4 @@ name?: string; | ||
export interface ScannedProject { | ||
depTree: DepTree; | ||
depTree?: DepTree; | ||
depGraph?: DepGraph; | ||
targetFile?: string; | ||
@@ -28,0 +30,0 @@ meta?: any; |
@@ -16,2 +16,3 @@ import { CallGraph, DepTree, ScannedProject, SupportedPackageManagers } from './common'; | ||
args?: string[]; | ||
useDepGraph?: boolean; | ||
} | ||
@@ -18,0 +19,0 @@ export interface SingleSubprojectInspectOptions extends BaseInspectOptions { |
@@ -28,6 +28,7 @@ { | ||
"dependencies": { | ||
"tslib": "^1.9.3", | ||
"@snyk/graphlib": "2.1.9-patch" | ||
"@snyk/dep-graph": "1.19.0", | ||
"@snyk/graphlib": "2.1.9-patch", | ||
"tslib": "^1.9.3" | ||
}, | ||
"version": "2.6.1" | ||
"version": "2.7.0" | ||
} |
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
41759
708
3
+ Added@snyk/dep-graph@1.19.0
+ Added@snyk/dep-graph@1.19.0(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedlodash.isequal@4.5.0(transitive)
+ Addedobject-hash@2.2.0(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)
+ Addedtslib@2.8.1(transitive)