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.0 to 2.1.1

8

index.js

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

const main = () => {
const shouldWarn = !!process.env.LUVI_USED_SHORTHAND
if (shouldWarn) {
l(clrs.red(`
Using luvi with the shorthand 'lv' command is deprecated
and will be removed in version 3.0.0. If you want to keep
the shorthand, add a Bash (or similar) alias.
`))
}
if (argv.v) argv.version = argv.v

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

4

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

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

"luvi": "./index.js",
"lv": "./index.js"
"lv": "LUVI_USED_SHORTHAND=1 ./index.js"
},

@@ -14,0 +14,0 @@ "scripts": {

@@ -29,2 +29,4 @@ # luvi ♡

* 2.1.1: Deprecated `lv` shorthand. This will still work until it's removed in
3.0.0. Please update any scripts using `lv` to use `luvi`.
* 2.0.0: Switched to MIT license.

@@ -31,0 +33,0 @@ * 0.8.6: `luvi` no longer has a proxying utility. If you need that, please use

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