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

@commercelayer/cli-plugin-resources

Package Overview
Dependencies
Maintainers
0
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-resources - npm Package Compare versions

Comparing version 6.6.0 to 6.6.1

2

lib/commands/resources/all.js

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

const sort = this.sortFlag(flags.sort);
const timeout = flags.timeout || 5000;
const timeout = flags.timeout;
if (timeout && ((timeout < requestTimeout.min) || (timeout > requestTimeout.max)))

@@ -162,0 +162,0 @@ this.error(`Invalid timeout: ${cli_core_1.clColor.style.error(String(timeout))}. Timeout value must be in range [${requestTimeout.min} - ${requestTimeout.max}]`);

{
"name": "@commercelayer/cli-plugin-resources",
"description": "Commerce Layer CLI Resources plugin",
"version": "6.6.0",
"version": "6.6.1",
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",

@@ -63,7 +63,7 @@ "homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-resources",

"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.2.8",
"@oclif/plugin-help": "^6.2.10",
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.17",
"@types/chai": "^4.3.18",
"@types/inquirer": "^8.2.10",

@@ -77,5 +77,5 @@ "@types/mocha": "^10.0.7",

"nyc": "^15.1.0",
"oclif": "^4.14.22",
"oclif": "^4.14.26",
"semantic-release": "^23.1.1",
"tsx": "^4.17.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4"

@@ -92,3 +92,3 @@ },

"open": "^8.4.2",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},

@@ -95,0 +95,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

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