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.1.4 to 3.1.5

1

dist/interfaces/analysis-result.interface.d.ts

@@ -16,2 +16,3 @@ import { Log } from 'sarif';

tags: string[];
categories: string[];
exampleCommitFixes?: ExampleCommitFix[];

@@ -18,0 +19,0 @@ exampleCommitDescriptions?: string[];

12

dist/sarif_converter.js

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

}
;
function getRulesAndAllIssues(analysisResults, allIssuesBySuggestions) {

@@ -51,6 +50,7 @@ var _a;

const ruleProperties = {
tags: [language, ...suggestion.tags, ...suggestion.categories],
tags: [language, ...suggestion.tags],
categories: suggestion.categories,
exampleCommitFixes: suggestion.exampleCommitFixes,
exampleCommitDescriptions: suggestion.exampleCommitDescriptions,
precision: 'very-high'
precision: 'very-high',
};

@@ -70,3 +70,3 @@ const rule = {

},
properties: ruleProperties
properties: ruleProperties,
};

@@ -93,3 +93,2 @@ if ((_a = suggestion.cwe) === null || _a === void 0 ? void 0 : _a.length) {

}
;
function getResults(allIssues) {

@@ -123,3 +122,3 @@ const output = [];

},
]
],
};

@@ -205,3 +204,2 @@ if (issue.fingerprints) {

}
;
//custom string splice implementation

@@ -208,0 +206,0 @@ function stringSplice(str, index, count, add) {

@@ -74,3 +74,3 @@ {

},
"version": "3.1.4"
"version": "3.1.5"
}

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