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.3.6 to 1.3.7

8

lib/index.js

@@ -204,5 +204,7 @@ var fs = require('fs');

} else {
pkg.dependencies[child.name] = child;
pkg._counts[child.name] = (pkg._counts[child.name] || 0) + 1;
// in case was already added via a grandchild
if (!pkg.dependencies[child.name]) {
pkg.dependencies[child.name] = child;
pkg._counts[child.name] = (pkg._counts[child.name] || 0) + 1;
}
}

@@ -209,0 +211,0 @@ })

@@ -12,5 +12,7 @@ {

"lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js'` -v",
"test": "tap `find ./test -name '*.test.js'`",
"test-functional": "tap `ls ./test/*.test.js`",
"test-system": "tap --timeout=300 `ls ./test/system/*.test.js`",
"test": "npm run test-functional && npm run test-system",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"watch": "nodemon -e 'js go' -x 'npm test'"
"watch": "nodemon -e 'js go' -x 'npm test-functional'"
},

@@ -29,3 +31,3 @@ "author": "snyk.io",

},
"version": "1.3.6"
"version": "1.3.7"
}

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