@types/node 13.13.5 → 13.13.6
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 v13.13}/LICENSE +0 -0
- node/README.md → node v13.13/README.md +2 -2
- {node → node v13.13}/assert.d.ts +0 -0
- {node → node v13.13}/async_hooks.d.ts +0 -0
- {node → node v13.13}/base.d.ts +0 -0
- {node → node v13.13}/buffer.d.ts +0 -0
- {node → node v13.13}/child_process.d.ts +0 -0
- {node → node v13.13}/cluster.d.ts +0 -0
- {node → node v13.13}/console.d.ts +0 -0
- {node → node v13.13}/constants.d.ts +0 -0
- {node → node v13.13}/crypto.d.ts +0 -0
- {node → node v13.13}/dgram.d.ts +0 -0
- {node → node v13.13}/dns.d.ts +0 -0
- {node → node v13.13}/domain.d.ts +0 -0
- {node → node v13.13}/events.d.ts +0 -0
- {node → node v13.13}/fs.d.ts +0 -0
- {node → node v13.13}/globals.d.ts +0 -0
- {node → node v13.13}/http.d.ts +0 -0
- {node → node v13.13}/http2.d.ts +0 -0
- {node → node v13.13}/https.d.ts +0 -0
- {node → node v13.13}/index.d.ts +0 -0
- {node → node v13.13}/inspector.d.ts +0 -0
- {node → node v13.13}/module.d.ts +0 -0
- {node → node v13.13}/net.d.ts +0 -0
- {node → node v13.13}/os.d.ts +0 -0
- node/package.json → node v13.13/package.json +2 -2
- {node → node v13.13}/path.d.ts +0 -0
- {node → node v13.13}/perf_hooks.d.ts +0 -0
- {node → node v13.13}/process.d.ts +0 -0
- {node → node v13.13}/punycode.d.ts +0 -0
- {node → node v13.13}/querystring.d.ts +0 -0
- {node → node v13.13}/readline.d.ts +0 -0
- {node → node v13.13}/repl.d.ts +0 -0
- {node → node v13.13}/stream.d.ts +0 -0
- {node → node v13.13}/string_decoder.d.ts +0 -0
- {node → node v13.13}/timers.d.ts +0 -0
- {node → node v13.13}/tls.d.ts +0 -0
- {node → node v13.13}/trace_events.d.ts +0 -0
- {node → node v13.13}/ts3.2/base.d.ts +0 -0
- {node → node v13.13}/ts3.2/fs.d.ts +0 -0
- {node → node v13.13}/ts3.2/globals.d.ts +0 -0
- {node → node v13.13}/ts3.2/index.d.ts +0 -0
- {node → node v13.13}/ts3.2/util.d.ts +0 -0
- {node → node v13.13}/ts3.5/base.d.ts +0 -0
- {node → node v13.13}/ts3.5/index.d.ts +0 -0
- {node → node v13.13}/ts3.5/wasi.d.ts +0 -0
- {node → node v13.13}/ts3.7/assert.d.ts +0 -0
- {node → node v13.13}/ts3.7/base.d.ts +0 -0
- {node → node v13.13}/ts3.7/index.d.ts +0 -0
- {node → node v13.13}/tty.d.ts +0 -0
- {node → node v13.13}/url.d.ts +0 -0
- {node → node v13.13}/util.d.ts +0 -0
- {node → node v13.13}/v8.d.ts +0 -0
- {node → node v13.13}/vm.d.ts +0 -0
- {node → node v13.13}/worker_threads.d.ts +0 -0
- {node → node v13.13}/zlib.d.ts +0 -0
{node → node v13.13}/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/v13.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Tue,
|
|
11
|
+
* Last updated: Tue, 12 May 2020 23:53:07 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Buffer`, `Symbol`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
{node → node v13.13}/assert.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v13.13}/base.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/buffer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{node → node v13.13}/crypto.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/dgram.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/dns.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/domain.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/events.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/fs.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v13.13}/http.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/http2.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/https.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v13.13}/module.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/net.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/os.d.ts
RENAMED
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "13.13.
|
|
3
|
+
"version": "13.13.6",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -246,6 +246,6 @@
|
|
|
246
246
|
},
|
|
247
247
|
"scripts": {},
|
|
248
248
|
"dependencies": {},
|
|
249
|
-
"typesPublisherContentHash": "
|
|
249
|
+
"typesPublisherContentHash": "23535f1d767afe6e8bf87f2e58ab394ad70af1b6aafe7698f314761974c99014",
|
|
250
250
|
"typeScriptVersion": "2.9"
|
|
251
251
|
}
|
{node → node v13.13}/path.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{node → node v13.13}/repl.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/stream.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v13.13}/timers.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/tls.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{node → node v13.13}/tty.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/url.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/util.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/v8.d.ts
RENAMED
|
File without changes
|
{node → node v13.13}/vm.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
{node → node v13.13}/zlib.d.ts
RENAMED
|
File without changes
|