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
0
Versions
254
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 1.1.0-pre.4 to 1.1.0-pre.5

2

dist/api/SOOSAttributionApiClient.d.ts

@@ -15,3 +15,3 @@ import { AttributionFileTypeEnum, AttributionFormatEnum, AttributionStatusEnum } from "../enums";

id: string;
filename: string;
filename: string | null;
status: AttributionStatusEnum;

@@ -18,0 +18,0 @@ statusDescription: string | null;

@@ -290,5 +290,5 @@ "use strict";

});
if (output && workingDirectory) {
if (output && workingDirectory && finalAttributionStatus.filename) {
logging_1.soosLogger.info(`${format} report generated successfully.`);
const outputFile = Path.join(workingDirectory, attributionStatus.filename);
const outputFile = Path.join(workingDirectory, finalAttributionStatus.filename);
logging_1.soosLogger.info(`Writing ${format} report to ${outputFile}`);

@@ -295,0 +295,0 @@ FileSystem.writeFileSync(outputFile, JSON.stringify(output, null, 2));

{
"name": "@soos-io/api-client",
"version": "1.1.0-pre.4",
"version": "1.1.0-pre.5",
"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",

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