@types/node
Advanced tools
Sorry, the diff of this file is too big to display
| 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" | ||
| } |
-18
| # 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" | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
118805
12.3%2499
9.65%17
-10.53%