@types/basic-auth
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,2 @@ | ||
// Type definitions for basic-auth v1.1.0 | ||
// Type definitions for basic-auth 1.1 | ||
// Project: https://github.com/jshttp/basic-auth | ||
@@ -10,3 +10,4 @@ // Definitions by: Clément Bourgeois <https://github.com/moonpyk>, Vesa Poikajärvi <https://github.com/vesse> | ||
declare function auth(req: http.IncomingMessage): auth.BasicAuthResult; | ||
// See https://github.com/jshttp/basic-auth/blob/v1.1.0/index.js#L49 | ||
declare function auth(req: http.IncomingMessage): auth.BasicAuthResult | undefined; | ||
@@ -13,0 +14,0 @@ declare namespace auth { |
{ | ||
"name": "@types/basic-auth", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for basic-auth", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "baa76fdb0a17a3e7378ac845a833403aaa67200398a2f8479b13a6ad482978ce", | ||
"typesPublisherContentHash": "b9a5f3b43401f150f1042c6f5e269e4b4ff776f9b17f087e7306332e92c61977", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 02 Jun 2017 01:33:54 GMT | ||
* Last updated: Fri, 02 Jun 2017 13:38:50 GMT | ||
* Dependencies: http, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3272
19