Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "freeport", | ||
"description": "Find a free port.", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/nshah/nodejs-freeport", | ||
"version": "1.0.2", | ||
"homepage": "https://github.com/daaku/nodejs-freeport", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
@@ -10,9 +10,9 @@ "main": "lib/freeport", | ||
"type": "git", | ||
"url": "https://github.com/nshah/nodejs-freeport" | ||
"url": "https://github.com/daaku/nodejs-freeport" | ||
}, | ||
"scripts": { "test": "NODE_PATH=./lib ./node_modules/.bin/mocha --ui exports" }, | ||
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" }, | ||
"devDependencies": { | ||
"mocha": ">= 0.12.0" | ||
"mocha": "0.12.x" | ||
}, | ||
"engines": { "node": ">= 0.6.10" } | ||
"engines": { "node": "0.6.x" } | ||
} |
@@ -1,2 +0,2 @@ | ||
freeport [![Build Status](https://secure.travis-ci.org/nshah/nodejs-freeport.png)](http://travis-ci.org/nshah/nodejs-freeport) | ||
freeport [![Build Status](https://secure.travis-ci.org/daaku/nodejs-freeport.png)](http://travis-ci.org/daaku/nodejs-freeport) | ||
======== | ||
@@ -7,5 +7,5 @@ | ||
```javascript | ||
freeport.find(function(er, port) { | ||
freeport(function(er, port) { | ||
... | ||
}) | ||
``` |
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
982
2