New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@soos-io/api-client

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soos-io/api-client - npm Package Compare versions

Comparing version

to
0.2.23-pre.3

8

dist/services/AnalysisService.js

@@ -173,6 +173,12 @@ "use strict";

logging_1.soosLogger.info(`Writing ${outputFormat} report to ${Path.join(workingDirectory, constants_1.SOOS_CONSTANTS.Files.SarifOutput)}`);
await FileSystem.writeFile(Path.join(workingDirectory, constants_1.SOOS_CONSTANTS.Files.SarifOutput), JSON.stringify(output, null, 2), (error) => {
await FileSystem.writeFile(Path.join(workingDirectory, constants_1.SOOS_CONSTANTS.Files.SarifOutput), JSON.stringify(output, null, 2), {
encoding: constants_1.SOOS_CONSTANTS.FileUploads.Encoding,
flag: "w",
}, (error) => {
if (error) {
logging_1.soosLogger.error(error);
}
else {
logging_1.soosLogger.info(`${outputFormat} report written successfully.`);
}
});

@@ -179,0 +185,0 @@ }

2

package.json
{
"name": "@soos-io/api-client",
"version": "0.2.23-pre.2",
"version": "0.2.23-pre.3",
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",