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.6 to 10.0.7

2

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

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

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

import fetchMock = require('..');
import fetchMock from '..';

@@ -3,0 +3,0 @@ fetchMock.mock();

@@ -700,2 +700,2 @@ // Project: https://github.com/wheresrhys/fetch-mock, http://www.wheresrhys.co.uk/fetch-mock

declare const fetchMock: fetchMock.FetchMockStatic;
export = fetchMock;
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