@types/node 20.14.12 → 20.14.13
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/README.md → node v20.14/README.md +2 -2
- node/package.json → node v20.14/package.json +2 -2
- node/test.d.ts → node v20.14/test.d.ts +2 -12
- {node → node v20.14}/LICENSE +0 -0
- {node → node v20.14}/assert/strict.d.ts +0 -0
- {node → node v20.14}/assert.d.ts +0 -0
- {node → node v20.14}/async_hooks.d.ts +0 -0
- {node → node v20.14}/buffer.d.ts +0 -0
- {node → node v20.14}/child_process.d.ts +0 -0
- {node → node v20.14}/cluster.d.ts +0 -0
- {node → node v20.14}/console.d.ts +0 -0
- {node → node v20.14}/constants.d.ts +0 -0
- {node → node v20.14}/crypto.d.ts +0 -0
- {node → node v20.14}/dgram.d.ts +0 -0
- {node → node v20.14}/diagnostics_channel.d.ts +0 -0
- {node → node v20.14}/dns/promises.d.ts +0 -0
- {node → node v20.14}/dns.d.ts +0 -0
- {node → node v20.14}/dom-events.d.ts +0 -0
- {node → node v20.14}/domain.d.ts +0 -0
- {node → node v20.14}/events.d.ts +0 -0
- {node → node v20.14}/fs/promises.d.ts +0 -0
- {node → node v20.14}/fs.d.ts +0 -0
- {node → node v20.14}/globals.d.ts +0 -0
- {node → node v20.14}/globals.global.d.ts +0 -0
- {node → node v20.14}/http.d.ts +0 -0
- {node → node v20.14}/http2.d.ts +0 -0
- {node → node v20.14}/https.d.ts +0 -0
- {node → node v20.14}/index.d.ts +0 -0
- {node → node v20.14}/inspector.d.ts +0 -0
- {node → node v20.14}/module.d.ts +0 -0
- {node → node v20.14}/net.d.ts +0 -0
- {node → node v20.14}/os.d.ts +0 -0
- {node → node v20.14}/path.d.ts +0 -0
- {node → node v20.14}/perf_hooks.d.ts +0 -0
- {node → node v20.14}/process.d.ts +0 -0
- {node → node v20.14}/punycode.d.ts +0 -0
- {node → node v20.14}/querystring.d.ts +0 -0
- {node → node v20.14}/readline/promises.d.ts +0 -0
- {node → node v20.14}/readline.d.ts +0 -0
- {node → node v20.14}/repl.d.ts +0 -0
- {node → node v20.14}/sea.d.ts +0 -0
- {node → node v20.14}/stream/consumers.d.ts +0 -0
- {node → node v20.14}/stream/promises.d.ts +0 -0
- {node → node v20.14}/stream/web.d.ts +0 -0
- {node → node v20.14}/stream.d.ts +0 -0
- {node → node v20.14}/string_decoder.d.ts +0 -0
- {node → node v20.14}/timers/promises.d.ts +0 -0
- {node → node v20.14}/timers.d.ts +0 -0
- {node → node v20.14}/tls.d.ts +0 -0
- {node → node v20.14}/trace_events.d.ts +0 -0
- {node → node v20.14}/tty.d.ts +0 -0
- {node → node v20.14}/url.d.ts +0 -0
- {node → node v20.14}/util.d.ts +0 -0
- {node → node v20.14}/v8.d.ts +0 -0
- {node → node v20.14}/vm.d.ts +0 -0
- {node → node v20.14}/wasi.d.ts +0 -0
- {node → node v20.14}/worker_threads.d.ts +0 -0
- {node → node v20.14}/zlib.d.ts +0 -0
@@ -5,10 +5,10 @@
|
|
5
5
|
This package contains type definitions for node (https://nodejs.org/).
|
6
6
|
|
7
7
|
# Details
|
8
|
-
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v20.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Sun, 28 Jul 2024 10:07:16 GMT
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
13
13
|
|
14
14
|
# Credits
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/node",
|
3
|
-
"version": "20.14.
|
3
|
+
"version": "20.14.13",
|
4
4
|
"description": "TypeScript definitions for node",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
6
6
|
"license": "MIT",
|
@@ -212,6 +212,6 @@
|
|
212
212
|
"dependencies": {
|
213
213
|
"undici-types": "~5.26.4"
|
214
214
|
},
|
215
|
-
"typesPublisherContentHash": "
|
215
|
+
"typesPublisherContentHash": "4054f2892d54908808ab9c26086f864bb3573f93a46c6f30c4a553b98967f156",
|
216
216
|
"typeScriptVersion": "4.8"
|
217
217
|
}
|
@@ -144,7 +144,7 @@ declare module "node:test" {
|
|
144
144
|
function test(options?: TestOptions, fn?: TestFn): Promise<void>;
|
145
145
|
function test(fn?: TestFn): Promise<void>;
|
146
146
|
namespace test {
|
147
|
-
export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, todo };
|
147
|
+
export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, suite, test, todo };
|
148
148
|
}
|
149
149
|
/**
|
150
150
|
* The `suite()` function is imported from the `node:test` module.
|
@@ -941,17 +941,6 @@ declare module "node:test" {
|
|
941
941
|
* @since v19.1.0, v18.13.0
|
942
942
|
*/
|
943
943
|
restoreAll(): void;
|
944
|
-
/**
|
945
|
-
* This function is used to mock the exports of ECMAScript modules,
|
946
|
-
* CommonJS modules, and Node.js builtin modules. Any references to
|
947
|
-
* the original module prior to mocking are not impacted
|
948
|
-
* @since v22.3.0
|
949
|
-
*/
|
950
|
-
module(speficier: string, options?: {
|
951
|
-
cache?: boolean;
|
952
|
-
defaultExport?: any;
|
953
|
-
namedExports?: object;
|
954
|
-
}): { restore: () => void };
|
955
944
|
timers: MockTimers;
|
956
945
|
}
|
957
946
|
const mock: MockTracker;
|
@@ -1326,6 +1315,7 @@ declare module "node:test" {
|
|
1326
1315
|
only,
|
1327
1316
|
run,
|
1328
1317
|
skip,
|
1318
|
+
suite,
|
1329
1319
|
SuiteContext,
|
1330
1320
|
test,
|
1331
1321
|
test as default,
|
{node → node v20.14}/LICENSE
RENAMED
File without changes
|
File without changes
|
{node → node v20.14}/assert.d.ts
RENAMED
File without changes
|
File without changes
|
{node → node v20.14}/buffer.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{node → node v20.14}/crypto.d.ts
RENAMED
File without changes
|
{node → node v20.14}/dgram.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
{node → node v20.14}/dns.d.ts
RENAMED
File without changes
|
File without changes
|
{node → node v20.14}/domain.d.ts
RENAMED
File without changes
|
{node → node v20.14}/events.d.ts
RENAMED
File without changes
|
File without changes
|
{node → node v20.14}/fs.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
{node → node v20.14}/http.d.ts
RENAMED
File without changes
|
{node → node v20.14}/http2.d.ts
RENAMED
File without changes
|
{node → node v20.14}/https.d.ts
RENAMED
File without changes
|
{node → node v20.14}/index.d.ts
RENAMED
File without changes
|
File without changes
|
{node → node v20.14}/module.d.ts
RENAMED
File without changes
|
{node → node v20.14}/net.d.ts
RENAMED
File without changes
|
{node → node v20.14}/os.d.ts
RENAMED
File without changes
|
{node → node v20.14}/path.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{node → node v20.14}/repl.d.ts
RENAMED
File without changes
|
{node → node v20.14}/sea.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{node → node v20.14}/stream.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
{node → node v20.14}/timers.d.ts
RENAMED
File without changes
|
{node → node v20.14}/tls.d.ts
RENAMED
File without changes
|
File without changes
|
{node → node v20.14}/tty.d.ts
RENAMED
File without changes
|
{node → node v20.14}/url.d.ts
RENAMED
File without changes
|
{node → node v20.14}/util.d.ts
RENAMED
File without changes
|
{node → node v20.14}/v8.d.ts
RENAMED
File without changes
|
{node → node v20.14}/vm.d.ts
RENAMED
File without changes
|
{node → node v20.14}/wasi.d.ts
RENAMED
File without changes
|
File without changes
|
{node → node v20.14}/zlib.d.ts
RENAMED
File without changes
|