Comparing version 3.2.3 to 3.2.4
@@ -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 @@ }, |
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
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
1
13857
129
+ Addedconnect@3.7.0(transitive)
+ Addedfinalhandler@1.1.2(transitive)
+ Addedhttp-errors@1.7.3(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedmime@1.6.0(transitive)
+ Addedms@2.1.1(transitive)
+ Addedsend@0.17.1(transitive)
+ Addedserve-static@1.14.1(transitive)
+ Addedsetprototypeof@1.1.1(transitive)
+ Addedtoidentifier@1.0.0(transitive)
- Removedconnect@3.6.6(transitive)
- Removedfinalhandler@1.1.0(transitive)
- Removedhttp-errors@1.6.3(transitive)
- Removedinherits@2.0.3(transitive)
- Removedmime@1.4.1(transitive)
- Removedsend@0.16.2(transitive)
- Removedserve-static@1.13.2(transitive)
- Removedsetprototypeof@1.1.0(transitive)
- Removedstatuses@1.3.11.4.0(transitive)
Updatedconnect@3.7.0
Updatedserve-static@1.14.1