Socket
Socket
Sign inDemoInstall

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
1894
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.18.7 to 18.18.8

6

node v18.18/net.d.ts

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

/**
* Destroys the socket after all data is written. If the `finish` event was already emitted the socket is destroyed immediately.
* If the socket is still writable it implicitly calls `socket.end()`.
* @since v0.3.4
*/
destroySoon(): void;
/**
* Sends data on the socket. The second parameter specifies the encoding in the

@@ -97,0 +103,0 @@ * case of a string. It defaults to UTF8 encoding.

4

node v18.18/package.json
{
"name": "@types/node",
"version": "18.18.7",
"version": "18.18.8",
"description": "TypeScript definitions for node",

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

},
"typesPublisherContentHash": "70c4d21408627479f5a10adcd252e29200f4d46bc4680ea9056fdb9ea9e9f146",
"typesPublisherContentHash": "f7999af6cd2d814e685f70a33a79632a49a9ac0bc44f8daa0125c3acab968605",
"typeScriptVersion": "4.5",
"nonNpm": true
}

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

### Additional Details
* Last updated: Wed, 25 Oct 2023 17:45:39 GMT
* Last updated: Tue, 31 Oct 2023 08:42:08 GMT
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)

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

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

/**
* Destroys the socket after all data is written. If the `finish` event was already emitted the socket is destroyed immediately.
* If the socket is still writable it implicitly calls `socket.end()`.
* @since v0.3.4
*/
destroySoon(): void;
/**
* Sends data on the socket. The second parameter specifies the encoding in the

@@ -97,0 +103,0 @@ * case of a string. It defaults to UTF8 encoding.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc