detect-port
Advanced tools
Comparing version 0.1.4 to 1.0.0
@@ -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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
1
9708
84
119
- Removedipv4@0.0.4
- Removedipv4@0.0.4(transitive)