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
0
Versions
254
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.16-pre.1 to 1.0.16-pre.2

17

dist/services/AnalysisService.js

@@ -41,9 +41,7 @@ "use strict";

"TEAMCITY.BUILD.TRIGGEREDBY.USERNAME",
"vcsroot.username",
"vcsroot_username",
"TRAVIS_JOB_RESTARTED_BY",
"SOOS_CONTRIBUTING_DEVELOPER",
];
const contributingDeveloperStringInterpolationVariables = [
"${env.CHANGE_AUTHOR}",
"\$CHANGE_AUTHOR",
];
const GeneratedScanTypes = [enums_2.ScanType.CSA, enums_2.ScanType.SBOM, enums_2.ScanType.SCA];

@@ -118,8 +116,7 @@ exports.GeneratedScanTypes = GeneratedScanTypes;

}
contributingDeveloperStringInterpolationVariables
.map((v) => {
logging_1.soosLogger.info(`VAR: ${v}`);
return v && v.length > 0 ? v : null;
})
.filter((a) => a !== null);
contributingDeveloperAudit.push({
source: enums_2.ContributingDeveloperSource.EnvironmentVariable,
sourceName: "tc-vcsroot.username",
contributingDeveloperId: process.env.vcsroot_username ?? "",
});
const result = await this.analysisApiClient.createScan({

@@ -126,0 +123,0 @@ clientId: clientId,

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