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

@whatwg-node/node-fetch

Package Overview
Dependencies
Maintainers
1
Versions
581
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/node-fetch - npm Package Compare versions

Comparing version 0.0.1-alpha-20221228110205-1d6dcac to 0.0.1-alpha-20221228110541-2aa6aea

8

index.js

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

}
}
},
});

@@ -438,6 +438,6 @@ }

headers: {
'content-type': this.contentType || ''
'content-type': this.contentType || '',
},
limits: formDataLimits,
defParamCharset: 'utf-8'
defParamCharset: 'utf-8',
});

@@ -461,3 +461,3 @@ bb.on('field', (name, value, { nameTruncated, valueTruncated }) => {

});
fileStream.on('data', (chunk) => {
fileStream.on('data', chunk => {
chunks.push(Buffer.from(chunk));

@@ -464,0 +464,0 @@ });

{
"name": "@whatwg-node/node-fetch",
"version": "0.0.1-alpha-20221228110205-1d6dcac",
"version": "0.0.1-alpha-20221228110541-2aa6aea",
"description": "Fetch API implementation for Node",

@@ -5,0 +5,0 @@ "sideEffects": false,

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