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
24.10.1
to
24.10.2
+2
-2
node/package.json
{
"name": "@types/node",
"version": "24.10.1",
"version": "24.10.2",
"description": "TypeScript definitions for node",

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

"peerDependencies": {},
"typesPublisherContentHash": "bf541e42e173a984f57b649839d3371001c98469b0e8944f7762074aed2acd2f",
"typesPublisherContentHash": "28e383d3b72da0727a96b2232c4dc476d6186afce14cc25ce43bedcf5566a919",
"typeScriptVersion": "5.2"
}

@@ -70,3 +70,3 @@ declare module "path/posix" {

* Normalize a string path, reducing '..' and '.' parts.
* When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used.
* When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. If the path is a zero-length string, '.' is returned, representing the current working directory.
*

@@ -73,0 +73,0 @@ * @param path string path to normalize.

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

### Additional Details
* Last updated: Tue, 11 Nov 2025 23:33:13 GMT
* Last updated: Mon, 08 Dec 2025 22:36:14 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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