postman-collection
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -55,2 +55,5 @@ var _ = require('../../util').lodash, | ||
request.removeQueryParams(_.values(OAUTH1_PARAMS)); | ||
request.body && request.body.urlencoded && request.body.urlencoded.remove(function (param) { | ||
return _.contains(_.values(OAUTH1_PARAMS), param.key); | ||
}); | ||
@@ -57,0 +60,0 @@ // Generate a new nonce and timestamp |
@@ -5,3 +5,3 @@ { | ||
"author": "Postman Labs <help@getpostman.com>", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "postman" |
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
318144
7981