Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign 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
24.10.4
to
24.10.5
+2
-2
node v24.10/package.json
{
"name": "@types/node",
"version": "24.10.4",
"version": "24.10.5",
"description": "TypeScript definitions for node",

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

"peerDependencies": {},
"typesPublisherContentHash": "3a9013632111e49759d702b082ccfa1cce713feb78de09513919546221062945",
"typesPublisherContentHash": "57936b646976157d9c650af66b62c5cb0d67d64a298fa03e3f8d382ab2e63ada",
"typeScriptVersion": "5.2"
}

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

### Additional Details
* Last updated: Sun, 14 Dec 2025 00:04:32 GMT
* Last updated: Sat, 10 Jan 2026 00:47:09 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

@@ -249,2 +249,6 @@ /**

/**
* String containing the server name requested via SNI (Server Name Indication) TLS extension.
*/
servername: string | false | null;
/**
* Returns an object representing the local certificate. The returned object has

@@ -251,0 +255,0 @@ * some properties corresponding to the fields of the certificate.