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 5.22.0 to 5.23.0

2

lib/audit.js

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

const apiTags = tagsFromConfig.length > 0 ? tagsFromConfig : (0, util_1.getTags)(inputsTags);
return Object.assign(Object.assign(Object.assign(Object.assign({}, inputs), lineNumbers), defaultCollectionName), { platformUrl: url.origin, config,
return Object.assign(Object.assign(Object.assign(Object.assign({}, inputs), lineNumbers), defaultCollectionName), { apiToken: inputs.apiToken.trim(), platformUrl: url.origin, config,
apiTags });

@@ -99,0 +99,0 @@ }

{
"name": "@xliic/cicd-core-node",
"version": "5.22.0",
"version": "5.23.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