Comparing version 1.0.5 to 1.1.0
@@ -34,2 +34,6 @@ 'use strict'; | ||
filter: function(body) { return JSON.parse(body); } | ||
}, | ||
'application/x-www-form-urlencoded': { | ||
read: 'string', | ||
filter: function(body) { return querystring.parse(body); } | ||
} | ||
@@ -36,0 +40,0 @@ }; |
{ | ||
"name": "appy-bird", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "'appy-bird makes APIs as easy as flying into a brick wall!", | ||
@@ -5,0 +5,0 @@ "main": "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
182674
601