@types/get-port
Advanced tools
Comparing version 4.0.0 to 4.0.1
// Type definitions for get-port 4.0 | ||
// Project: https://github.com/sindresorhus/get-port | ||
// Definitions by: York Yao <https://github.com/plantain-00/> | ||
// Definitions by: York Yao <https://github.com/plantain-00> | ||
// BendingBender <https://github.com/BendingBender> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare module "get-port" { | ||
var getPort: (options?: { port?: number | ReadonlyArray<number>, host?: string }) => PromiseLike<number> | ||
export = getPort; | ||
} | ||
declare function getPort(options?: { | ||
port?: number | ReadonlyArray<number>; | ||
host?: string; | ||
}): Promise<number>; | ||
export = getPort; |
{ | ||
"name": "@types/get-port", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for get-port", | ||
@@ -9,6 +9,13 @@ "license": "MIT", | ||
"name": "York Yao", | ||
"url": "https://github.com/plantain-00/" | ||
"url": "https://github.com/plantain-00", | ||
"githubUsername": "plantain-00" | ||
}, | ||
{ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender", | ||
"githubUsername": "BendingBender" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -20,4 +27,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c420f2bb2360e8d5b7a3f60aacbce895e22c67ec4ab446983addd2c5f197e6f2", | ||
"typesPublisherContentHash": "e6c7b25e777dcb9667e3668f7a4da689458787a54f370267c8b23c3f0f0e214f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 18 Aug 2018 01:07:25 GMT | ||
* Last updated: Mon, 17 Dec 2018 17:46:37 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by York Yao <https://github.com/plantain-00/>. | ||
These definitions were written by York Yao <https://github.com/plantain-00>, BendingBender <https://github.com/BendingBender>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2960
10