@snyk/dep-graph
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -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); |
@@ -45,3 +45,3 @@ { | ||
}, | ||
"version": "1.3.0" | ||
"version": "1.4.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
54811
779