Comparing version 2.1.0 to 2.1.1
@@ -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 |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13475
141
174
1
3