snyk-go-plugin
Advanced tools
Comparing version 1.6.2 to 1.6.3
import * as fs from 'fs'; | ||
import * as os from 'os'; | ||
import * as path from 'path'; | ||
import * as toml from 'toml'; | ||
import * as graphlib from 'graphlib'; | ||
@@ -33,3 +31,2 @@ import * as tmp from 'tmp'; | ||
export async function inspect(root, targetFile) { | ||
const result = await Promise.all([ | ||
@@ -36,0 +33,0 @@ getMetaData(root, targetFile), |
@@ -9,5 +9,6 @@ { | ||
}, | ||
"main": "dist/lib/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"build-watch": "tsc -w", | ||
"lint": "tslint --project tsconfig.json --format stylish", | ||
@@ -28,4 +29,3 @@ "prepare": "npm run build", | ||
"snyk-go-parser": "1.0.0", | ||
"tmp": "0.0.33", | ||
"toml": "^2.3.2" | ||
"tmp": "0.0.33" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"version": "1.6.2" | ||
"version": "1.6.3" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
1
57903
690
- Removedtoml@^2.3.2
- Removedtoml@2.3.6(transitive)