🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@types/detect-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/detect-port - npm Package Compare versions

Comparing version

to
1.3.4

5

detect-port/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for detect-port 1.3
// Project: https://github.com/node-modules/detect-port
// Definitions by: Ivan Medina <https://github.com/ivandevp>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
type DetectPortCallback = (err: Error, _port: number) => void;

@@ -7,0 +2,0 @@

10

detect-port/package.json
{
"name": "@types/detect-port",
"version": "1.3.3",
"version": "1.3.4",
"description": "TypeScript definitions for detect-port",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-port",

"name": "Ivan Medina",
"url": "https://github.com/ivandevp",
"githubUsername": "ivandevp"
"githubUsername": "ivandevp",
"url": "https://github.com/ivandevp"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "b03205b59ef3d759a850938b3df51813d7501c0c9e771854f680684bf2f65ddb",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "0c31e8111d42c390d605bb60e2bfb3c0ac04d47d32d2ac74ea3333fc300db443",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for detect-port 1.3
// Project: https://github.com/node-modules/detect-port
// Definitions by: Ivan Medina <https://github.com/ivandevp>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
type DetectPortCallback = (err: Error, _port: number) => void;

@@ -35,7 +30,6 @@

### Additional Details
* Last updated: Sun, 28 May 2023 00:02:52 GMT
* Last updated: Wed, 18 Oct 2023 00:05:18 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Ivan Medina](https://github.com/ivandevp).