🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@types/auth-header

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

Comparing version

to
1.0.4

6

auth-header/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for auth-header 1.0
// Project: https://github.com/izaakschroeder/auth-header
// Definitions by: ForbesLindesay <https://github.com/ForbesLindesay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
type Params =

@@ -8,0 +2,0 @@ | Array<[string, string | ReadonlyArray<string>]>

8

auth-header/package.json
{
"name": "@types/auth-header",
"version": "1.0.3",
"version": "1.0.4",
"description": "TypeScript definitions for auth-header",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/auth-header",

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

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

"dependencies": {},
"typesPublisherContentHash": "c8888699ef022bdc82ca7462967c645da3cfbcb10509f4a75799137419671544",
"typesPublisherContentHash": "b7077eb625f7c5f847bf0b62c634ed33c4ab411d9669da1594bc59a5ade8d9ae",
"typeScriptVersion": "4.5"
}

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

````ts
// Type definitions for auth-header 1.0
// Project: https://github.com/izaakschroeder/auth-header
// Definitions by: ForbesLindesay <https://github.com/ForbesLindesay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
type Params =

@@ -43,7 +37,6 @@ | Array<[string, string | ReadonlyArray<string>]>

### Additional Details
* Last updated: Fri, 22 Sep 2023 18:11:04 GMT
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [ForbesLindesay](https://github.com/ForbesLindesay).