@types/node 8.10.22 → 8.10.23
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 -1
- 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: Wed, 01 Aug 2018 01:30:09 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
|
@@ -2378,7 +2378,7 @@ declare module "url" {
|
|
|
2378
2378
|
append(name: string, value: string): void;
|
|
2379
2379
|
delete(name: string): void;
|
|
2380
2380
|
entries(): IterableIterator<[string, string]>;
|
|
2381
|
-
forEach(callback: (value: string, name: string) => void): void;
|
|
2381
|
+
forEach(callback: (value: string, name: string, searchParams: this) => void): void;
|
|
2382
2382
|
get(name: string): string | null;
|
|
2383
2383
|
getAll(name: string): string[];
|
|
2384
2384
|
has(name: string): boolean;
|
node v8/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "8.10.
|
|
3
|
+
"version": "8.10.23",
|
|
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": "9bea0d5690985705f8ca5d6014f2673fe46acfce604827d6e7ff366b45a8d018",
|
|
124
124
|
"typeScriptVersion": "2.1"
|
|
125
125
|
}
|