microgateway-config
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -254,4 +254,8 @@ 'use strict'; | ||
} | ||
if (config.edgemicro.enable_GET_req_body) { | ||
assert(typeof config.edgemicro.enable_GET_req_body === 'boolean', 'config.edgemicro.enable_GET_req_body is not a boolean'); | ||
} | ||
return configObject; | ||
}; |
{ | ||
"name": "microgateway-config", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Apigee Microgateway Handler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
328198
7083