Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/get-port

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/get-port - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

13

get-port/index.d.ts
// 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc