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 4.3.0 to 4.3.1

2

es5/server.js

@@ -12,3 +12,3 @@ 'use strict';

module.exports = new FetchMock({
theGlobal: GLOBAL,
theGlobal: global,
Request: Request,

@@ -15,0 +15,0 @@ Response: Response,

{
"name": "fetch-mock",
"version": "4.3.0",
"version": "4.3.1",
"description": "Mock http requests made using fetch (or isomorphic-fetch)",

@@ -5,0 +5,0 @@ "main": "src/server.js",

@@ -11,3 +11,3 @@ 'use strict';

module.exports = new FetchMock({
theGlobal: GLOBAL,
theGlobal: global,
Request: Request,

@@ -14,0 +14,0 @@ Response: Response,

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