Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

snyk-go-plugin

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-go-plugin - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

dist/index.d.ts

34

package.json

@@ -9,12 +9,13 @@ {

},
"main": "lib/index.js",
"main": "dist/lib/index.js",
"scripts": {
"lint": "eslint -c .eslintrc lib test/*.js test/system/*.js",
"test-functional": "tap ./test/*.test.js -R spec",
"test-system": "tap -R spec --timeout=300 ./test/system/*.test.js",
"build": "tsc",
"lint": "tslint --project tsconfig.json --format stylish",
"prepare": "npm run build",
"test-functional": "tap ./test/*.test.ts -R spec",
"test-system": "tap -R spec --timeout=300 ./test/system/*.test.ts",
"test": "npm run test-functional && npm run test-system",
"test-functional-windows": "tap -R spec --timeout=300 ./test/*.test.js -g \"^(?!.*symlink)\"",
"test-system-windows": "tap -R spec --timeout=300 ./test/system/*.test.js -g \"^(?!.*prometheus)\"",
"test-functional-windows": "tap -R spec --timeout=300 ./test/*.test.ts -g \"^(?!.*symlink)\"",
"test-system-windows": "tap -R spec --timeout=300 ./test/system/*.test.ts -g \"^(?!.*prometheus)\"",
"test-windows": "npm run test-functional-windows && npm run test-system-windows",
"semantic-release": "semantic-release",
"watch": "nodemon -e 'js go' -x 'npm run test-functional'"

@@ -26,12 +27,17 @@ },

"graphlib": "^2.1.1",
"toml": "^2.3.2",
"tmp": "0.0.33"
"snyk-go-parser": "1.0.0",
"tmp": "0.0.33",
"toml": "^2.3.2"
},
"devDependencies": {
"eslint": "^4.11.0",
"semantic-release": "^15",
"tap": "^12.0.1",
"tap-only": "0.0.5"
"@types/graphlib": "^2.1.4",
"@types/node": "^6.14.4",
"@types/tmp": "^0.1.0",
"tap": "^12.6.1",
"tap-only": "0.0.5",
"ts-node": "^8.0.3",
"tslint": "^5.15.0",
"typescript": "^3.4.2"
},
"version": "1.6.1"
"version": "1.6.2"
}
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