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 3.2.0 to 4.0.0

4

get-port/index.d.ts

@@ -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

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