You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@types/minimist

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/minimist - npm Package Compare versions

Comparing version

to
1.2.5

12

minimist/index.d.ts

@@ -1,9 +0,1 @@

// Type definitions for minimist 1.2
// Project: https://github.com/substack/minimist
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Necroskillz <https://github.com/Necroskillz>
// kamranayub <https://github.com/kamranayub>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**

@@ -77,3 +69,3 @@ * Return an argument object populated with the array arguments from args

*/
'--'?: boolean | undefined;
"--"?: boolean | undefined;
}

@@ -87,3 +79,3 @@

*/
'--'?: string[] | undefined;
"--"?: string[] | undefined;

@@ -90,0 +82,0 @@ /**

22

minimist/package.json
{
"name": "@types/minimist",
"version": "1.2.2",
"version": "1.2.5",
"description": "TypeScript definitions for minimist",

@@ -10,19 +10,19 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist",

"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds",
"githubUsername": "Bartvds"
"githubUsername": "Bartvds",
"url": "https://github.com/Bartvds"
},
{
"name": "Necroskillz",
"url": "https://github.com/Necroskillz",
"githubUsername": "Necroskillz"
"githubUsername": "Necroskillz",
"url": "https://github.com/Necroskillz"
},
{
"name": "kamranayub",
"url": "https://github.com/kamranayub",
"githubUsername": "kamranayub"
"githubUsername": "kamranayub",
"url": "https://github.com/kamranayub"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
}

@@ -39,4 +39,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "9032205d52417d0f537f1e52af6f7ac447acb4b87dca0ab5840b83ec7818232e",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "e7dad9991b8f1cc7aae482ae6c4009a6a44645234b6f94524e2a76425cda2822",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Wed, 07 Jul 2021 00:01:41 GMT
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds), [Necroskillz](https://github.com/Necroskillz), [kamranayub](https://github.com/kamranayub), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).