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

detect-port

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-port - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

4

lib/index.js

@@ -16,3 +16,2 @@ /* ================================================================

var ipv4 = require('ipv4');
var net = require('net');

@@ -64,4 +63,3 @@

socket.connect({
port: port,
host: ipv4
port: port
});

@@ -68,0 +66,0 @@ });

{
"name": "detect-port",
"version": "0.1.4",
"version": "1.0.0",
"description": "port detector",

@@ -20,4 +20,3 @@ "keywords": [

"dependencies": {
"commander": "~2.8.1",
"ipv4": "0.0.4"
"commander": "~2.8.1"
},

@@ -24,0 +23,0 @@ "devDependencies": {

@@ -1,3 +0,2 @@

detect-port
===========
# detect-port

@@ -4,0 +3,0 @@ [![NPM version][npm-image]][npm-url]

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