@types/fetch-mock
Advanced tools
Comparing version 5.0.3 to 5.0.4
{ | ||
"name": "@types/fetch-mock", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "TypeScript definitions for fetch-mock 5.0.0", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
}, | ||
"typings": "fetch-mock.d.ts" | ||
"typings": "index.d.ts" | ||
} |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:04 GMT | ||
* File structure: DeclareModule | ||
* Last updated: Tue, 06 Sep 2016 14:55:58 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: whatwg-fetch | ||
* Module Dependencies: none | ||
* Global values: none | ||
* Global values: fetchMock | ||
# Credits | ||
These definitions were written by Alexey Svetliakov <https://github.com/asvetliakov>, Tamir Duberstein <https://github.com/tamird>. |
{ | ||
"authors": "Alexey Svetliakov <https://github.com/asvetliakov>, Tamir Duberstein <https://github.com/tamird>", | ||
"definitionFilename": "fetch-mock.d.ts", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -15,4 +15,6 @@ "whatwg-fetch" | ||
"sourceBranch": "types-2.0", | ||
"kind": "DeclareModule", | ||
"globals": [], | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"fetchMock" | ||
], | ||
"declaredModules": [ | ||
@@ -22,6 +24,6 @@ "fetch-mock" | ||
"files": [ | ||
"fetch-mock.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "01a7d19a2991c4a8825ef8ca1f47692d1507b606ea2e244bdae2d01ab2c6cd45" | ||
"contentHash": "a20afd21d6bf5a9c1b8b1a4ba5f3d7b643acef65e7aa9bf5f57f5f191c09136e" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9061
1