You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/node

Package Overview
Dependencies
Maintainers
1
Versions
2315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node - npm Package Compare versions

Comparing version
6.0.88
to
6.0.89
+0
-0
node v6/LICENSE

@@ -0,0 +0,0 @@ MIT License

+9
-3
{
"name": "@types/node",
"version": "6.0.88",
"version": "6.0.89",
"description": "TypeScript definitions for Node.js",

@@ -17,3 +17,9 @@ "license": "MIT",

"name": "Wilco Bakker",
"url": "https://github.com/WilcoBakker"
"url": "https://github.com/WilcoBakker",
"githubUsername": "WilcoBakker"
},
{
"name": "Thomas Bouldin",
"url": "https://github.com/inlined",
"githubUsername": "inlined"
}

@@ -28,4 +34,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "e6510e23bed5fe0154bf8df6b3a7b2e215c915249603eda22a0c0e59f3ff551c",
"typesPublisherContentHash": "998819a06a3f6c9bfe8db362cf7364cebac745c81446146b846c77d9911edda4",
"typeScriptVersion": "2.0"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Thu, 24 Aug 2017 17:15:34 GMT
* Last updated: Fri, 06 Oct 2017 14:38:22 GMT
* Dependencies: events, net, stream, child_process, tls, http, readline, crypto
* Global values: Buffer, NodeJS, SlowBuffer, ___dirname, ___filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
* Global values: Buffer, NodeJS, SlowBuffer, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
# Credits
These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Wilco Bakker <https://github.com/WilcoBakker>.
These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Wilco Bakker <https://github.com/WilcoBakker>, Thomas Bouldin <https://github.com/inlined>.

Sorry, the diff of this file is too big to display