Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/fetch-mock

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/fetch-mock - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

11

fetch-mock/index.d.ts

@@ -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>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc