Socket
Socket
Sign inDemoInstall

@types/cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cli - npm Package Compare versions

Comparing version 0.11.19 to 0.11.20

cli/LICENSE

2

cli/index.d.ts

@@ -27,3 +27,3 @@ // Type definitions for cli v0.11.2

next(): string;
parse(opts?: { [long: string]: { 0: string | boolean, 1: string, 2?: string, 3?: any } },
parse(opts?: { [long: string]: { 0: string | boolean, 1: string, 2?: string | undefined, 3?: any } },
commands?: { [name: string]: string } | string[]): any;

@@ -30,0 +30,0 @@ autocompleteCommand(command: string): string;

{
"name": "@types/cli",
"version": "0.11.19",
"description": "TypeScript definitions for cli v0.11.2",
"version": "0.11.20",
"description": "TypeScript definitions for cli",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cli",
"license": "MIT",
"author": "Klaus Reimer <https://github.com/kayahr>",
"contributors": [
{
"name": "Klaus Reimer",
"url": "https://github.com/kayahr",
"githubUsername": "kayahr"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/cli"
},

@@ -16,4 +25,4 @@ "scripts": {},

},
"typings": "index.d.ts",
"typesPublisherContentHash": "3cc00741ad6c3ddcdb952027b48e1e9cf5efc0bb0bb43e7bcdba2d181a4c0c67"
"typesPublisherContentHash": "81fc98137d32011d351d89d85c99b8daf16b282044fa5fa8107b5a96b4f173b9",
"typeScriptVersion": "3.6"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for cli v0.11.2 (https://www.npmjs.com/package/cli).
This package contains type definitions for cli (https://www.npmjs.com/package/cli).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/cli
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cli.
Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:24 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: none
* Global values: cli
### Additional Details
* Last updated: Thu, 08 Jul 2021 09:07:55 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Klaus Reimer <https://github.com/kayahr>.
These definitions were written by [Klaus Reimer](https://github.com/kayahr).
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