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.6 to 0.2.49-pre.7

4

dist/services/AnalysisService.js

@@ -335,3 +335,5 @@ "use strict";

});
const hashManifests = (archiveFileHashManifests ?? []).concat(contentFileHashManifests ?? []);
const hashManifests = (archiveFileHashManifests ?? [])
.concat(contentFileHashManifests ?? [])
.filter((hm) => hm.fileHashes.length > 0);
if (runFileHashing && hashManifests) {

@@ -338,0 +340,0 @@ for (const soosHashesManifest of hashManifests) {

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