Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

snyk-go-parser

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-go-parser - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

4

dist/parsers/gopkg-parser.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseGoPkgConfig = void 0;
const toml = require("toml");
const toml = require("@iarna/toml");
const errors_1 = require("../errors");

@@ -9,3 +9,3 @@ const event_loop_spinner_1 = require("event-loop-spinner");

try {
const lockJson = toml.parse(lockFileString);
const lockJson = (await toml.parse.async(lockFileString));
const deps = {};

@@ -12,0 +12,0 @@ if (lockJson.projects) {

@@ -32,5 +32,5 @@ {

"dependencies": {
"@iarna/toml": "^2.2.5",
"@snyk/dep-graph": "^1.20.0",
"event-loop-spinner": "^2.1.0",
"toml": "^3.0.0",
"tslib": "^1.10.0"

@@ -52,3 +52,3 @@ },

},
"version": "1.8.0"
"version": "1.9.0"
}

Sorry, the diff of this file is not supported yet

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