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

@@ -30,2 +30,6 @@ "license": "MIT",

"url": "https://github.com/WilcoBakker"
},
{
"name": "Daniel Imms",
"url": "https://github.com/Tyriar"
}

@@ -41,4 +45,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "0c6b56171f2863a1ce201f87e7b6700136cd14aa132b434059725f6ef94e65e1",
"typesPublisherContentHash": "673b32a5a733cc15a3b6e86c53298f2d37c27ffba68d1223b84268cffb545765",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Mon, 17 Jul 2017 19:27:11 GMT
* Last updated: Sat, 22 Jul 2017 19:03:51 GMT
* Dependencies: events, net, stream, child_process, tls, http, readline, crypto

@@ -17,2 +17,2 @@ * Global values: Buffer, NodeJS, SlowBuffer, Symbol, ___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>, Parambir Singh <https://github.com/parambirs>, Roberto Desideri <https://github.com/RobDesideri>, Christian Vaagland Tellnes <https://github.com/tellnes>, Wilco Bakker <https://github.com/WilcoBakker>.
These definitions were written by Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>, Parambir Singh <https://github.com/parambirs>, Roberto Desideri <https://github.com/RobDesideri>, Christian Vaagland Tellnes <https://github.com/tellnes>, Wilco Bakker <https://github.com/WilcoBakker>, Daniel Imms <https://github.com/Tyriar>.

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