@types/node
Advanced tools
| { | ||
| "name": "@types/node", | ||
| "version": "22.19.13", | ||
| "version": "22.19.14", | ||
| "description": "TypeScript definitions for node", | ||
@@ -143,4 +143,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "21671978d52fe2a5e4395fc1c3036d0ebb0b78980d394e905a075e1498d24092", | ||
| "typesPublisherContentHash": "e4f3fc8296d86640d1e53f74dc1c56cc3589380ad7886c6835e6e8e8553ca469", | ||
| "typeScriptVersion": "5.2" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Thu, 26 Feb 2026 18:47:04 GMT | ||
| * Last updated: Thu, 05 Mar 2026 23:32:33 GMT | ||
| * Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
@@ -111,6 +111,10 @@ /** | ||
| windowBits?: number | undefined; | ||
| level?: number | undefined; // compression only | ||
| memLevel?: number | undefined; // compression only | ||
| strategy?: number | undefined; // compression only | ||
| dictionary?: NodeJS.ArrayBufferView | ArrayBuffer | undefined; // deflate/inflate only, empty dictionary by default | ||
| /** compression only */ | ||
| level?: number | undefined; | ||
| /** compression only */ | ||
| memLevel?: number | undefined; | ||
| /** compression only */ | ||
| strategy?: number | undefined; | ||
| /** deflate/inflate only, empty dictionary by default */ | ||
| dictionary?: NodeJS.ArrayBufferView | ArrayBuffer | undefined; | ||
| /** | ||
@@ -207,10 +211,64 @@ * If `true`, returns an object with `buffer` and `engine`. | ||
| } | ||
| /** | ||
| * @since v10.16.0 | ||
| */ | ||
| class BrotliCompress extends stream.Transform { | ||
| constructor(options?: BrotliOptions); | ||
| } | ||
| interface BrotliCompress extends stream.Transform, Zlib {} | ||
| /** | ||
| * @since v10.16.0 | ||
| */ | ||
| class BrotliDecompress extends stream.Transform { | ||
| constructor(options?: BrotliOptions); | ||
| } | ||
| interface BrotliDecompress extends stream.Transform, Zlib {} | ||
| /** | ||
| * @since v0.5.8 | ||
| */ | ||
| class Gzip extends stream.Transform { | ||
| constructor(options?: ZlibOptions); | ||
| } | ||
| interface Gzip extends stream.Transform, Zlib {} | ||
| /** | ||
| * @since v0.5.8 | ||
| */ | ||
| class Gunzip extends stream.Transform { | ||
| constructor(options?: ZlibOptions); | ||
| } | ||
| interface Gunzip extends stream.Transform, Zlib {} | ||
| /** | ||
| * @since v0.5.8 | ||
| */ | ||
| class Deflate extends stream.Transform { | ||
| constructor(options?: ZlibOptions); | ||
| } | ||
| interface Deflate extends stream.Transform, Zlib, ZlibReset, ZlibParams {} | ||
| /** | ||
| * @since v0.5.8 | ||
| */ | ||
| class Inflate extends stream.Transform { | ||
| constructor(options?: ZlibOptions); | ||
| } | ||
| interface Inflate extends stream.Transform, Zlib, ZlibReset {} | ||
| /** | ||
| * @since v0.5.8 | ||
| */ | ||
| class DeflateRaw extends stream.Transform { | ||
| constructor(options?: ZlibOptions); | ||
| } | ||
| interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams {} | ||
| /** | ||
| * @since v0.5.8 | ||
| */ | ||
| class InflateRaw extends stream.Transform { | ||
| constructor(options?: ZlibOptions); | ||
| } | ||
| interface InflateRaw extends stream.Transform, Zlib, ZlibReset {} | ||
| /** | ||
| * @since v0.5.8 | ||
| */ | ||
| class Unzip extends stream.Transform { | ||
| constructor(options?: ZlibOptions); | ||
| } | ||
| interface Unzip extends stream.Transform, Zlib {} | ||
@@ -221,2 +279,5 @@ /** | ||
| */ | ||
| class ZstdCompress extends stream.Transform { | ||
| constructor(options?: ZstdOptions); | ||
| } | ||
| interface ZstdCompress extends stream.Transform, Zlib {} | ||
@@ -227,2 +288,5 @@ /** | ||
| */ | ||
| class ZstdDecompress extends stream.Transform { | ||
| constructor(options?: ZstdOptions); | ||
| } | ||
| interface ZstdDecompress extends stream.Transform, Zlib {} | ||
@@ -229,0 +293,0 @@ /** |
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
2422658
0.06%53526
0.12%