Socket
Socket
Sign inDemoInstall

fetch-mock

Package Overview
Dependencies
Maintainers
1
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-mock - npm Package Compare versions

Comparing version 10.0.5 to 10.0.6

2

package.json
{
"name": "fetch-mock",
"version": "10.0.5",
"version": "10.0.6",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",

@@ -5,0 +5,0 @@ "main": "./dist/commonjs.js",

@@ -699,8 +699,3 @@ // Project: https://github.com/wheresrhys/fetch-mock, http://www.wheresrhys.co.uk/fetch-mock

declare var fetchMock: fetchMock.FetchMockStatic;
declare const fetchMock: fetchMock.FetchMockStatic;
export = fetchMock;
declare module 'fetch-mock/esm/client' {
const fetchMock: fetchMock.FetchMockStatic;
export default fetchMock;
}
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