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
18.19.111
to
18.19.112
+3
-1
node v18.19/assert.d.ts

@@ -67,3 +67,5 @@ /**

calls(exact?: number): () => void;
calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func;
calls(fn: undefined, exact?: number): () => void;
calls<Func extends (...args: any[]) => any>(fn: Func, exact?: number): Func;
calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func | (() => void);
/**

@@ -70,0 +72,0 @@ * Example:

{
"name": "@types/node",
"version": "18.19.111",
"version": "18.19.112",
"description": "TypeScript definitions for node",

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

"peerDependencies": {},
"typesPublisherContentHash": "df16d8092fb7bc2492e07f53223e0fe9a51490cafcaf2bd84962d415b56c5bb8",
"typesPublisherContentHash": "3b0022e6fd68674bfe09bfec92263763b1fba74ce671da541765e24b2af05d76",
"typeScriptVersion": "5.1"
}

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

### Additional Details
* Last updated: Thu, 05 Jun 2025 18:56:28 GMT
* Last updated: Mon, 16 Jun 2025 11:02:21 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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