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.91
to
6.0.92
+7
-2
node v6/package.json
{
"name": "@types/node",
"version": "6.0.91",
"version": "6.0.92",
"description": "TypeScript definitions for Node.js",

@@ -24,2 +24,7 @@ "license": "MIT",

"githubUsername": "inlined"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon",
"githubUsername": "eps1lon"
}

@@ -34,4 +39,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "6083e0fff8e3de88b404b6b6a47a91bb0a69105b94572c71abc8156c03580e1a",
"typesPublisherContentHash": "3092d0ee82d39a62230cbadc2ff58dd4290eb432d4cd613e6a66ff8331a20dec",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 14 Nov 2017 17:15:27 GMT
* Last updated: Wed, 15 Nov 2017 18:40:13 GMT
* Dependencies: events, net, stream, child_process, tls, http, readline, crypto

@@ -17,2 +17,2 @@ * 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>, Thomas Bouldin <https://github.com/inlined>.
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>, Sebastian Silbermann <https://github.com/eps1lon>.

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