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

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
1937
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.13 to 20.16.14

5

node v20.16/package.json
{
"name": "@types/node",
"version": "20.16.13",
"version": "20.16.14",
"description": "TypeScript definitions for node",

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

},
"typesPublisherContentHash": "9661b2e477794e46a3dcdb2121000658dfd8983ddbaa4aa0596ac384b2a166d6",
"peerDependencies": {},
"typesPublisherContentHash": "905fbb4c41cf3eabe9e57625684ee441eb5bf655cacd2caf024e9c8e790bc1bf",
"typeScriptVersion": "4.8"
}

2

node v20.16/README.md

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

### Additional Details
* Last updated: Sat, 19 Oct 2024 03:38:51 GMT
* Last updated: Tue, 22 Oct 2024 02:30:55 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

declare module "stream/promises" {
import {
FinishedOptions,
FinishedOptions as _FinishedOptions,
PipelineDestination,

@@ -10,2 +10,9 @@ PipelineOptions,

} from "node:stream";
interface FinishedOptions extends _FinishedOptions {
/**
* If true, removes the listeners registered by this function before the promise is fulfilled.
* @default false
*/
cleanup?: boolean | undefined;
}
function finished(

@@ -12,0 +19,0 @@ stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream,

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