New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ez-cli-tools

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez-cli-tools - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

2

dist/types/src/options-cli.d.ts

@@ -31,2 +31,2 @@ /**

*/
export declare function select(question: string, choices: string[], options?: SelectOptions): Promise<string[]>;
export declare function select<T extends string>(question: string, choices: readonly T[], options?: SelectOptions): Promise<T[]>;
{
"name": "ez-cli-tools",
"version": "2.0.2",
"version": "2.1.0",
"description": "Typescript first CLI tools for Node.js with zero dependencies",

@@ -5,0 +5,0 @@ "repository": {

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