@types/fetch-mock
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -9,2 +9,3 @@ // Type definitions for fetch-mock 6.0 | ||
// Quentin Bouygues <https://github.com/quentinbouygues> | ||
// Fumiaki Matsushima <https://github.com/mtsmfm> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -169,19 +170,19 @@ // TypeScript Version: 2.2 | ||
interface MockOptionsMethodGet extends MockOptions { | ||
method: 'GET'; | ||
method?: 'GET'; | ||
} | ||
interface MockOptionsMethodPost extends MockOptions { | ||
method: 'POST'; | ||
method?: 'POST'; | ||
} | ||
interface MockOptionsMethodPut extends MockOptions { | ||
method: 'PUT'; | ||
method?: 'PUT'; | ||
} | ||
interface MockOptionsMethodDelete extends MockOptions { | ||
method: 'DELETE'; | ||
method?: 'DELETE'; | ||
} | ||
interface MockOptionsMethodHead extends MockOptions { | ||
method: 'HEAD'; | ||
method?: 'HEAD'; | ||
} | ||
@@ -188,0 +189,0 @@ |
{ | ||
"name": "@types/fetch-mock", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "TypeScript definitions for fetch-mock", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "quentinbouygues" | ||
}, | ||
{ | ||
"name": "Fumiaki Matsushima", | ||
"url": "https://github.com/mtsmfm", | ||
"githubUsername": "mtsmfm" | ||
} | ||
@@ -46,4 +51,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "24ae9d9afff3274bcd4deb351309da72669c1d6c223e6905101c073cec24abae", | ||
"typesPublisherContentHash": "2e0774b1d4344ac0fa901e4be207632be05f0591589259daeaa01d877202955c", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 30 May 2018 01:28:45 GMT | ||
* Last updated: Mon, 01 Oct 2018 23:14:36 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Alexey Svetliakov <https://github.com/asvetliakov>, Tamir Duberstein <https://github.com/tamird>, Risto Keravuori <https://github.com/merrywhether>, Chris Sinclair <https://github.com/chrissinclair>, Matt Tennison <https://github.com/matttennison>, Quentin Bouygues <https://github.com/quentinbouygues>. | ||
These definitions were written by Alexey Svetliakov <https://github.com/asvetliakov>, Tamir Duberstein <https://github.com/tamird>, Risto Keravuori <https://github.com/merrywhether>, Chris Sinclair <https://github.com/chrissinclair>, Matt Tennison <https://github.com/matttennison>, Quentin Bouygues <https://github.com/quentinbouygues>, Fumiaki Matsushima <https://github.com/mtsmfm>. |
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
24150
415