@types/node 16.18.87 → 16.18.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- node v16.18/README.md +1 -1
- node v16.18/crypto.d.ts +1 -1
- node v16.18/package.json +3 -10
- node v16.18/ts4.8/assert/strict.d.ts +0 -8
- node v16.18/ts4.8/assert.d.ts +0 -986
- node v16.18/ts4.8/async_hooks.d.ts +0 -501
- node v16.18/ts4.8/buffer.d.ts +0 -2266
- node v16.18/ts4.8/child_process.d.ts +0 -1536
- node v16.18/ts4.8/cluster.d.ts +0 -436
- node v16.18/ts4.8/console.d.ts +0 -412
- node v16.18/ts4.8/constants.d.ts +0 -19
- node v16.18/ts4.8/crypto.d.ts +0 -4346
- node v16.18/ts4.8/dgram.d.ts +0 -591
- node v16.18/ts4.8/diagnostics_channel.d.ts +0 -191
- node v16.18/ts4.8/dns/promises.d.ts +0 -372
- node v16.18/ts4.8/dns.d.ts +0 -796
- node v16.18/ts4.8/dom-events.d.ts +0 -122
- node v16.18/ts4.8/domain.d.ts +0 -170
- node v16.18/ts4.8/events.d.ts +0 -714
- node v16.18/ts4.8/fs/promises.d.ts +0 -1124
- node v16.18/ts4.8/fs.d.ts +0 -4030
- node v16.18/ts4.8/globals.d.ts +0 -291
- node v16.18/ts4.8/globals.global.d.ts +0 -1
- node v16.18/ts4.8/http.d.ts +0 -1586
- node v16.18/ts4.8/http2.d.ts +0 -2353
- node v16.18/ts4.8/https.d.ts +0 -534
- node v16.18/ts4.8/index.d.ts +0 -86
- node v16.18/ts4.8/inspector.d.ts +0 -2743
- node v16.18/ts4.8/module.d.ts +0 -221
- node v16.18/ts4.8/net.d.ts +0 -858
- node v16.18/ts4.8/os.d.ts +0 -455
- node v16.18/ts4.8/path.d.ts +0 -191
- node v16.18/ts4.8/perf_hooks.d.ts +0 -603
- node v16.18/ts4.8/process.d.ts +0 -1525
- node v16.18/ts4.8/punycode.d.ts +0 -117
- node v16.18/ts4.8/querystring.d.ts +0 -141
- node v16.18/ts4.8/readline.d.ts +0 -553
- node v16.18/ts4.8/repl.d.ts +0 -430
- node v16.18/ts4.8/stream/consumers.d.ts +0 -12
- node v16.18/ts4.8/stream/promises.d.ts +0 -83
- node v16.18/ts4.8/stream/web.d.ts +0 -392
- node v16.18/ts4.8/stream.d.ts +0 -1494
- node v16.18/ts4.8/string_decoder.d.ts +0 -67
- node v16.18/ts4.8/test.d.ts +0 -190
- node v16.18/ts4.8/timers/promises.d.ts +0 -93
- node v16.18/ts4.8/timers.d.ts +0 -109
- node v16.18/ts4.8/tls.d.ts +0 -1099
- node v16.18/ts4.8/trace_events.d.ts +0 -161
- node v16.18/ts4.8/tty.d.ts +0 -204
- node v16.18/ts4.8/url.d.ts +0 -885
- node v16.18/ts4.8/util.d.ts +0 -1689
- node v16.18/ts4.8/v8.d.ts +0 -626
- node v16.18/ts4.8/vm.d.ts +0 -507
- node v16.18/ts4.8/wasi.d.ts +0 -158
- node v16.18/ts4.8/worker_threads.d.ts +0 -649
- node v16.18/ts4.8/zlib.d.ts +0 -517
node v16.18/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v16.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Wed,
|
|
11
|
+
* Last updated: Wed, 13 Mar 2024 13:35:54 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
node v16.18/crypto.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ declare module "crypto" {
|
|
|
76
76
|
const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number;
|
|
77
77
|
/** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */
|
|
78
78
|
const SSL_OP_CIPHER_SERVER_PREFERENCE: number;
|
|
79
|
-
/** Instructs OpenSSL to use Cisco's
|
|
79
|
+
/** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */
|
|
80
80
|
const SSL_OP_CISCO_ANYCONNECT: number;
|
|
81
81
|
/** Instructs OpenSSL to turn on cookie exchange. */
|
|
82
82
|
const SSL_OP_COOKIE_EXCHANGE: number;
|
node v16.18/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "16.18.
|
|
3
|
+
"version": "16.18.89",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -203,13 +203,6 @@
|
|
|
203
203
|
],
|
|
204
204
|
"main": "",
|
|
205
205
|
"types": "index.d.ts",
|
|
206
|
-
"typesVersions": {
|
|
207
|
-
"<=4.8": {
|
|
208
|
-
"*": [
|
|
209
|
-
"ts4.8/*"
|
|
210
|
-
]
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
206
|
"repository": {
|
|
214
207
|
"type": "git",
|
|
215
208
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
@@ -217,6 +210,6 @@
|
|
|
217
210
|
},
|
|
218
211
|
"scripts": {},
|
|
219
212
|
"dependencies": {},
|
|
220
|
-
"typesPublisherContentHash": "
|
|
221
|
-
"typeScriptVersion": "4.
|
|
213
|
+
"typesPublisherContentHash": "b9feb2250f80f35402b0f50b0e112bb9e16c161075b5f85fd5834206d1ff9ada",
|
|
214
|
+
"typeScriptVersion": "4.7"
|
|
222
215
|
}
|