Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xliic/cicd-core-node

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xliic/cicd-core-node - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

6

lib/config.js

@@ -92,7 +92,11 @@ "use strict";

if (isMatch(branchName)) {
logger.debug(`Matched branch name '${branchName}' to branch configuration '${pattern}'`);
logger.debug(`Matched branch name '${branchName}' to pattern '${pattern}'`);
return config.audit.branches[pattern];
}
else {
logger.debug(`No match for branch name '${branchName}' and pattern '${pattern}'`);
}
}
}
logger.debug(`No configuration found for branch name '${branchName}', using default config`);
// return default config

@@ -99,0 +103,0 @@ return {};

2

lib/discovery.js

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

const log = options.logger;
log.debug(`Checking for the technical collection name: ${name}`);
log.debug(`Checking for the technical collection name: ${technicalName}`);
const existingId = yield api_1.readTechnicalCollection(technicalName, options);

@@ -164,0 +164,0 @@ if (!existingId) {

{
"name": "@xliic/cicd-core-node",
"version": "2.8.0",
"version": "2.8.1",
"description": "Performs API contract security audit to get a detailed analysis of the possible vulnerabilities and other issues in the API contract.",

@@ -34,10 +34,10 @@ "main": "lib/index.js",

"@types/got": "^9.6.11",
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.21",
"@types/picomatch": "^2.2.2",
"jest": "^26.6.3",
"jest": "^27.0.4",
"json-schema": "^0.3.0",
"ts-jest": "^26.5.2",
"ts-jest": "^27.0.3",
"typescript": "^4.1.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