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

clap

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clap - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

lib/parse-argv.js

@@ -90,3 +90,3 @@ import CliError from './parse-argv-error.js';

if (token[0] === '-') {
if (token[1] === '-') {
if (token[1] === '-' || token.length === 2) {
// long option

@@ -93,0 +93,0 @@ const option = command.getOption(token);

{
"name": "clap",
"version": "3.1.0",
"version": "3.1.1",
"description": "Command line argument parser",

@@ -5,0 +5,0 @@ "author": "Roman Dvornov <rdvornov@gmail.com>",

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