@types/node 9.6.24 → 9.6.25

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 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: Sat, 28 Jul 2018 00:44:17 GMT
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 v9/index.d.ts CHANGED
@@ -2459,7 +2459,7 @@ declare module "url" {
2459
2459
  append(name: string, value: string): void;
2460
2460
  delete(name: string): void;
2461
2461
  entries(): IterableIterator<[string, string]>;
2462
- forEach(callback: (value: string, name: string) => void): void;
2462
+ forEach(callback: (value: string, name: string, searchParams: this) => void): void;
2463
2463
  get(name: string): string | null;
2464
2464
  getAll(name: string): string[];
2465
2465
  has(name: string): boolean;
node v9/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "9.6.24",
3
+ "version": "9.6.25",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -135,6 +135,6 @@
135
135
  },
136
136
  "scripts": {},
137
137
  "dependencies": {},
138
- "typesPublisherContentHash": "61ac022d8f8fe4a03051e533dad36edcd74567bebbc9560e319417e8c4b8b842",
138
+ "typesPublisherContentHash": "588b4171b7fb1aadbdd3ef05cbd50e3a566f46049754f3ffe11aeb4b1ddce3b3",
139
139
  "typeScriptVersion": "2.0"
140
140
  }