@types/basic-auth
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -5,3 +5,3 @@ /// <reference types="node" /> | ||
headers?: { | ||
authorization?: string; | ||
authorization?: string | undefined; | ||
}; | ||
@@ -8,0 +8,0 @@ } |
{ | ||
"name": "@types/basic-auth", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "TypeScript definitions for basic-auth", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/basic-auth", | ||
}, | ||
"typesPublisherContentHash": "597330572a6819a47a5252b081579fdf450f83ceadb02b7a5b9995dc5d914f21", | ||
"typesPublisherContentHash": "e64863aae72a9325b0f40f4d179d7231bf9921b7e6941c9c7714a43e7413ddfa", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -15,3 +15,3 @@ # Installation | ||
headers?: { | ||
authorization?: string; | ||
authorization?: string | undefined; | ||
}; | ||
@@ -40,3 +40,3 @@ } | ||
### Additional Details | ||
* Last updated: Tue, 26 Dec 2023 18:35:26 GMT | ||
* Last updated: Sat, 03 Feb 2024 04:35:43 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -43,0 +43,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4038