@types/node
Advanced tools
| { | ||
| "name": "@types/node", | ||
| "version": "22.15.16", | ||
| "version": "22.15.17", | ||
| "description": "TypeScript definitions for node", | ||
@@ -223,4 +223,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "6b0c39ce6e8fcb802f7d96343f67fd3ba0ff1609b32a855ed1c269dcc312548b", | ||
| "typesPublisherContentHash": "fc6995b0ade0c0c7fd18806f0d2dd27d7dd424e1afc0efb8ee459ab933f67239", | ||
| "typeScriptVersion": "5.1" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Thu, 08 May 2025 03:33:47 GMT | ||
| * Last updated: Thu, 08 May 2025 14:02:18 GMT | ||
| * Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
+13
-4
@@ -61,3 +61,3 @@ /** | ||
| /** | ||
| * V8's code cache data for the supplied source. | ||
| * Provides an optional data with V8's code cache data for the supplied source. | ||
| */ | ||
@@ -114,7 +114,13 @@ cachedData?: Buffer | NodeJS.ArrayBufferView | undefined; | ||
| interface RunningCodeOptions extends RunningScriptOptions { | ||
| cachedData?: ScriptOptions["cachedData"]; | ||
| /** | ||
| * Provides an optional data with V8's code cache data for the supplied source. | ||
| */ | ||
| cachedData?: ScriptOptions["cachedData"] | undefined; | ||
| importModuleDynamically?: ScriptOptions["importModuleDynamically"]; | ||
| } | ||
| interface RunningCodeInNewContextOptions extends RunningScriptInNewContextOptions { | ||
| cachedData?: ScriptOptions["cachedData"]; | ||
| /** | ||
| * Provides an optional data with V8's code cache data for the supplied source. | ||
| */ | ||
| cachedData?: ScriptOptions["cachedData"] | undefined; | ||
| importModuleDynamically?: ScriptOptions["importModuleDynamically"]; | ||
@@ -126,3 +132,3 @@ } | ||
| */ | ||
| cachedData?: Buffer | undefined; | ||
| cachedData?: ScriptOptions["cachedData"] | undefined; | ||
| /** | ||
@@ -854,2 +860,5 @@ * Specifies whether to produce new cache data. | ||
| identifier?: string | undefined; | ||
| /** | ||
| * Provides an optional data with V8's code cache data for the supplied source. | ||
| */ | ||
| cachedData?: ScriptOptions["cachedData"] | undefined; | ||
@@ -856,0 +865,0 @@ context?: Context | undefined; |
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 7 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 7 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
2354436
0.02%52150
0.02%329
-0.3%