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

portfinder

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

portfinder - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

.npmignore

2

lib/portfinder.js

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