@whatwg-node/node-fetch
Advanced tools
Comparing version 0.7.1 to 0.7.2-alpha-20241111123417-4e4d48a16cce52587b1a06b11e72803047cc473d
@@ -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; |
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
225973
5821