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

wso2-apimgr

Package Overview
Dependencies
Maintainers
1
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.1 to 0.0.3

5

js/index.js

@@ -12,3 +12,6 @@

function ApiMgr(){
function ApiMgr(config2){
if (typeof config2 === 'object') {
config.baseUrl = config2.baseUrl
}
this.proxy = new Proxy(config);

@@ -15,0 +18,0 @@ this.store = new Store(this.proxy);

2

package.json
{
"name": "wso2-apimgr",
"version": "0.0.1",
"version": "0.0.3",
"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