@types/node
Advanced tools
| { | ||
| "name": "@types/node", | ||
| "version": "25.2.0", | ||
| "version": "25.2.1", | ||
| "description": "TypeScript definitions for node", | ||
@@ -153,4 +153,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "070141665b6c093c16b6b39451f81eb12361c201bfdd3ed8dc437e63f3088059", | ||
| "typesPublisherContentHash": "4dbf3804034fdf7739addf039cb5812b6d1bab6d554da5077f8003fdbd6ffea1", | ||
| "typeScriptVersion": "5.2" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Sun, 01 Feb 2026 15:38:50 GMT | ||
| * Last updated: Thu, 05 Feb 2026 14:44:37 GMT | ||
| * Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
@@ -6,7 +6,11 @@ export {}; | ||
| type _CloseEvent = typeof globalThis extends { onmessage: any } ? {} : undici.CloseEvent; | ||
| type _CloseEventInit = typeof globalThis extends { onmessage: any } ? {} : undici.CloseEventInit; | ||
| type _ErrorEvent = typeof globalThis extends { onmessage: any } ? {} : undici.ErrorEvent; | ||
| type _ErrorEventInit = typeof globalThis extends { onmessage: any } ? {} : undici.ErrorEventInit; | ||
| type _EventSource = typeof globalThis extends { onmessage: any } ? {} : undici.EventSource; | ||
| type _EventSourceInit = typeof globalThis extends { onmessage: any } ? {} : undici.EventSourceInit; | ||
| type _FormData = typeof globalThis extends { onmessage: any } ? {} : undici.FormData; | ||
| type _Headers = typeof globalThis extends { onmessage: any } ? {} : undici.Headers; | ||
| type _MessageEvent = typeof globalThis extends { onmessage: any } ? {} : undici.MessageEvent; | ||
| type _MessageEventInit = typeof globalThis extends { onmessage: any } ? {} : undici.MessageEventInit; | ||
| type _Request = typeof globalThis extends { onmessage: any } ? {} : undici.Request; | ||
@@ -17,2 +21,3 @@ type _RequestInit = typeof globalThis extends { onmessage: any } ? {} : undici.RequestInit; | ||
| type _WebSocket = typeof globalThis extends { onmessage: any } ? {} : undici.WebSocket; | ||
| type _WebSocketInit = typeof globalThis extends { onmessage: any } ? {} : undici.WebSocketInit; | ||
@@ -28,8 +33,14 @@ declare global { | ||
| interface CloseEventInit extends _CloseEventInit {} | ||
| interface ErrorEvent extends _ErrorEvent {} | ||
| var ErrorEvent: typeof globalThis extends { onmessage: any; ErrorEvent: infer T } ? T : typeof undici.ErrorEvent; | ||
| interface ErrorEventInit extends _ErrorEventInit {} | ||
| interface EventSource extends _EventSource {} | ||
| var EventSource: typeof globalThis extends { onmessage: any; EventSource: infer T } ? T : typeof undici.EventSource; | ||
| interface EventSourceInit extends _EventSourceInit {} | ||
| interface FormData extends _FormData {} | ||
@@ -45,2 +56,4 @@ var FormData: typeof globalThis extends { onmessage: any; FormData: infer T } ? T : typeof undici.FormData; | ||
| interface MessageEventInit extends _MessageEventInit {} | ||
| interface Request extends _Request {} | ||
@@ -58,2 +71,4 @@ var Request: typeof globalThis extends { onmessage: any; Request: infer T } ? T : typeof undici.Request; | ||
| var WebSocket: typeof globalThis extends { onmessage: any; WebSocket: infer T } ? T : typeof undici.WebSocket; | ||
| interface WebSocketInit extends _WebSocketInit {} | ||
| } |
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
2374711
0.03%52998
0.02%