Comparing version 0.0.6 to 0.0.7
@@ -66,3 +66,3 @@ /** | ||
try { | ||
this.models[name] = require(`model/${_.snakeCase(name)}`); | ||
this.models[name] = require(`models/${_.snakeCase(name)}`); | ||
} catch(e) { | ||
@@ -69,0 +69,0 @@ throw e; |
{ | ||
"name": "akyuu", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Yet another web framework based on express.js named Akyuu.", | ||
@@ -34,3 +34,2 @@ "main": "index.js", | ||
"lodash": "^4.17.4", | ||
"lodash.invert": "^4.1.1", | ||
"moment": "^2.13.0", | ||
@@ -37,0 +36,0 @@ "on-finished": "^2.3.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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
11
55926
- Removedlodash.invert@^4.1.1
- Removedlodash.invert@4.3.0(transitive)