swaggerize-routes
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -198,3 +198,5 @@ 'use strict'; | ||
case 'boolean': | ||
fn = Boolean; | ||
fn = function(data) { | ||
return (data === 'true') || (data === '1'); | ||
}; | ||
break; | ||
@@ -201,0 +203,0 @@ case 'date': |
{ | ||
"name": "swaggerize-routes", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Trevor Livingston <trlivingston@paypal.com>", | ||
@@ -5,0 +5,0 @@ "description": "Swagger based route building.", |
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
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
26167
526
0