@types/node 7.0.11 → 7.0.12
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/README.md +1 -1
- node/index.d.ts +2 -2
- node/package.json +2 -2
node/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://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/node
|
|
9
9
|
|
|
10
10
|
Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 27 Mar 2017 23:00:22 GMT
|
|
12
12
|
* Dependencies: events, net, stream, child_process, tls, http, readline, crypto
|
|
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/index.d.ts
CHANGED
|
@@ -1209,7 +1209,7 @@ declare module "os" {
|
|
|
1209
1209
|
export function userInfo(options?: { encoding: string }): { username: string, uid: number, gid: number, shell: any, homedir: string }
|
|
1210
1210
|
export var constants: {
|
|
1211
1211
|
UV_UDP_REUSEADDR: number,
|
|
1212
|
-
|
|
1212
|
+
signals: {
|
|
1213
1213
|
SIGHUP: number;
|
|
1214
1214
|
SIGINT: number;
|
|
1215
1215
|
SIGQUIT: number;
|
|
@@ -1245,7 +1245,7 @@ declare module "os" {
|
|
|
1245
1245
|
SIGSYS: number;
|
|
1246
1246
|
SIGUNUSED: number;
|
|
1247
1247
|
},
|
|
1248
|
-
|
|
1248
|
+
errno: {
|
|
1249
1249
|
E2BIG: number;
|
|
1250
1250
|
EACCES: number;
|
|
1251
1251
|
EADDRINUSE: number;
|
node/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.12",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"scripts": {},
|
|
22
22
|
"dependencies": {},
|
|
23
23
|
"peerDependencies": {},
|
|
24
|
-
"typesPublisherContentHash": "
|
|
24
|
+
"typesPublisherContentHash": "251443f97034d6b39b494fd0479f5c9dd24e695ca9312a3f96ce9b2d4ab09807",
|
|
25
25
|
"typeScriptVersion": "2.0"
|
|
26
26
|
}
|