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.2 to 1.6.3

3

lib/index.ts
import * as fs from 'fs';
import * as os from 'os';
import * as path from 'path';
import * as toml from 'toml';
import * as graphlib from 'graphlib';

@@ -33,3 +31,2 @@ import * as tmp from 'tmp';

export async function inspect(root, targetFile) {
const result = await Promise.all([

@@ -36,0 +33,0 @@ getMetaData(root, targetFile),

8

package.json

@@ -9,5 +9,6 @@ {

},
"main": "dist/lib/index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"build-watch": "tsc -w",
"lint": "tslint --project tsconfig.json --format stylish",

@@ -28,4 +29,3 @@ "prepare": "npm run build",

"snyk-go-parser": "1.0.0",
"tmp": "0.0.33",
"toml": "^2.3.2"
"tmp": "0.0.33"
},

@@ -42,3 +42,3 @@ "devDependencies": {

},
"version": "1.6.2"
"version": "1.6.3"
}

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