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

luvi

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

luvi - npm Package Compare versions

Comparing version 0.9.0 to 0.9.2

src/util/findPort.js

7

package.json
{
"name": "luvi",
"description": "dev server with nifty extras and simple, easy config and api.",
"version": "0.9.0",
"version": "0.9.2",
"author": "Zac Anger <zac@zacanger.com> (http://zacanger.com)",
"license": "WTFPL",
"main": "src/index.js",

@@ -13,2 +14,3 @@ "preferGlobal": true,

},
"homepage": "https://github.com/zacanger/luvi#readme",
"repository": {

@@ -18,7 +20,5 @@ "type": "git",

},
"homepage": "https://github.com/zacanger/luvi#readme",
"bugs": {
"url": "https://github.com/zacanger/luvi/issues"
},
"license": "WTFPL",
"keywords": [

@@ -40,1 +40,2 @@ "development",

}

@@ -10,3 +10,3 @@ 'use strict'

, each = require('./util/each')
, beacon = require('./util/beacon')
, findPort = require('./util/findPort')
, notFound = require('./util/notFound')

@@ -35,3 +35,3 @@

beacon(config.port, (err, port) => {
findPort(config.port, (err, port) => {
if(err){

@@ -47,1 +47,2 @@ throw err

module.exports = luvi

Sorry, the diff of this file is not supported yet

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