Socket
Socket
Sign inDemoInstall

clipanion

Package Overview
Dependencies
1
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0-rc.8 to 3.2.0-rc.9

1

lib/advanced/Cli.d.ts

@@ -215,2 +215,3 @@ /// <reference types="node" />

runExit(input: Command<Context> | Array<string>, context: MakeOptional<Context, keyof BaseContext>): Promise<void>;
suggest(input: Array<string>, partial: boolean): string[][];
definitions({ colored }?: {

@@ -217,0 +218,0 @@ colored?: boolean;

@@ -247,2 +247,6 @@ 'use strict';

}
suggest(input, partial) {
const { suggest } = this.builder.compile();
return suggest(input, partial);
}
definitions({ colored = false } = {}) {

@@ -249,0 +253,0 @@ const data = [];

2

package.json

@@ -14,3 +14,3 @@ {

],
"version": "3.2.0-rc.8",
"version": "3.2.0-rc.9",
"main": "lib/advanced/index",

@@ -17,0 +17,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc