portfinder
Advanced tools
Comparing version 0.2.1 to 0.3.0
@@ -54,3 +54,3 @@ /* | ||
if (err.code !== 'EADDRINUSE') { | ||
if (err.code !== 'EADDRINUSE' && err.code !== 'EACCES') { | ||
return callback(err); | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "portfinder", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "A simple tool to find an open port on the current machine", | ||
@@ -8,3 +8,3 @@ "author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
"type": "git", | ||
"url": "git@github.com:indexzero/node-portfinder.git" | ||
"url": "git@github.com:indexzero/node-portfinder.git" | ||
}, | ||
@@ -21,3 +21,4 @@ "keywords": ["http", "ports", "utilities"], | ||
"scripts": { "test": "vows test/*-test.js --spec" }, | ||
"engines": { "node": ">= 0.4.0" } | ||
"engines": { "node": ">= 0.4.0" }, | ||
"license": "MIT/X11" | ||
} |
@@ -37,2 +37,3 @@ # node-portfinder | ||
#### Author: [Charlie Robbins][0] | ||
#### License: MIT/X11 | ||
[0]: http://nodejitsu.com |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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 License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
11324
8
0
38
4
1