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 18.19.53 to 18.19.54

node v18.19/buffer.buffer.d.ts

14

node v18.19/globals.d.ts

@@ -377,16 +377,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 {

@@ -393,0 +379,0 @@ (id: string): any;

6

node v18.19/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": "18.19.53",
"version": "18.19.54",
"description": "TypeScript definitions for node",

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

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

@@ -221,4 +228,4 @@ "type": "git",

},
"typesPublisherContentHash": "41ccfad405961eeef1c4165ac01bdba89d0475d6fea7f5e076f48beb5c684d84",
"typesPublisherContentHash": "bea54c170156d9ba2d77f5dbea932b3253490df23e85adb64dda0ae7e7efb496",
"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