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.4.4 to 1.4.5

appveyor.yml

2

lib/index.js

@@ -115,3 +115,3 @@ var fs = require('fs');

dep: 'dep ensure',
govendor: 'govendor fetch +outside',
govendor: 'govendor sync',
}

@@ -118,0 +118,0 @@

@@ -11,6 +11,8 @@ {

"scripts": {
"lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js' | grep -v fixtures` -v",
"test-functional": "tap `ls ./test/*.test.js`",
"test-system": "tap --timeout=300 `ls ./test/system/*.test.js`",
"lint": "jscs ./lib ./test/*.js ./test/system/*.js -v",
"test-functional": "tap ./test/*.test.js",
"test-system": "tap --timeout=300 ./test/system/*.test.js",
"test": "npm run test-functional && npm run test-system",
"test-system-windows": "tap --timeout=300 ./test/system/*.test.js -g \"^(?!.*prometheus)\"",
"test-windows": "npm run test-functional && npm run test-system-windows",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",

@@ -31,3 +33,3 @@ "watch": "nodemon -e 'js go' -x 'npm run test-functional'"

},
"version": "1.4.4"
"version": "1.4.5"
}

Sorry, the diff of this file is not supported yet

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