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 2.0.0-rc.13 to 2.0.0-rc.14

6

lib/advanced/Command.js

@@ -86,4 +86,6 @@ "use strict";

this.registerTransformer(prototype, (state, command) => {
// @ts-ignore: The property is meant to have been defined by the child class
command[propertyName] = state.positionals.shift().value;
if (state.positionals.length > 0) {
// @ts-ignore: The property is meant to have been defined by the child class
command[propertyName] = state.positionals.shift().value;
}
});

@@ -90,0 +92,0 @@ }

{
"name": "clipanion",
"version": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"main": "lib/advanced",

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

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