@types/accepts
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -7,7 +7,7 @@ // Type definitions for accepts 1.3 | ||
declare namespace accepts { | ||
export interface Headers { | ||
interface Headers { | ||
[key: string]: string | string[]; | ||
} | ||
export interface Accepts { | ||
interface Accepts { | ||
/** | ||
@@ -14,0 +14,0 @@ * Return the first accepted charset. If nothing in `charsets` is accepted, then `false` is returned. |
{ | ||
"name": "@types/accepts", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "TypeScript definitions for accepts", | ||
"license": "MIT", | ||
"author": "Stefan Reichel <https://github.com/bomret>", | ||
"contributors": [ | ||
{ | ||
"name": "Stefan Reichel", | ||
"url": "https://github.com/bomret" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +20,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f8beea30e71f609258e5624ab1dadbcd3457ff7fe496e5914d601e080ab1a56e", | ||
"typesPublisherContentHash": "b7ab2e8ce71713dad8d66f7a2fae90c6fd87b3fc89f34283a6b3436ab97a4583", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 07 Feb 2017 20:01:00 GMT | ||
* Last updated: Tue, 21 Mar 2017 20:18:42 GMT | ||
* Dependencies: none | ||
@@ -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
3519
3
51