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 3.0.0-beta.8 to 3.0.0-beta.9

18

package.json
{
"name": "node-fetch",
"version": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"description": "A light-weight module that brings Fetch API to node.js",

@@ -59,5 +59,5 @@ "main": "./dist/index.cjs",

"abort-controller": "^3.0.0",
"abortcontroller-polyfill": "^1.4.0",
"abortcontroller-polyfill": "^1.5.0",
"busboy": "^0.3.1",
"c8": "^7.1.2",
"c8": "^7.3.0",
"chai": "^4.2.0",

@@ -68,14 +68,14 @@ "chai-as-promised": "^7.1.1",

"coveralls": "^3.1.0",
"delay": "^4.3.0",
"delay": "^4.4.0",
"form-data": "^3.0.0",
"formdata-node": "^2.2.0",
"mocha": "^8.0.0",
"formdata-node": "^2.4.0",
"mocha": "^8.1.3",
"p-timeout": "^3.2.0",
"rollup": "^2.15.0",
"rollup": "^2.26.10",
"tsd": "^0.13.1",
"xo": "^0.32.0"
"xo": "^0.33.1"
},
"dependencies": {
"data-uri-to-buffer": "^3.0.1",
"fetch-blob": "^2.0.0"
"fetch-blob": "^2.1.1"
},

@@ -82,0 +82,0 @@ "esm": {

@@ -152,3 +152,4 @@ /**

body: request.body,
signal: request.signal
signal: request.signal,
size: request.size
};

@@ -155,0 +156,0 @@

@@ -60,3 +60,2 @@ /**

typeof object.getAll === 'function' &&
typeof object.has === 'function' &&
typeof object.delete === 'function' &&

@@ -63,0 +62,0 @@ typeof object.keys === 'function' &&

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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