🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@types/registry-auth-token

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/registry-auth-token - npm Package Compare versions

Comparing version
4.2.0
to
4.2.1
+5
-5
registry-auth-token/index.d.ts

@@ -20,3 +20,3 @@ // Type definitions for Registry Auth Token 4.2

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

@@ -30,3 +30,3 @@ * An npmrc configuration object used when searching for tokens. If no object is provided,

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

@@ -36,3 +36,3 @@ * Registry url's with token information

[registryUrls: string]: string | undefined;
};
} | undefined;
}

@@ -54,7 +54,7 @@ /**

*/
username?: string;
username?: string | undefined;
/**
* The password used in `Basic`
*/
password?: string;
password?: string | undefined;
}

@@ -61,0 +61,0 @@ }

{
"name": "@types/registry-auth-token",
"version": "4.2.0",
"version": "4.2.1",
"description": "TypeScript definitions for Registry Auth Token",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/registry-auth-token",
"license": "MIT",

@@ -32,4 +33,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "676096022273c9fcdae5c2b41cb22b53098a73f6489a19026ef5c44b4a51ef71",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "a997e344b96d8b16c5d590134d13e49032e9b12c6f5a159774ae34a42aa61436",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 01 Dec 2020 20:47:00 GMT
* Last updated: Wed, 07 Jul 2021 18:02:21 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none