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.8 to 1.3.9

4

lib/index.js

@@ -85,4 +85,6 @@ var fs = require('fs');

if (typeof error === 'string') {
if (error.indexOf('Unresolved packages:') !== -1) {
var unresolvedOffset = error.indexOf('Unresolved packages:');
if (unresolvedOffset !== -1) {
throw new Error(
error.slice(unresolvedOffset) + '\n' +
'Unresolved imports found, please run `' +

@@ -89,0 +91,0 @@ syncCmdForTarget(targetFile) + '`');

@@ -11,3 +11,3 @@ {

"scripts": {
"lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js'` -v",
"lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js' | grep -v fixtures` -v",
"test-functional": "tap `ls ./test/*.test.js`",

@@ -31,3 +31,3 @@ "test-system": "tap --timeout=300 `ls ./test/system/*.test.js`",

},
"version": "1.3.8"
"version": "1.3.9"
}

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