@types/node
Advanced tools
| { | ||
| "name": "@types/node", | ||
| "version": "20.19.37", | ||
| "version": "20.19.38", | ||
| "description": "TypeScript definitions for node", | ||
@@ -138,4 +138,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "232436132f92bb9d0f77b98004c7a2477747cc93116b454e2d1ffaf892e9bdd2", | ||
| "typeScriptVersion": "5.2" | ||
| "typesPublisherContentHash": "6e3d67a181dc0915a08aad0eb475d34f39ffdec250fbb907362f7790cc3c9ff2", | ||
| "typeScriptVersion": "5.3" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Fri, 06 Mar 2026 00:57:44 GMT | ||
| * Last updated: Fri, 03 Apr 2026 09:18:15 GMT | ||
| * Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
@@ -112,3 +112,3 @@ type _ByteLengthQueuingStrategy = typeof globalThis extends { onmessage: any } ? {} | ||
| done: true; | ||
| value?: T; | ||
| value: T | undefined; | ||
| } | ||
@@ -255,3 +255,3 @@ type ReadableStreamReadResult<T> = ReadableStreamReadValueResult<T> | ReadableStreamReadDoneResult<T>; | ||
| close(): void; | ||
| enqueue(chunk?: R): void; | ||
| enqueue(chunk: R): void; | ||
| error(e?: any): void; | ||
@@ -284,3 +284,3 @@ } | ||
| readonly desiredSize: number | null; | ||
| enqueue(chunk?: O): void; | ||
| enqueue(chunk: O): void; | ||
| error(reason?: any): void; | ||
@@ -321,3 +321,3 @@ terminate(): void; | ||
| releaseLock(): void; | ||
| write(chunk?: W): Promise<void>; | ||
| write(chunk: W): Promise<void>; | ||
| } | ||
@@ -346,3 +346,3 @@ const WritableStreamDefaultWriter: { | ||
| interface QueuingStrategySize<T = any> { | ||
| (chunk?: T): number; | ||
| (chunk: T): number; | ||
| } | ||
@@ -349,0 +349,0 @@ interface QueuingStrategyInit { |
Network access
Supply chain riskThis module accesses the network.
Found 9 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 11 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 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 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 9 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 11 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 6 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 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
2284232
0