@types/node
Advanced tools
Comparing version 4.0.27-alpha to 4.0.28-alpha
{ | ||
"name": "@types/node", | ||
"version": "4.0.27-alpha", | ||
"version": "4.0.28-alpha", | ||
"description": "TypeScript definitions for Node.js v4.x", | ||
@@ -5,0 +5,0 @@ "main": "", |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 08 Jul 2016 19:22:03 GMT | ||
* Last updated: Tue, 12 Jul 2016 13:55:55 GMT | ||
* File structure: MultipleModules | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: process, global, __filename, __dirname, setTimeout, clearTimeout, setInterval, clearInterval, setImmediate, clearImmediate, require, module, exports, SlowBuffer, Buffer | ||
* Global values: process, global, console, __filename, __dirname, setTimeout, clearTimeout, setInterval, clearInterval, setImmediate, clearImmediate, require, module, exports, SlowBuffer, Buffer, NodeJS | ||
# Credits | ||
These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>. |
@@ -17,2 +17,3 @@ { | ||
"global", | ||
"console", | ||
"__filename", | ||
@@ -30,5 +31,7 @@ "__dirname", | ||
"SlowBuffer", | ||
"Buffer" | ||
"Buffer", | ||
"NodeJS" | ||
], | ||
"declaredModules": [ | ||
"console", | ||
"buffer", | ||
@@ -70,3 +73,3 @@ "querystring", | ||
], | ||
"contentHash": "2b163e48e9e0a5957cfeb5e8001eeb6474e0cbdf1151c37936ce86467c300121" | ||
"contentHash": "407f58e205a0be57c5e54388a2104f1658ea0fe82a7a0e1fb1f4fdee3bc650dd" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
361218
7698