Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/command-line-args

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.0.0 to 5.0.1

22

command-line-args/index.d.ts

@@ -18,3 +18,3 @@ // Type definitions for command-line-args 5.0

*/
_unknown?: string[];
_unknown?: string[] | undefined;
[propName: string]: any;

@@ -27,3 +27,3 @@ }

*/
argv?: string[];
argv?: string[] | undefined;

@@ -33,3 +33,3 @@ /**

*/
partial?: boolean;
partial?: boolean | undefined;

@@ -40,3 +40,3 @@ /**

*/
stopAtFirstUnknown?: boolean;
stopAtFirstUnknown?: boolean | undefined;

@@ -46,3 +46,3 @@ /**

*/
camelCase?: boolean;
camelCase?: boolean | undefined;
}

@@ -60,3 +60,3 @@

*/
type?: (input: string) => any;
type?: ((input: string) => any) | undefined;

@@ -66,3 +66,3 @@ /**

*/
alias?: string;
alias?: string | undefined;

@@ -72,3 +72,3 @@ /**

*/
multiple?: boolean;
multiple?: boolean | undefined;

@@ -78,3 +78,3 @@ /**

*/
lazyMultiple?: boolean;
lazyMultiple?: boolean | undefined;

@@ -85,3 +85,3 @@ /**

*/
defaultOption?: boolean;
defaultOption?: boolean | undefined;

@@ -96,3 +96,3 @@ /**

*/
group?: string | string[];
group?: string | string[] | undefined;
}

@@ -99,0 +99,0 @@ }

{
"name": "@types/command-line-args",
"version": "5.0.0",
"version": "5.0.1",
"description": "TypeScript definitions for command-line-args",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"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/command-line-args"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "ac83de209d63ac92e03dd17bbadb3e37bbd2552f573bba286ba77e9cfe34dbf6",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "7bfacd4f35140289e04b566399b94778b2882f915a71814f5e1151fb2508ef1a",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/command-line-args.
Additional Details
* Last updated: Thu, 03 May 2018 20:08:25 GMT
### Additional Details
* Last updated: Tue, 06 Jul 2021 18:05:57 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Lloyd Brookes <https://github.com/75lb>.
These definitions were written by [Lloyd Brookes](https://github.com/75lb).

Sorry, the diff of this file is not supported yet

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