Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wso2-apimgr

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wso2-apimgr - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

js/proxy.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc