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
1
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 0.2.49-pre.8 to 0.2.49-pre.9

3

dist/services/AnalysisService.d.ts

@@ -95,3 +95,3 @@ import { FileMatchTypeEnum, HashAlgorithmEnum } from "./../enums";

}>;
findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, workingDirectory, packageManagers, fileMatchType, }: {
findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, packageManagers, fileMatchType, }: {
clientId: string;

@@ -102,3 +102,2 @@ projectHash: string;

sourceCodePath: string;
workingDirectory: string;
packageManagers: string[];

@@ -105,0 +104,0 @@ fileMatchType: FileMatchTypeEnum;

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

}
async findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, workingDirectory, packageManagers, fileMatchType, }) {
async findManifestsAndHashableFiles({ clientId, projectHash, filesToExclude, directoriesToExclude, sourceCodePath, packageManagers, fileMatchType, }) {
const supportedScanFileFormats = await this.analysisApiClient.getSupportedScanFileFormats({

@@ -343,3 +343,3 @@ clientId: clientId,

const hashManifestFileName = `${soosHashesManifest.packageManager}${constants_1.SOOS_CONSTANTS.SCA.SoosFileHashesManifest}`;
const hashManifestPath = Path.join(workingDirectory, hashManifestFileName);
const hashManifestPath = Path.join(sourceCodePath, hashManifestFileName);
logging_1.soosLogger.info(`Generating SOOS hashes manifest: ${hashManifestPath}`);

@@ -346,0 +346,0 @@ FileSystem.writeFileSync(hashManifestPath, JSON.stringify(soosHashesManifest, null, 2));

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