New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

freeport

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freeport - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

12

package.json
{
"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) {
...
})
```
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