Comparing version 0.1.26 to 0.1.27
@@ -457,3 +457,3 @@ var fs = require('fs'); | ||
Object.keys(obj.query).forEach(function(key){ | ||
tmpStr += util.format(' ctx.%s = "%s"; ', key, obj.query[key]); | ||
tmpStr += util.format(' ctx["%s"] = "%s"; ', key, obj.query[key] || ''); | ||
}) | ||
@@ -460,0 +460,0 @@ tmpStr += '%>'; |
{ | ||
"name": "ariestp", | ||
"description": "A Async Template for Node.js", | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
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
53541