Socket
Socket
Sign inDemoInstall

@types/command-line-commands

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/command-line-commands - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

5

command-line-commands/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for command-line-commands 2.0.0
// Project: https://github.com/75lb/command-line-commands
// Definitions by: CzBuCHi <https://github.com/CzBuCHi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -7,0 +2,0 @@ * Parses the `argv` value supplied (or `process.argv` by default), extracting and returning the `command` and remainder of `argv`. The command will be the first value in the `argv` array unless it is an option (e.g. `--help`).

10

command-line-commands/package.json
{
"name": "@types/command-line-commands",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript definitions for command-line-commands",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-commands",

"name": "CzBuCHi",
"url": "https://github.com/CzBuCHi",
"githubUsername": "CzBuCHi"
"githubUsername": "CzBuCHi",
"url": "https://github.com/CzBuCHi"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "b9979f6270fb7ee59d4ee89e248dfa207da0aeb053d5e17776c48b57ee8bf93b",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "de72d518f8cfa4d6e6fcf3941945d8e6900477437f7cf81cdf4b186d4fb03b39",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for command-line-commands 2.0.0
// Project: https://github.com/75lb/command-line-commands
// Definitions by: CzBuCHi <https://github.com/CzBuCHi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -35,7 +30,6 @@ * Parses the `argv` value supplied (or `process.argv` by default), extracting and returning the `command` and remainder of `argv`. The command will be the first value in the `argv` array unless it is an option (e.g. `--help`).

### Additional Details
* Last updated: Mon, 04 Sep 2023 15:41:03 GMT
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [CzBuCHi](https://github.com/CzBuCHi).
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