@types/node 10.14.7 → 10.14.8
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 v10/README.md +1 -1
- node v10/inspector.d.ts +2 -2
- node v10/package.json +2 -2
node v10/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js ( http://nodejs.org/ ).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v10
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 30 May 2019 18:05:37 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node v10/inspector.d.ts
CHANGED
|
@@ -3156,7 +3156,7 @@ declare module "inspector" {
|
|
|
3156
3156
|
function close(): void;
|
|
3157
3157
|
|
|
3158
3158
|
/**
|
|
3159
|
-
* Return the URL of the active inspector, or undefined if there is none.
|
|
3159
|
+
* Return the URL of the active inspector, or `undefined` if there is none.
|
|
3160
3160
|
*/
|
|
3161
|
-
function url(): string;
|
|
3161
|
+
function url(): string | undefined;
|
|
3162
3162
|
}
|
node v10/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "10.14.
|
|
3
|
+
"version": "10.14.8",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -196,6 +196,6 @@
|
|
|
196
196
|
},
|
|
197
197
|
"scripts": {},
|
|
198
198
|
"dependencies": {},
|
|
199
|
-
"typesPublisherContentHash": "
|
|
199
|
+
"typesPublisherContentHash": "0b4f61f918b8e115f0db5ce76c458c9eb3cf4d84bc922227a7d8b014edaefc96",
|
|
200
200
|
"typeScriptVersion": "2.0"
|
|
201
201
|
}
|