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 5.14.0 to 5.15.0

5

lib/types.d.ts

@@ -245,11 +245,12 @@ export declare type Result<R, E> = [R, undefined] | [undefined, E];

export interface JsonReportItemSuccess {
success: true;
audited: true;
apiId: string;
mode: AuditModes;
score: number;
failures: string[];
}
export interface JsonReportItemFailure {
success: false;
audited: false;
error: string;
}
export {};

@@ -155,11 +155,12 @@ "use strict";

? {
success: false,
audited: false,
error: getErrorMessage(result.errors),
}
: {
success: true,
audited: true,
apiId: result.id,
mode: mode,
score: result.score,
failures: result.failures
};
}

2

package.json
{
"name": "@xliic/cicd-core-node",
"version": "5.14.0",
"version": "5.15.0",
"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