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 7.3.4 to 7.3.5

8

fetch-mock/index.d.ts

@@ -591,3 +591,3 @@ // Type definitions for fetch-mock 7.3

reject: (reason?: any) => void,
) => void) => Promise<Response> | undefined;
) => void) => Promise<Response> | undefined | undefined;

@@ -606,3 +606,3 @@ /**

*/
Headers?: new () => Headers | undefined;
Headers?: (new () => Headers | undefined) | undefined;

@@ -613,3 +613,3 @@ /**

*/
Request?: new (input: string | Request, init?: RequestInit) => Request | undefined;
Request?: (new (input: string | Request, init?: RequestInit) => Request | undefined) | undefined;

@@ -620,3 +620,3 @@ /**

*/
Response?: new () => Response | undefined;
Response?: (new () => Response | undefined) | undefined;
};

@@ -623,0 +623,0 @@ }

{
"name": "@types/fetch-mock",
"version": "7.3.4",
"version": "7.3.5",
"description": "TypeScript definitions for fetch-mock",

@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fetch-mock",

"dependencies": {},
"typesPublisherContentHash": "a2ba642285604281a6a4c5d60ffd6eb4a5d4cdcb3ecd3efd94651c500f45263f",
"typesPublisherContentHash": "e037a43db4814ab9f1bb66d2b9b99561392ebb32ce09e9714b8153a4ca04a184",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 20:32:56 GMT
* Last updated: Thu, 08 Jul 2021 12:01:32 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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