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.9 to 1.0.10

8

dist/services/AnalysisService.js

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

const currentDirectory = process.cwd();
logging_1.soosLogger.info(`Setting current working directory to project path '${sourceCodePath}'.`);
logging_1.soosLogger.info(`Setting current directory to project path '${sourceCodePath}'.`);
process.chdir(sourceCodePath);

@@ -462,3 +462,3 @@ logging_1.soosLogger.info(`Lock file setting is ${useLockFile ? "on, ignoring non-lock files" : "off, ignoring lock files"}.`);

process.chdir(currentDirectory);
logging_1.soosLogger.info(`Setting current working directory back to '${currentDirectory}'.\n`);
logging_1.soosLogger.info(`Setting current directory back to '${currentDirectory}'.\n`);
logging_1.soosLogger.info(`${manifestFiles.length} manifest files found.`);

@@ -469,3 +469,3 @@ return manifestFiles;

const currentDirectory = process.cwd();
logging_1.soosLogger.info(`Setting current working directory to project path '${sourceCodePath}'.`);
logging_1.soosLogger.info(`Setting current directory to project path '${sourceCodePath}'.`);
process.chdir(sourceCodePath);

@@ -524,3 +524,3 @@ const fileHashes = hashableFileFormats.reduce((accumulator, fileFormatToHash) => {

process.chdir(currentDirectory);
logging_1.soosLogger.info(`Setting current working directory back to '${currentDirectory}'.\n`);
logging_1.soosLogger.info(`Setting current directory back to '${currentDirectory}'.\n`);
return fileHashes;

@@ -527,0 +527,0 @@ }

{
"name": "@soos-io/api-client",
"version": "1.0.9",
"version": "1.0.10",
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.",

@@ -58,3 +58,3 @@ "main": "dist/index.js",

"glob": "^11.0.0",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},

@@ -67,3 +67,3 @@ "overrides": {

"@types/jest": "^29.5.13",
"@types/node": "^20.16.11",
"@types/node": "^20.16.12",
"jest": "^29.1.2",

@@ -70,0 +70,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