@types/node
Advanced tools
| { | ||
| "name": "@types/node", | ||
| "version": "25.5.0", | ||
| "version": "25.5.1", | ||
| "description": "TypeScript definitions for node", | ||
@@ -153,4 +153,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "4b6968335abe1dc64bd6086fd546d6e9c50f986c37d49de8073f4ed1c900057c", | ||
| "typeScriptVersion": "5.2" | ||
| "typesPublisherContentHash": "0e2c6ee9c4b332942d0d2455da03501d53f57d65650a444fa38b8bf0c173091a", | ||
| "typeScriptVersion": "5.3" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Thu, 12 Mar 2026 15:47:58 GMT | ||
| * Last updated: Fri, 03 Apr 2026 09:18:15 GMT | ||
| * Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
@@ -209,3 +209,3 @@ declare module "node:stream/web" { | ||
| close(): void; | ||
| enqueue(chunk?: R): void; | ||
| enqueue(chunk: R): void; | ||
| error(e?: any): void; | ||
@@ -255,3 +255,3 @@ } | ||
| readonly desiredSize: number | null; | ||
| enqueue(chunk?: O): void; | ||
| enqueue(chunk: O): void; | ||
| error(reason?: any): void; | ||
@@ -289,3 +289,3 @@ terminate(): void; | ||
| releaseLock(): void; | ||
| write(chunk?: W): Promise<void>; | ||
| write(chunk: W): Promise<void>; | ||
| } | ||
@@ -292,0 +292,0 @@ var WritableStreamDefaultWriter: { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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 7 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance 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
2401515
0