@types/get-port
Advanced tools
Comparing version 3.2.0 to 4.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for get-port 3.2 | ||
// Type definitions for get-port 4.0 | ||
// Project: https://github.com/sindresorhus/get-port | ||
@@ -7,4 +7,4 @@ // Definitions by: York Yao <https://github.com/plantain-00/> | ||
declare module "get-port" { | ||
var getPort: (options?: { port?: number, host?: string }) => PromiseLike<number> | ||
var getPort: (options?: { port?: number | ReadonlyArray<number>, host?: string }) => PromiseLike<number> | ||
export = getPort; | ||
} |
{ | ||
"name": "@types/get-port", | ||
"version": "3.2.0", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for get-port", | ||
@@ -15,8 +15,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "82f8af7bd2107d1d66f5ef70f9619020ed4354441c7245db9caad172bc9c8e0c", | ||
"typesPublisherContentHash": "c420f2bb2360e8d5b7a3f60aacbce895e22c67ec4ab446983addd2c5f197e6f2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/get-port | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/get-port | ||
Additional Details | ||
* Last updated: Tue, 26 Sep 2017 00:18:08 GMT | ||
* Last updated: Sat, 18 Aug 2018 01:07:25 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
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
2620