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

@soos-io/api-client

Package Overview
Dependencies
Maintainers
0
Versions
207
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.0.5 to 1.0.6

3

dist/services/ArgumentParserBase.d.ts

@@ -10,3 +10,2 @@ import { IntegrationType } from "../enums";

scriptVersion: string;
verbose: boolean;
}

@@ -24,4 +23,4 @@ declare abstract class ArgumentParserBase {

protected ensureRequiredArguments(args: any): void;
protected checkDeprecatedArguments(args: any): void;
protected checkDeprecatedArguments(_args: any): void;
}
export { ArgumentParserBase, ICommonArguments };

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

const utilities_1 = require("../utilities");
const logging_1 = require("../logging");
const getIntegrateUrl = (scanType) => `${constants_1.SOOS_CONSTANTS.Urls.App.Home}integrate/${scanType == enums_2.ScanType.CSA ? "containers" : (scanType ?? enums_2.ScanType.SCA).toLowerCase()}`;

@@ -59,8 +58,2 @@ class ArgumentParserBase {

});
this.argumentParser.add_argument("--verbose", {
help: "DEPRECATED - Change logLevel to DEBUG. This parameter has no effect.",
action: "store_true",
default: false,
required: false,
});
}

@@ -93,8 +86,5 @@ addEnumArgument(parser, argName, enumObject, options = {}, allowMultipleValues = false) {

}
checkDeprecatedArguments(args) {
if (args.verbose) {
logging_1.soosLogger.warn("verbose is deprecated and has no effect. Set the log level to DEBUG for the same effect.");
}
checkDeprecatedArguments(_args) {
}
}
exports.ArgumentParserBase = ArgumentParserBase;
{
"name": "@soos-io/api-client",
"version": "1.0.5",
"version": "1.0.6",
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.",

@@ -65,4 +65,4 @@ "main": "dist/index.js",

"@types/argparse": "^2.0.16",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.5",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"jest": "^29.1.2",

@@ -69,0 +69,0 @@ "prettier": "^3.3.3",

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