New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.0 to 2.4.1

4

lib/index.js

@@ -49,4 +49,4 @@ "use strict";

}
const failOnInvalidConract = !(inputs.failOnInvalidConract.toLowerCase() !== "false");
const config = config_1.readConfig(inputs.rootDir, inputs.branchName, minScore, failOnInvalidConract, inputs.logger);
const failOnInvalidContract = !(inputs.failOnInvalidContract.toLowerCase() !== "false");
const config = config_1.readConfig(inputs.rootDir, inputs.branchName, minScore, failOnInvalidContract, inputs.logger);
return Object.assign(Object.assign({}, inputs), { config });

@@ -53,0 +53,0 @@ }

@@ -145,3 +145,3 @@ export interface ApiStatus {

minScore: string;
failOnInvalidConract: string;
failOnInvalidContract: string;
}

@@ -148,0 +148,0 @@ export interface AuditOptions {

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

@@ -5,0 +5,0 @@ "main": "lib/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