Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
1960
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 20.16.9 to 20.16.10

node v20.16/buffer.buffer.d.ts

14

node v20.16/globals.d.ts

@@ -403,16 +403,2 @@ export {}; // Make this a module

type TypedArray =
| Uint8Array
| Uint8ClampedArray
| Uint16Array
| Uint32Array
| Int8Array
| Int16Array
| Int32Array
| BigUint64Array
| BigInt64Array
| Float32Array
| Float64Array;
type ArrayBufferView = TypedArray | DataView;
interface Require {

@@ -419,0 +405,0 @@ (id: string): any;

6

node v20.16/index.d.ts

@@ -25,3 +25,3 @@ /**

// NOTE: These definitions support NodeJS and TypeScript 4.9+.
// NOTE: These definitions support NodeJS and TypeScript 5.7+.

@@ -34,2 +34,6 @@ // Reference required types from the default lib:

// Definitions specific to TypeScript 5.7+
/// <reference path="globals.typedarray.d.ts" />
/// <reference path="buffer.buffer.d.ts" />
// Base definitions for all NodeJS modules that are not specific to any version of TypeScript:

@@ -36,0 +40,0 @@ /// <reference path="assert.d.ts" />

{
"name": "@types/node",
"version": "20.16.9",
"version": "20.16.10",
"description": "TypeScript definitions for node",

@@ -206,2 +206,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",

"types": "index.d.ts",
"typesVersions": {
"<=5.6": {
"*": [
"ts5.6/*"
]
}
},
"repository": {

@@ -216,4 +223,4 @@ "type": "git",

},
"typesPublisherContentHash": "e16403d24c55ace9f5c3c86af9a611c05bbf11a18b2b31d77cfb8afb3868e988",
"typesPublisherContentHash": "2f4c1b55d9201830070bc7c8dcc43b9c8024dc917c1ed90429ecdb7e50018259",
"typeScriptVersion": "4.8"
}

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

### Additional Details
* Last updated: Wed, 25 Sep 2024 22:07:42 GMT
* Last updated: Fri, 27 Sep 2024 16:08:32 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc