@types/basic-auth
Advanced tools
Comparing version 0.0.31 to 1.1.0
@@ -1,4 +0,4 @@ | ||
// Type definitions for basic-auth | ||
// Type definitions for basic-auth v1.1.0 | ||
// Project: https://github.com/jshttp/basic-auth | ||
// Definitions by: Clément Bourgeois <https://github.com/moonpyk> | ||
// Definitions by: Clément Bourgeois <https://github.com/moonpyk>, Vesa Poikajärvi <https://github.com/vesse> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -17,4 +17,9 @@ | ||
} | ||
/** | ||
* Parse basic auth to object. | ||
*/ | ||
function parse(authorizationHeader: string): auth.BasicAuthResult | undefined; | ||
} | ||
export = auth; |
{ | ||
"name": "@types/basic-auth", | ||
"version": "0.0.31", | ||
"version": "1.1.0", | ||
"description": "TypeScript definitions for basic-auth", | ||
@@ -10,2 +10,6 @@ "license": "MIT", | ||
"url": "https://github.com/moonpyk" | ||
}, | ||
{ | ||
"name": "Vesa Poikajärvi", | ||
"url": "https://github.com/vesse" | ||
} | ||
@@ -23,4 +27,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f9e40ad61027d5335c0593c131ddf81c37285d8c4cb0bb05b011723cf5fc40fd", | ||
"typesPublisherContentHash": "baa76fdb0a17a3e7378ac845a833403aaa67200398a2f8479b13a6ad482978ce", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/basic-auth | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/basic-auth | ||
Additional Details | ||
* Last updated: Tue, 14 Feb 2017 19:02:22 GMT | ||
* Last updated: Fri, 02 Jun 2017 01:33:54 GMT | ||
* Dependencies: http, node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Clément Bourgeois <https://github.com/moonpyk>. | ||
These definitions were written by Clément Bourgeois <https://github.com/moonpyk>, Vesa Poikajärvi <https://github.com/vesse>. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3193
1
18