@@ -703,12 +703,12 @@ 'use strict' | ||
| } | ||
| }) | ||
| stream.on('data', (chunk) => { | ||
| if (request.aborted || request.completed) { | ||
| return | ||
| } | ||
| stream.on('data', (chunk) => { | ||
| if (request.aborted || request.completed) { | ||
| return | ||
| } | ||
| if (request.onData(chunk) === false) { | ||
| stream.pause() | ||
| } | ||
| if (request.onData(chunk) === false) { | ||
| stream.pause() | ||
| } | ||
| }) | ||
| }) | ||
@@ -715,0 +715,0 @@ |
+1
-1
| { | ||
| "name": "undici", | ||
| "version": "7.24.2", | ||
| "version": "7.24.3", | ||
| "description": "An HTTP/1.1 client, written from scratch for Node.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://undici.nodejs.org", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1598811
0