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 2.1.5 to 2.1.6

6

index.js

@@ -32,2 +32,8 @@ #!/usr/bin/env node

const main = () => {
if (process.argv[1].endsWith('/lv')) {
console.log('luvi: The `lv` shorthand will be deprecated')
console.log('in version 3.0.0. Please add a shell alias')
console.log('if you want to keep using `lv`.')
console.log('Example: `echo "alias lv=\'luvi\'" >> ~/.bashrc`')
}
if (argv.v) argv.version = argv.v

@@ -34,0 +40,0 @@ if (argv.h) argv.help = argv.h

6

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

@@ -40,3 +40,3 @@ "license": "MIT",

"serve-static": "1.13.2",
"zeelib": "6.2.0"
"zeelib": "7.0.2"
},

@@ -46,3 +46,3 @@ "devDependencies": {

"eslint": "4.19.1",
"eslint-config-zacanger": "3.1.1",
"eslint-config-zacanger": "3.1.2",
"eslint-plugin-babel": "5.1.0",

@@ -49,0 +49,0 @@ "eslint-plugin-import": "2.11.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