Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
2304
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.0.6
to
25.0.7
+2
-2
node/package.json
{
"name": "@types/node",
"version": "25.0.6",
"version": "25.0.7",
"description": "TypeScript definitions for node",

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

"peerDependencies": {},
"typesPublisherContentHash": "94ab17c4429a0725db5c7c76ac2cdd2b664f773ddbb00f18d7f43b0e6c78b492",
"typesPublisherContentHash": "b29db59b02bc29b89f52e14291cc93b335804c36c7ab542cba8ddb151a3c9563",
"typeScriptVersion": "5.2"
}

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

### Additional Details
* Last updated: Sat, 10 Jan 2026 17:34:52 GMT
* Last updated: Tue, 13 Jan 2026 00:47:03 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

@@ -657,2 +657,5 @@ /**

start(): void;
hasRef(): boolean;
ref(): void;
unref(): void;
addEventListener<K extends keyof MessagePortEventMap>(

@@ -659,0 +662,0 @@ type: K,