Comparing version 0.1.7 to 0.1.8
@@ -210,3 +210,3 @@ "use strict"; | ||
parseValue: function BodyParser_parseValue(str) { | ||
return str.replace(/(.*)(([\S\s]+)(Content-Type:(.*)))?/i, '').slice(4); | ||
return str.replace(/([\s\S]+name="[^\n]+)([\s\S]+Content-Type[^\n]+)?/i, '').slice(3); | ||
} | ||
@@ -213,0 +213,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description": "Powerful lightweight mvc framework for nodejs", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "mongoose": "3.8.x", |
Sorry, the diff of this file is not supported yet
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
157717