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

handle-cli-error

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handle-cli-error - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

5

build/src/options/validate.js

@@ -100,5 +100,6 @@ import isPlainObj from"is-plain-obj";

const handleInvalidOpts=function(message,value,optName){
const fullOptName=optName.join(".");
throw new Error(`"${fullOptName}" ${message}: ${value}`);
const fullOptName=
optName.length===0?"options":`"${optName.join(".")}"`;
throw new Error(`${fullOptName} ${message}: ${value}`);
};
//# sourceMappingURL=validate.js.map

2

package.json
{
"name": "handle-cli-error",
"version": "2.4.0",
"version": "2.4.1",
"type": "module",

@@ -5,0 +5,0 @@ "exports": "./build/src/main.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