Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.1.0 to 5.0.0

2

lib/read-file.js

@@ -8,5 +8,5 @@ const { readFileSync } = require('fs')

return readFileSync(file, { encoding: 'utf8' })
} catch (e) {}
} catch {}
}
module.exports = readFile

@@ -14,3 +14,3 @@ const { resolve } = require('path')

return JSON.parse(content)
} catch (e) {
} catch {
return console.error(`Error parsing JSON: ${file}`)

@@ -17,0 +17,0 @@ }

{
"name": "luvi",
"description": "Dev server with simple config and API.",
"version": "4.1.0",
"version": "5.0.0",
"author": "Zac Anger <zac@zacanger.com> (http://zacanger.com)",

@@ -41,13 +41,13 @@ "funding": {

"serve-static": "1.14.1",
"zeelib": "11.1.0"
"zeelib": "11.1.2"
},
"devDependencies": {
"eslint": "7.0.0",
"eslint-plugin-zacanger": "1.1.5",
"eslint": "7.5.0",
"eslint-plugin-zacanger": "2.0.5",
"prettier": "2.0.5",
"sortpack": "2.1.4"
"sortpack": "2.1.6"
},
"engines": {
"node": ">=8.11.1"
"node": ">=10.0.0"
}
}
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