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.10.0 to 1.10.1

6

dist/index.js

@@ -81,3 +81,3 @@ "use strict";

'vendor.json': 'govendor',
'go.mod': 'gomod',
'go.mod': 'gomodules',
};

@@ -87,3 +87,3 @@ const VENDOR_SYNC_CMD_BY_PKG_MANAGER = {

govendor: 'govendor sync',
gomod: 'go mod download',
gomodules: 'go mod download',
};

@@ -94,3 +94,3 @@ function getDependencies(root, targetFile) {

const packageManager = PACKAGE_MANAGER_BY_TARGET[targetFile];
if (packageManager === 'gomod') {
if (packageManager === 'gomodules') {
return buildDepTreeFromImportsAndModules(root);

@@ -97,0 +97,0 @@ }

@@ -117,3 +117,3 @@ import * as fs from 'fs';

'vendor.json': 'govendor',
'go.mod': 'gomod',
'go.mod': 'gomodules',
};

@@ -124,3 +124,3 @@

govendor: 'govendor sync',
gomod: 'go mod download',
gomodules: 'go mod download',
};

@@ -131,3 +131,3 @@

const packageManager = PACKAGE_MANAGER_BY_TARGET[targetFile];
if (packageManager === 'gomod') {
if (packageManager === 'gomodules') {
return buildDepTreeFromImportsAndModules(root);

@@ -134,0 +134,0 @@ }

@@ -28,3 +28,3 @@ {

"graphlib": "^2.1.1",
"snyk-go-parser": "1.3.0",
"snyk-go-parser": "1.3.1",
"tmp": "0.0.33"

@@ -43,3 +43,3 @@ },

},
"version": "1.10.0"
"version": "1.10.1"
}

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