@types/node 9.6.39 → 9.6.40
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 v9/README.md +1 -1
- node v9/index.d.ts +3 -1
- node v9/package.json +2 -2
node v9/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/v9
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated: Thu,
|
|
11
|
+
* Last updated: Thu, 29 Nov 2018 23:28:08 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 v9/index.d.ts
CHANGED
|
@@ -2390,7 +2390,9 @@ declare module "readline" {
|
|
|
2390
2390
|
}
|
|
2391
2391
|
|
|
2392
2392
|
declare module "vm" {
|
|
2393
|
-
export interface Context {
|
|
2393
|
+
export interface Context {
|
|
2394
|
+
[key: string]: any;
|
|
2395
|
+
}
|
|
2394
2396
|
export interface ScriptOptions {
|
|
2395
2397
|
filename?: string;
|
|
2396
2398
|
lineOffset?: number;
|
node v9/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.40",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -143,6 +143,6 @@
|
|
|
143
143
|
},
|
|
144
144
|
"scripts": {},
|
|
145
145
|
"dependencies": {},
|
|
146
|
-
"typesPublisherContentHash": "
|
|
146
|
+
"typesPublisherContentHash": "42706d51e5b81c12c814f50c842e681ff41cf704c74c5e6f710c812ff94bcc54",
|
|
147
147
|
"typeScriptVersion": "2.0"
|
|
148
148
|
}
|