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
255
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 0.1.10-pre.2 to 0.1.10-pre.3

2

dist/services/AnalysisService.d.ts

@@ -17,3 +17,3 @@ import SOOSAnalysisApiClient, { ICreateScanRequestContributingDeveloperAudit } from "../api/SOOSAnalysisApiClient";

constructor(analysisApiClient: SOOSAnalysisApiClient);
static create(args: any): AnalysisService;
static create(apiKey: string, apiURL: string): AnalysisService;
setupScan({ clientId, projectName, branchName, commitHash, buildVersion, buildUri, branchUri, integrationType, operatingEnvironment, integrationName, appVersion, scriptVersion, contributingDeveloperAudit, scanType, }: {

@@ -20,0 +20,0 @@ clientId: string;

@@ -15,4 +15,4 @@ "use strict";

}
static create(args) {
const analysisApiClient = new SOOSAnalysisApiClient_1.default(args.apiKey, args.apiURL);
static create(apiKey, apiURL) {
const analysisApiClient = new SOOSAnalysisApiClient_1.default(apiKey, apiURL);
return new AnalysisService(analysisApiClient);

@@ -19,0 +19,0 @@ }

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

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