@types/node 7.0.67 → 7.0.68
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 v7/README.md +1 -1
- node v7/index.d.ts +1 -1
- node v7/package.json +2 -2
node v7/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/v7
|
|
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 v7/index.d.ts
CHANGED
|
@@ -2045,7 +2045,7 @@ declare module "url" {
|
|
|
2045
2045
|
append(name: string, value: string): void;
|
|
2046
2046
|
delete(name: string): void;
|
|
2047
2047
|
entries(): Iterator<string[]>;
|
|
2048
|
-
forEach(callback: (value: string, name: string) => void): void;
|
|
2048
|
+
forEach(callback: (value: string, name: string, searchParams: this) => void): void;
|
|
2049
2049
|
get(name: string): string | null;
|
|
2050
2050
|
getAll(name: string): string[];
|
|
2051
2051
|
has(name: string): boolean;
|
node v7/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.68",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -50,6 +50,6 @@
|
|
|
50
50
|
},
|
|
51
51
|
"scripts": {},
|
|
52
52
|
"dependencies": {},
|
|
53
|
-
"typesPublisherContentHash": "
|
|
53
|
+
"typesPublisherContentHash": "10ae104e8392d7d5690e0745107a881bea17ff16fa229935a030ca70b4afd0f7",
|
|
54
54
|
"typeScriptVersion": "2.0"
|
|
55
55
|
}
|