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.1.2 to 3.2.0

4

lib/luvi.js

@@ -27,3 +27,5 @@ const http = require('http')

app.use(serveStatic(config.root))
app.use(serveStatic(config.root, {
index: [ 'index.html', 'index.htm', 'index.xhtml' ]
}))

@@ -30,0 +32,0 @@ if (config.notFound) {

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

@@ -41,9 +41,9 @@ "license": "MIT",

"babel-eslint": "10.0.1",
"eslint": "5.15.1",
"eslint": "5.16.0",
"eslint-config-zacanger": "3.4.2",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-unicorn": "7.1.0",
"sortpack": "1.1.3"
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-unicorn": "8.0.2",
"sortpack": "1.1.4"
},

@@ -50,0 +50,0 @@ "engines": {

# luvi ♡
**Unmaintained** I recommend using `serve` or some other popular static file server.
--------

@@ -23,2 +21,3 @@

* 3.2.0: Un-deprecate, and add `.htm` and `.xhtml` support.
* 3.0.0: Removed `lv` shorthand. Use a shell alias.

@@ -25,0 +24,0 @@ * 2.1.1: Deprecated `lv` shorthand. This will still work until it's removed in

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