@types/node 8.10.48 → 8.10.49
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 v8/README.md +1 -1
- node v8/inspector.d.ts +2 -2
- node v8/package.json +2 -2
node v8/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/v8
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 30 May 2019 18:05:38 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
|
|
14
14
|
|
node v8/inspector.d.ts
CHANGED
|
@@ -2506,7 +2506,7 @@ declare module "inspector" {
|
|
|
2506
2506
|
export function close(): void;
|
|
2507
2507
|
|
|
2508
2508
|
/**
|
|
2509
|
-
* Return the URL of the active inspector, or undefined if there is none.
|
|
2509
|
+
* Return the URL of the active inspector, or `undefined` if there is none.
|
|
2510
2510
|
*/
|
|
2511
|
-
export function url(): string;
|
|
2511
|
+
export function url(): string | undefined;
|
|
2512
2512
|
}
|
node v8/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.49",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -141,6 +141,6 @@
|
|
|
141
141
|
},
|
|
142
142
|
"scripts": {},
|
|
143
143
|
"dependencies": {},
|
|
144
|
-
"typesPublisherContentHash": "
|
|
144
|
+
"typesPublisherContentHash": "fc9e00a24af87d67b480380695032fd718d8739851c9557d4040bfeb7b7d32f4",
|
|
145
145
|
"typeScriptVersion": "2.1"
|
|
146
146
|
}
|