Socket
Socket
Sign inDemoInstall

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
1895
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.10.6 to 20.10.7

10

node/dgram.d.ts

@@ -231,2 +231,12 @@ /**

/**
* @since v18.8.0,v16.19.0
* @return the number of bytes queued for sending.
*/
getSendQueueSize(): number;
/**
* @since v18.8.0,v16.19.0
* @return the number of send requests currently in the queue awaiting to be processed.
*/
getSendQueueCount(): number;
/**
* By default, binding a socket will cause it to block the Node.js process from

@@ -233,0 +243,0 @@ * exiting as long as the socket is open. The `socket.unref()` method can be used

4

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

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

},
"typesPublisherContentHash": "edd38cd583269d6ceac07b7b194e2371ed03d1b0eb7a4eda73af46445920fcec",
"typesPublisherContentHash": "046bda929132f3b0ea734f317866954dfaa9a3eb325f8ac0f45460b1e007a9e2",
"typeScriptVersion": "4.6",
"nonNpm": true
}

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

### Additional Details
* Last updated: Sat, 30 Dec 2023 00:22:50 GMT
* Last updated: Sun, 07 Jan 2024 15:35:36 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

@@ -231,2 +231,12 @@ /**

/**
* @since v18.8.0,v16.19.0
* @return the number of bytes queued for sending.
*/
getSendQueueSize(): number;
/**
* @since v18.8.0,v16.19.0
* @return the number of send requests currently in the queue awaiting to be processed.
*/
getSendQueueCount(): number;
/**
* By default, binding a socket will cause it to block the Node.js process from

@@ -233,0 +243,0 @@ * exiting as long as the socket is open. The `socket.unref()` method can be used

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