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

fetch-er

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-er - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

6

fetcher.node.js

@@ -15,4 +15,6 @@ (function (global, factory) {

'use strict';
var Headers = require('node-fetch/lib/headers');
var fetch = require('node-fetch');
if (global && !global.Headers) {
global.Headers = require('node-fetch/lib/headers');
global.fetch = require('node-fetch');
}

@@ -19,0 +21,0 @@ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj['default'] : obj; };

{
"name": "fetch-er",
"version": "0.0.9",
"version": "0.0.10",
"description": "WHATWG fetch helper",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/othree/fetcher",

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