Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
2336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node - npm Package Compare versions

Comparing version
25.9.0
to
25.9.1
+2
-2
node/package.json
{
"name": "@types/node",
"version": "25.9.0",
"version": "25.9.1",
"description": "TypeScript definitions for node",

@@ -153,4 +153,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",

"peerDependencies": {},
"typesPublisherContentHash": "2c46dd4d6ce51acbd418cda854101b97987beaea870ba7b8c1a22436b4a0a28c",
"typesPublisherContentHash": "2546f5f588e15fc9aa202a3005dab2859d006fd48a8448107741e5ce184e9098",
"typeScriptVersion": "5.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 18 May 2026 12:43:58 GMT
* Last updated: Tue, 19 May 2026 17:48:56 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

@@ -14,0 +14,0 @@

@@ -114,3 +114,6 @@ declare module "node:stream/iter" {

interface StatelessTransformFn {
(chunks: Uint8Array[] | null, options: TransformCallbackOptions): TransformResult | null;
(
chunks: Uint8Array[] | null,
options: TransformCallbackOptions,
): Promise<TransformResult | null> | TransformResult | null;
}

@@ -117,0 +120,0 @@ interface SyncStatelessTransformFn {