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.9.1 to 1.9.2

1

dist/parsers/gomod-relative-manifest-parser.js

@@ -13,2 +13,3 @@ "use strict";

return replaceSection
.replace(/\/\/.*/g, '') // remove all comments
.split('\n') // now we got lines of "ModulePath" => "ModulePath" | "FilePath"

@@ -15,0 +16,0 @@ .map((line) => line.trim().split(GO_MOD_DELIMITER)) // split lines by ' => '

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "1.9.1"
"version": "1.9.2"
}

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