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 18.16.16 to 18.16.17

2

node v18.16/cluster.d.ts

@@ -59,2 +59,3 @@ /**

import * as net from 'node:net';
type SerializationType = 'json' | 'advanced';
export interface ClusterSettings {

@@ -69,2 +70,3 @@ execArgv?: string[] | undefined; // default: process.execArgv

inspectPort?: number | (() => number) | undefined;
serialization?: SerializationType | undefined;
}

@@ -71,0 +73,0 @@ export interface Address {

4

node v18.16/package.json
{
"name": "@types/node",
"version": "18.16.16",
"version": "18.16.17",
"description": "TypeScript definitions for Node.js",

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

"dependencies": {},
"typesPublisherContentHash": "0199db2afa47760c36d997475dcc7631ce080a63e5b175514689b32229cfbe26",
"typesPublisherContentHash": "c4b1afb5a8bd356facb025975327592d2140b86483709316ba96f590086b548c",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Fri, 26 May 2023 20:32:56 GMT
* Last updated: Sat, 10 Jun 2023 02:02:54 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`

@@ -59,2 +59,3 @@ /**

import * as net from 'node:net';
type SerializationType = 'json' | 'advanced';
export interface ClusterSettings {

@@ -69,2 +70,3 @@ execArgv?: string[] | undefined; // default: process.execArgv

inspectPort?: number | (() => number) | undefined;
serialization?: SerializationType | undefined;
}

@@ -71,0 +73,0 @@ export interface Address {

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