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

bossy

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bossy - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

7

lib/index.js

@@ -122,3 +122,8 @@ 'use strict';

errors.push(internals.formatError('Invalid value for option:', last.name));
const validValues = [];
for (let j = 0; j < last.valid.length; ++j) {
const valid = last.valid[j];
validValues.push(`'${valid}'`);
}
errors.push(internals.formatError('Invalid value for option:', last.name, '(valid: ' + validValues.join(',') + ')'));
continue;

@@ -125,0 +130,0 @@ }

2

package.json
{
"name": "bossy",
"description": "Command line options parser",
"version": "3.0.1",
"version": "3.0.2",
"repository": "git://github.com/hapijs/bossy",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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