Socket
Socket
Sign inDemoInstall

node-fetch

Package Overview
Dependencies
Maintainers
4
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-fetch - npm Package Compare versions

Comparing version 2.6.5 to 2.6.6

2

lib/index.es.js

@@ -1141,3 +1141,3 @@ process.emitWarning("The .es.js file is deprecated. Use .mjs instead.");

const INTERNALS$2 = Symbol('Request internals');
const URL = whatwgUrl.URL;
const URL = Url.URL || whatwgUrl.URL;

@@ -1144,0 +1144,0 @@ // fix an issue where "format", "parse" aren't a named export for node <10

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

const INTERNALS$2 = Symbol('Request internals');
const URL = whatwgUrl.URL;
const URL = Url.URL || whatwgUrl.URL;

@@ -1148,0 +1148,0 @@ // fix an issue where "format", "parse" aren't a named export for node <10

{
"name": "node-fetch",
"version": "2.6.5",
"version": "2.6.6",
"description": "A light-weight module that brings window.fetch to node.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc