Comparing version 4.1.0 to 5.0.0
@@ -8,5 +8,5 @@ const { readFileSync } = require('fs') | ||
return readFileSync(file, { encoding: 'utf8' }) | ||
} catch (e) {} | ||
} catch {} | ||
} | ||
module.exports = readFile |
@@ -14,3 +14,3 @@ const { resolve } = require('path') | ||
return JSON.parse(content) | ||
} catch (e) { | ||
} catch { | ||
return console.error(`Error parsing JSON: ${file}`) | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "luvi", | ||
"description": "Dev server with simple config and API.", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"author": "Zac Anger <zac@zacanger.com> (http://zacanger.com)", | ||
@@ -41,13 +41,13 @@ "funding": { | ||
"serve-static": "1.14.1", | ||
"zeelib": "11.1.0" | ||
"zeelib": "11.1.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "7.0.0", | ||
"eslint-plugin-zacanger": "1.1.5", | ||
"eslint": "7.5.0", | ||
"eslint-plugin-zacanger": "2.0.5", | ||
"prettier": "2.0.5", | ||
"sortpack": "2.1.4" | ||
"sortpack": "2.1.6" | ||
}, | ||
"engines": { | ||
"node": ">=8.11.1" | ||
"node": ">=10.0.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
20797
+ Addedzeelib@11.1.2(transitive)
- Removedzeelib@11.1.0(transitive)
Updatedzeelib@11.1.2