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 0.14.0 to 0.14.1

2

package.json
{
"name": "clipanion",
"version": "0.14.0",
"version": "0.14.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./sources/core/index.js",

@@ -93,9 +93,11 @@ const chalk = require('chalk');

.action(args => this.clipanion.run(args.argv0, [
.action(context => this.clipanion.run(null, [
... this.path,
... args.rest,
]))
... context.rest,
], context))
;
return this;
}

@@ -102,0 +104,0 @@

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