Socket
Socket
Sign inDemoInstall

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
1916
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.12.0 to 20.12.1

2

node/dom-events.d.ts

@@ -92,2 +92,4 @@ export {}; // Don't export anything!

passive?: boolean;
/** The listener will be removed when the given AbortSignal object's `abort()` method is called. */
signal?: AbortSignal;
}

@@ -94,0 +96,0 @@

@@ -1011,2 +1011,8 @@ /**

flag?: OpenMode | undefined;
/**
* If all data is successfully written to the file, and `flush`
* is `true`, `filehandle.sync()` is used to flush the data.
* @default false
*/
flush?: boolean | undefined;
} & Abortable)

@@ -1013,0 +1019,0 @@ | BufferEncoding

4

node/package.json
{
"name": "@types/node",
"version": "20.12.0",
"version": "20.12.1",
"description": "TypeScript definitions for node",

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

},
"typesPublisherContentHash": "c3429c6538fb2d25096eb610dc4ca612cad0b8c7c007c7898c20ae20cb6b7ded",
"typesPublisherContentHash": "36951b30e57ad53cbd8833203ba2cba0fc7b0abdc851f9292af12a58cd72a4c1",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Sat, 30 Mar 2024 04:35:27 GMT
* Last updated: Sat, 30 Mar 2024 05:07:46 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

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