New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
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.7
to
22.15.8
+2
-0
node/buffer.buffer.d.ts

@@ -454,2 +454,4 @@ declare module "buffer" {

}
type NonSharedBuffer = Buffer<ArrayBuffer>;
type AllowSharedBuffer = Buffer<ArrayBufferLike>;
}

@@ -456,0 +458,0 @@ /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */

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

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

"peerDependencies": {},
"typesPublisherContentHash": "13b8f49d41ffb643d1aac1f03379392f652cc16ce419217f4de4dbe2c212e6bf",
"typesPublisherContentHash": "f33e6082d94335ad1265895a51362f7a441897e171eb3ec61b6ef66ec37e658f",
"typeScriptVersion": "5.1"
}

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

### Additional Details
* Last updated: Mon, 05 May 2025 21:02:40 GMT
* Last updated: Mon, 05 May 2025 21:33:58 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

@@ -451,2 +451,4 @@ declare module "buffer" {

}
type NonSharedBuffer = Buffer;
type AllowSharedBuffer = Buffer;
}

@@ -453,0 +455,0 @@ /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */

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

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