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.13.0 to 20.14.0

2

node/dgram.d.ts

@@ -279,3 +279,3 @@ /**

* DNS will be used to resolve the address of the host. If `address` is not
* provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`(for `udp6` sockets) will be used by default.
* provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) will be used by default.
*

@@ -282,0 +282,0 @@ * If the socket has not been previously bound with a call to `bind`, the socket

@@ -327,4 +327,4 @@ /**

*
* The following additional `options` from `tls.connect()` are also accepted:`ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`,`honorCipherOrder`, `key`, `passphrase`,
* `pfx`, `rejectUnauthorized`,`secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`,`highWaterMark`.
* The following additional `options` from `tls.connect()` are also accepted: `ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`, `honorCipherOrder`, `key`, `passphrase`,
* `pfx`, `rejectUnauthorized`, `secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`, `highWaterMark`.
*

@@ -331,0 +331,0 @@ * `options` can be an object, a string, or a `URL` object. If `options` is a

@@ -281,3 +281,3 @@ /**

/**
* If `true`,`socket.connect(options[, connectListener])` was
* If `true`, `socket.connect(options[, connectListener])` was
* called and has not yet finished. It will stay `true` until the socket becomes

@@ -284,0 +284,0 @@ * connected, then it is set to `false` and the `'connect'` event is emitted. Note

@@ -420,3 +420,3 @@ /**

* Returns the operating system CPU architecture for which the Node.js binary was
* compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`,`'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`,
* compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`,
* and `'x64'`.

@@ -423,0 +423,0 @@ *

{
"name": "@types/node",
"version": "20.13.0",
"version": "20.14.0",
"description": "TypeScript definitions for node",

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

},
"typesPublisherContentHash": "8ba5089e5963695bf9e7fca8c31ce3f7c0fc5f4faa573ff0e2865b6c2836613f",
"typesPublisherContentHash": "617b5661e3a7308e9f83ded9bbc7e6976f0ac4422f8b246b4dbca9a6e5f2e30a",
"typeScriptVersion": "4.7"
}

@@ -509,3 +509,3 @@ /**

/**
* Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes`or `options.type`:
* Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes` or `options.type`:
*

@@ -512,0 +512,0 @@ * ```js

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

### Additional Details
* Last updated: Fri, 31 May 2024 19:31:07 GMT
* Last updated: Sun, 02 Jun 2024 20:07:09 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

@@ -254,3 +254,3 @@ /**

* The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands
* to the REPL instance. Such commands are invoked by typing a `.` followed by the`keyword`. The `cmd` is either a `Function` or an `Object` with the following
* to the REPL instance. Such commands are invoked by typing a `.` followed by the `keyword`. The `cmd` is either a `Function` or an `Object` with the following
* properties:

@@ -293,3 +293,3 @@ *

* The `replServer.displayPrompt()` method readies the REPL instance for input
* from the user, printing the configured `prompt` to a new line in the `output`and resuming the `input` to accept new input.
* from the user, printing the configured `prompt` to a new line in the `output` and resuming the `input` to accept new input.
*

@@ -309,3 +309,3 @@ * When multi-line input is being entered, an ellipsis is printed rather than the

* buffered but not yet executed. This method is primarily intended to be
* called from within the action function for commands registered using the`replServer.defineCommand()` method.
* called from within the action function for commands registered using the `replServer.defineCommand()` method.
* @since v9.0.0

@@ -312,0 +312,0 @@ */

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

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

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

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

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

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