You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
2315
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
22.15.31
to
22.15.32
+3
-2
node v22.15/fs/promises.d.ts

@@ -32,2 +32,3 @@ /**

PathLike,
ReadPosition,
ReadStream,

@@ -73,3 +74,3 @@ ReadVResult,

length?: number | null;
position?: number | null;
position?: ReadPosition | null;
}

@@ -234,3 +235,3 @@ interface CreateReadStreamOptions extends Abortable {

length?: number | null,
position?: number | null,
position?: ReadPosition | null,
): Promise<FileReadResult<T>>;

@@ -237,0 +238,0 @@ read<T extends NodeJS.ArrayBufferView = Buffer>(

+2
-2
{
"name": "@types/node",
"version": "22.15.31",
"version": "22.15.32",
"description": "TypeScript definitions for node",

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

"peerDependencies": {},
"typesPublisherContentHash": "1ba9213adf63443b1d408206cd7fef06bfb41aa3b67219d0ec8b8d922e74c9bc",
"typesPublisherContentHash": "300227c67dac92738a25452841e8b61a4c5712b3a6db1330930fc402d7dea27e",
"typeScriptVersion": "5.1"
}

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

### Additional Details
* Last updated: Tue, 10 Jun 2025 02:18:06 GMT
* Last updated: Mon, 16 Jun 2025 08:40:15 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

Sorry, the diff of this file is too big to display