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.12 to 1.1.0-pre.13

2

dist/api/SOOSAttributionApiClient.js

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

apiKey: this.apiKey,
apiClientName: "Analysis API",
apiClientName: "Analysis Attribution API",
});

@@ -16,0 +16,0 @@ }

@@ -110,2 +110,5 @@ "use strict";

ensureArgumentCombinationsAreValid(args) {
if ((0, utilities_1.isNil)(args.exportFormat) || (0, utilities_1.isNil)(args.exportFileType)) {
return;
}
const argumentsAreValid = this.isValidExportArguments(this.scanType, args.exportFormat, args.exportFileType);

@@ -112,0 +115,0 @@ if (!argumentsAreValid) {

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