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
576
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.7.1 to 0.7.2-alpha-20241111123417-4e4d48a16cce52587b1a06b11e72803047cc473d

1

cjs/ReadableStream.js

@@ -190,2 +190,3 @@ "use strict";

readable.readable.once('finish', () => this.readable.push(null));
readable.readable.once('close', () => this.readable.push(null));
}

@@ -192,0 +193,0 @@ return readable;

@@ -187,2 +187,3 @@ import { Readable } from 'stream';

readable.readable.once('finish', () => this.readable.push(null));
readable.readable.once('close', () => this.readable.push(null));
}

@@ -189,0 +190,0 @@ return readable;

2

package.json
{
"name": "@whatwg-node/node-fetch",
"version": "0.7.1",
"version": "0.7.2-alpha-20241111123417-4e4d48a16cce52587b1a06b11e72803047cc473d",
"description": "Fetch API implementation for Node",

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

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