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
509
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.3 to 0.0.4

5

index.js

@@ -562,6 +562,5 @@ 'use strict';

contentType: 'text/plain;charset=UTF-8',
contentLength: bodyInit.length,
contentLength: Buffer.byteLength(bodyInit),
bodyFactory() {
const buffer = Buffer.from(bodyInit);
const readable = stream.Readable.from(buffer);
const readable = stream.Readable.from(bodyInit);
return new PonyfillReadableStream(readable);

@@ -568,0 +567,0 @@ },

2

package.json
{
"name": "@whatwg-node/node-fetch",
"version": "0.0.3",
"version": "0.0.4",
"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