New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@whatwg-node/node-fetch

Package Overview
Dependencies
Maintainers
1
Versions
631
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.6 to 0.7.7-rc-20250110093600-48b5086ea3535f34641fd8559221fa26fe734251

3

cjs/ReadableStream.js

@@ -159,2 +159,5 @@ "use strict";

return {
[Symbol.asyncIterator]() {
return this;
},
next: () => iterator.next(),

@@ -161,0 +164,0 @@ return: () => {

@@ -156,2 +156,5 @@ import { Buffer } from 'node:buffer';

return {
[Symbol.asyncIterator]() {
return this;
},
next: () => iterator.next(),

@@ -158,0 +161,0 @@ return: () => {

2

package.json
{
"name": "@whatwg-node/node-fetch",
"version": "0.7.6",
"version": "0.7.7-rc-20250110093600-48b5086ea3535f34641fd8559221fa26fe734251",
"description": "Fetch API implementation for Node",

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

@@ -12,2 +12,3 @@ import { Readable } from 'node:stream';

[Symbol.asyncIterator](): {
[Symbol.asyncIterator](): /*elided*/ any;
next: () => Promise<IteratorResult<any, any>>;

@@ -14,0 +15,0 @@ return: () => Promise<IteratorResult<any, any>>;

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