gerjs-express
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -60,7 +60,6 @@ const fs = require('fs'); | ||
&& routes.length === paths.length | ||
? routes.map((elemRoute, index) => | ||
elemRoute[0] === ':' || elemRoute === paths[index] | ||
? key | ||
: undefined | ||
).shift() | ||
&& routes.reduce((result, elemRoute, index) => | ||
result && (elemRoute[0] === ':' || elemRoute === paths[index]) | ||
, true) | ||
? key | ||
: undefined | ||
@@ -67,0 +66,0 @@ }) |
{ | ||
"name": "gerjs-express", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Use gerJs library plus use the models to validate and reformat the input/ouput payload in the API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
19511048
10067