@types/node 12.12.21 → 12.12.25
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 → node v12}/LICENSE +0 -0
- node/README.md → node v12/README.md +2 -2
- {node → node v12}/assert.d.ts +0 -0
- {node → node v12}/async_hooks.d.ts +0 -0
- {node → node v12}/base.d.ts +0 -0
- {node → node v12}/buffer.d.ts +0 -0
- {node → node v12}/child_process.d.ts +0 -0
- {node → node v12}/cluster.d.ts +0 -0
- {node → node v12}/console.d.ts +0 -0
- {node → node v12}/constants.d.ts +0 -0
- {node → node v12}/crypto.d.ts +0 -0
- {node → node v12}/dgram.d.ts +0 -0
- {node → node v12}/dns.d.ts +0 -0
- {node → node v12}/domain.d.ts +0 -0
- {node → node v12}/events.d.ts +0 -0
- node/fs.d.ts → node v12/fs.d.ts +1 -0
- {node → node v12}/globals.d.ts +0 -0
- {node → node v12}/http.d.ts +0 -0
- {node → node v12}/http2.d.ts +0 -0
- {node → node v12}/https.d.ts +0 -0
- node/index.d.ts → node v12/index.d.ts +1 -1
- {node → node v12}/inspector.d.ts +0 -0
- {node → node v12}/module.d.ts +0 -0
- {node → node v12}/net.d.ts +0 -0
- {node → node v12}/os.d.ts +0 -0
- node/package.json → node v12/package.json +2 -2
- {node → node v12}/path.d.ts +0 -0
- {node → node v12}/perf_hooks.d.ts +0 -0
- {node → node v12}/process.d.ts +0 -0
- {node → node v12}/punycode.d.ts +0 -0
- {node → node v12}/querystring.d.ts +0 -0
- {node → node v12}/readline.d.ts +0 -0
- {node → node v12}/repl.d.ts +0 -0
- {node → node v12}/stream.d.ts +0 -0
- {node → node v12}/string_decoder.d.ts +0 -0
- {node → node v12}/timers.d.ts +0 -0
- {node → node v12}/tls.d.ts +0 -0
- {node → node v12}/trace_events.d.ts +0 -0
- {node → node v12}/ts3.2/fs.d.ts +0 -0
- {node → node v12}/ts3.2/globals.d.ts +0 -0
- node/ts3.2/index.d.ts → node v12/ts3.2/index.d.ts +0 -5
- {node → node v12}/ts3.2/util.d.ts +0 -0
- {node → node v12}/tty.d.ts +0 -0
- {node → node v12}/url.d.ts +0 -0
- {node → node v12}/util.d.ts +0 -0
- {node → node v12}/v8.d.ts +0 -0
- {node → node v12}/vm.d.ts +0 -0
- {node → node v12}/worker_threads.d.ts +0 -0
- {node → node v12}/zlib.d.ts +0 -0
{node → node v12}/LICENSE
RENAMED
|
File without changes
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
This package contains type definitions for Node.js (http://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/v12.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 17 Jan 2020 18:31:11 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `NodeJS`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
{node → node v12}/assert.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v12}/base.d.ts
RENAMED
|
File without changes
|
{node → node v12}/buffer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v12}/cluster.d.ts
RENAMED
|
File without changes
|
{node → node v12}/console.d.ts
RENAMED
|
File without changes
|
{node → node v12}/constants.d.ts
RENAMED
|
File without changes
|
{node → node v12}/crypto.d.ts
RENAMED
|
File without changes
|
{node → node v12}/dgram.d.ts
RENAMED
|
File without changes
|
{node → node v12}/dns.d.ts
RENAMED
|
File without changes
|
{node → node v12}/domain.d.ts
RENAMED
|
File without changes
|
{node → node v12}/events.d.ts
RENAMED
|
File without changes
|
node/fs.d.ts → node v12/fs.d.ts
RENAMED
{node → node v12}/globals.d.ts
RENAMED
|
File without changes
|
{node → node v12}/http.d.ts
RENAMED
|
File without changes
|
{node → node v12}/http2.d.ts
RENAMED
|
File without changes
|
{node → node v12}/https.d.ts
RENAMED
|
File without changes
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
|
|
62
62
|
// Forward-declarations for needed types from es2015 and later (in case users are using `--lib es5`)
|
|
63
63
|
// Empty interfaces are used here which merge fine with the real declarations in the lib XXX files
|
|
64
|
-
// just to ensure the names are known and node typings can be
|
|
64
|
+
// just to ensure the names are known and node typings can be used without importing these libs.
|
|
65
65
|
// if someone really needs these types the libs need to be added via --lib or in tsconfig.json
|
|
66
66
|
interface MapConstructor { }
|
|
67
67
|
interface WeakMapConstructor { }
|
{node → node v12}/inspector.d.ts
RENAMED
|
File without changes
|
{node → node v12}/module.d.ts
RENAMED
|
File without changes
|
{node → node v12}/net.d.ts
RENAMED
|
File without changes
|
{node → node v12}/os.d.ts
RENAMED
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "12.12.
|
|
3
|
+
"version": "12.12.25",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -226,6 +226,6 @@
|
|
|
226
226
|
},
|
|
227
227
|
"scripts": {},
|
|
228
228
|
"dependencies": {},
|
|
229
|
-
"typesPublisherContentHash": "
|
|
229
|
+
"typesPublisherContentHash": "b3a8dc246d77431984496bcacafd42c40557fd567fac81619344583f8db2444a",
|
|
230
230
|
"typeScriptVersion": "2.8"
|
|
231
231
|
}
|
{node → node v12}/path.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v12}/process.d.ts
RENAMED
|
File without changes
|
{node → node v12}/punycode.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v12}/readline.d.ts
RENAMED
|
File without changes
|
{node → node v12}/repl.d.ts
RENAMED
|
File without changes
|
{node → node v12}/stream.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v12}/timers.d.ts
RENAMED
|
File without changes
|
{node → node v12}/tls.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v12}/ts3.2/fs.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
// NOTE: These definitions support NodeJS and TypeScript 3.2.
|
|
2
2
|
|
|
3
|
-
// NOTE: TypeScript version-specific augmentations can be found in the following paths:
|
|
4
|
-
// - ~/base.d.ts - Shared definitions common to all TypeScript versions
|
|
5
|
-
// - ~/index.d.ts - Definitions specific to TypeScript 2.1
|
|
6
|
-
// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2
|
|
7
|
-
|
|
8
3
|
// Reference required types from the default lib:
|
|
9
4
|
/// <reference lib="es2018" />
|
|
10
5
|
/// <reference lib="esnext.asynciterable" />
|
|
File without changes
|
{node → node v12}/tty.d.ts
RENAMED
|
File without changes
|
{node → node v12}/url.d.ts
RENAMED
|
File without changes
|
{node → node v12}/util.d.ts
RENAMED
|
File without changes
|
{node → node v12}/v8.d.ts
RENAMED
|
File without changes
|
{node → node v12}/vm.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v12}/zlib.d.ts
RENAMED
|
File without changes
|