wso2-apimgr
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -18,3 +18,3 @@ | ||
Proxy.prototype.ajax = function(request, callback) { | ||
var debug = this.config.debug, req, data, cookies; | ||
var debug = this.config.debug, req, data, cookies=""; | ||
if (debug) console.log('Proxy.ajax', JSON.stringify(request)); | ||
@@ -41,3 +41,2 @@ if (typeof request.method === 'undefined') { | ||
for (i=0,m=this.cookie.length;i<m;i++){ | ||
console.log("adding", this.cookie[i]); | ||
if (i>0) cookies += "; "; | ||
@@ -44,0 +43,0 @@ cookies += this.cookie[i]; |
{ | ||
"name": "wso2-apimgr", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A lightweight JS SDK to work with the WSO2 API Manager", | ||
@@ -5,0 +5,0 @@ "main": "js/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
18863
546