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

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

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

@@ -24,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "73db8d1e732da2b350a295f1670c0b24606dc988d60b51467b496fd05db1b4f5",
"typesPublisherContentHash": "1619eecc7ab25883a36bafc3b26890235270b7cba9e88dab33ce9856faff04e8",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 14 Nov 2017 17:25:24 GMT
* Last updated: Wed, 15 Nov 2017 21:05:11 GMT
* Dependencies: events, net, stream, child_process, tls, http, crypto

@@ -17,2 +17,2 @@ * Global values: Buffer, 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>.
These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Sebastian Silbermann <https://github.com/eps1lon>.

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