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

@snyk/code-client

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/code-client - npm Package Compare versions

Comparing version 3.5.2 to 3.5.3

4

dist/sarif_converter.js

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

issues.forEach(issue => {
suggestions[issueId].push({ ...issue, file: file.substring(1) });
suggestions[issueId].push({ ...issue, file: file.charAt(0) === '/' ? file.substring(1) : file });
});

@@ -146,3 +146,3 @@ }

artifactLocation: {
uri: position.file.substring(1),
uri: position.file.charAt(0) === '/' ? position.file.substring(1) : position.file,
uriBaseId: '%SRCROOT%',

@@ -149,0 +149,0 @@ },

@@ -76,3 +76,3 @@ {

},
"version": "3.5.2"
"version": "3.5.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