Socket
Socket
Sign inDemoInstall

node-fetch

Package Overview
Dependencies
6
Maintainers
5
Versions
96
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.13 to 2.7.0

2

lib/index.es.js

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

export default fetch;
export { Headers, Request, Response, FetchError };
export { Headers, Request, Response, FetchError, AbortError };

@@ -1787,1 +1787,2 @@ 'use strict';

exports.FetchError = FetchError;
exports.AbortError = AbortError;
{
"name": "node-fetch",
"version": "2.6.13",
"version": "2.7.0",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc