@types/node 8.10.16 → 8.10.17
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/index.d.ts +1 -0
- 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.git/tree/master/types/node/v8
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 18 May 2018 21:07:30 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/index.d.ts
CHANGED
|
@@ -561,6 +561,7 @@ declare namespace NodeJS {
|
|
|
561
561
|
abort(): void;
|
|
562
562
|
chdir(directory: string): void;
|
|
563
563
|
cwd(): string;
|
|
564
|
+
debugPort: number;
|
|
564
565
|
emitWarning(warning: string | Error, name?: string, ctor?: Function): void;
|
|
565
566
|
env: ProcessEnv;
|
|
566
567
|
exit(code?: number): never;
|
node v8/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.17",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -120,6 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"scripts": {},
|
|
122
122
|
"dependencies": {},
|
|
123
|
-
"typesPublisherContentHash": "
|
|
123
|
+
"typesPublisherContentHash": "252e7942caa9370eac19c3ac7e2d2baab649d991c63345590a06e548f7cb97ce",
|
|
124
124
|
"typeScriptVersion": "2.1"
|
|
125
125
|
}
|