Socket
Socket
Sign inDemoInstall

clipanion

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipanion - npm Package Compare versions

Comparing version 3.2.0-rc.4 to 3.2.0-rc.5

4

lib/core.js

@@ -662,3 +662,3 @@ 'use strict';

const nextLeadingNode = injectNode(machine, makeNode());
if (!this.arity.proxy)
if (!this.arity.proxy || t + 1 !== this.arity.leading.length)
this.registerOptions(machine, nextLeadingNode);

@@ -685,3 +685,3 @@ if (this.arity.trailing.length > 0 || t + 1 !== this.arity.leading.length)

const nextExtraNode = injectNode(machine, makeNode());
if (!this.arity.proxy)
if (!this.arity.proxy || t > 0)
this.registerOptions(machine, nextExtraNode);

@@ -688,0 +688,0 @@ registerDynamic(machine, lastExtraNode, positionalArgument, nextExtraNode, `pushExtra`);

{
"name": "clipanion",
"version": "3.2.0-rc.4",
"version": "3.2.0-rc.5",
"main": "lib/advanced/index",

@@ -5,0 +5,0 @@ "license": "MIT",

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