New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 7.2.5 to 7.3.0

13

fetch-mock/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for fetch-mock 7.2
// Type definitions for fetch-mock 7.3
// Project: https://github.com/wheresrhys/fetch-mock, http://www.wheresrhys.co.uk/fetch-mock

@@ -12,2 +12,3 @@ // Definitions by: Alexey Svetliakov <https://github.com/asvetliakov>

// Felix Chen <https://github.com/ChenNima>
// Katsuya Hino <https://github.com/dobogo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -153,2 +154,12 @@ // TypeScript Version: 2.2

/**
* key/value map of express style path params to match
*/
params?: { [key: string]: string };
/**
* A function for arbitrary matching
*/
functionMatcher?: MockMatcherFunction;
/**
* as specified above

@@ -155,0 +166,0 @@ */

9

fetch-mock/package.json
{
"name": "@types/fetch-mock",
"version": "7.2.5",
"version": "7.3.0",
"description": "TypeScript definitions for fetch-mock",

@@ -51,2 +51,7 @@ "license": "MIT",

"githubUsername": "ChenNima"
},
{
"name": "Katsuya Hino",
"url": "https://github.com/dobogo",
"githubUsername": "dobogo"
}

@@ -63,4 +68,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "b85f62b1d4cdf3aeffc8c03eb6a08c50b75771777f38a852440157c1b00e5db9",
"typesPublisherContentHash": "1036d231ef1c827e7c935b91a876f8708dc1873963ca6cab4a7fc6e00f026afb",
"typeScriptVersion": "2.2"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 15 May 2019 23:03:16 GMT
* Last updated: Tue, 21 May 2019 19:56:14 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>, Fumiaki Matsushima <https://github.com/mtsmfm>, Colin Doig <https://github.com/captain-igloo>, Felix Chen <https://github.com/ChenNima>.
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>, Colin Doig <https://github.com/captain-igloo>, Felix Chen <https://github.com/ChenNima>, Katsuya Hino <https://github.com/dobogo>.
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