@types/fetch-mock
Advanced tools
Comparing version 5.12.1 to 5.12.2
@@ -100,2 +100,6 @@ // Type definitions for fetch-mock 5.12 | ||
/** | ||
* key/value map of headers to match | ||
*/ | ||
headers?: { [key: string]: string }; | ||
/** | ||
* as specified above | ||
@@ -102,0 +106,0 @@ */ |
{ | ||
"name": "@types/fetch-mock", | ||
"version": "5.12.1", | ||
"version": "5.12.2", | ||
"description": "TypeScript definitions for fetch-mock", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6950c55ce1ebe2a06a0141d187282a0f2e1cb5c083f3144b70a033f9c643e8f5", | ||
"typesPublisherContentHash": "4b3c1f2cc59eb1884902d80de6e7d3806944316f5c8853b0e3e4f922242d26c8", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 00:19:45 GMT | ||
* Last updated: Sat, 04 Nov 2017 04:40:48 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
22298
377