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.0.30
to
4.0.31
node v4/index.d.ts

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

+21
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
{
"name": "@types/node",
"version": "4.0.31",
"description": "TypeScript definitions for Node.js",
"license": "MIT",
"contributors": [
{
"name": "Microsoft TypeScript",
"url": "http://typescriptlang.org"
},
{
"name": "DefinitelyTyped",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon",
"githubUsername": "eps1lon"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "4adc259c015e6928fe90f38811a25752510100505ae05e8b173299b12f822b28",
"typeScriptVersion": "2.0"
}
# Installation
> `npm install --save @types/node`
# Summary
This package contains type definitions for Node.js (http://nodejs.org/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v4
Additional Details
* Last updated: Wed, 06 Dec 2017 20:09:40 GMT
* Dependencies: none
* 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>, Sebastian Silbermann <https://github.com/eps1lon>.

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

-15
{
"name": "@types/node",
"version": "4.0.30",
"description": "TypeScript definitions for Node.js v4.x",
"license": "MIT",
"author": "Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>",
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typings": "index.d.ts"
}
# Installation
> `npm install --save @types/node`
# Summary
This package contains type definitions for Node.js v4.x (http://nodejs.org/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/node
Additional Details
* Last updated: Tue, 19 Jul 2016 13:07:22 GMT
* File structure: MultipleModules
* Library Dependencies: none
* Module Dependencies: none
* 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>.
{
"authors": "Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "4",
"libraryMinorVersion": "0",
"libraryName": "Node.js v4.x",
"typingsPackageName": "node",
"projectName": "http://nodejs.org/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "MultipleModules",
"globals": [
"Buffer",
"NodeJS",
"SlowBuffer",
"__dirname",
"__filename",
"clearImmediate",
"clearInterval",
"clearTimeout",
"console",
"exports",
"global",
"module",
"process",
"require",
"setImmediate",
"setInterval",
"setTimeout"
],
"declaredModules": [
"console",
"buffer",
"querystring",
"events",
"http",
"cluster",
"zlib",
"os",
"https",
"punycode",
"repl",
"readline",
"vm",
"child_process",
"url",
"dns",
"net",
"dgram",
"fs",
"path",
"string_decoder",
"tls",
"crypto",
"stream",
"util",
"assert",
"tty",
"domain",
"constants"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "2a2fef9f357518257819440ee7e75af43d62bfe1b5dc8ae8afc7906f0dd3c310"
}