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 3.2.3 to 3.2.4

.github/FUNDING.yml

4

lib/read-file.js

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

return readFileSync(file, { encoding: 'utf8' })
} catch (e) {
return
}
} catch (e) { }
}
module.exports = readFile
{
"name": "luvi",
"description": "Dev server with simple config and API.",
"version": "3.2.3",
"version": "3.2.4",
"author": "Zac Anger <zac@zacanger.com> (http://zacanger.com)",

@@ -11,6 +11,6 @@ "license": "MIT",

"scripts": {
"preversion": "npm t && sortpack",
"preversion": "sortpack && npm t",
"start": "node ./index.js",
"test": "npm run test:lint",
"test:lint": "eslint -c .eslintrc.json index.js lib"
"test:lint": "standard"
},

@@ -35,15 +35,8 @@ "homepage": "https://github.com/zacanger/luvi#readme",

"dependencies": {
"connect": "3.6.6",
"connect": "3.7.0",
"minimist": "1.2.0",
"serve-static": "1.13.2",
"serve-static": "1.14.1",
"zeelib": "8.6.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.16.0",
"eslint-config-zacanger": "3.4.2",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-unicorn": "8.0.2",
"sortpack": "1.1.6"

@@ -50,0 +43,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