Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fetch-mock

Package Overview
Dependencies
Maintainers
1
Versions
231
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.6.0 to 4.6.1

2

es5/server.js
'use strict';
var path = require('path');
require('protips')(path.join(__dirname, '../', 'PROTIPS.md'));
var fetch = require('node-fetch');

@@ -6,0 +4,0 @@ var Request = fetch.Request;

5

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

@@ -30,4 +30,3 @@ "main": "src/server.js",

"dependencies": {
"node-fetch": "^1.3.3",
"protips": "^1.1.0"
"node-fetch": "^1.3.3"
},

@@ -34,0 +33,0 @@ "devDependencies": {

'use strict';
const path = require('path');
require('protips')(path.join(__dirname, '../', 'PROTIPS.md'));
const fetch = require('node-fetch');

@@ -5,0 +3,0 @@ const Request = fetch.Request;

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