New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

almex-sdk

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

almex-sdk - npm Package Compare versions

Comparing version 2.2.1 to 3.0.0

6

build/almexApi.js
(function() {
var AlmexApi, AlmexInboundsAdapter, AlmexOrdersAdapter, Promise, XmlBuilder, almexBaseUrl, read, req, xml2js, _,
var AlmexApi, AlmexInboundsAdapter, AlmexOrdersAdapter, Promise, XmlBuilder, almexWsUrl, read, req, xml2js, _,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };

@@ -21,3 +21,3 @@

almexBaseUrl = process.env.ALMEX_BASE_URL || "http://201.157.61.34:8989";
almexWsUrl = process.env.ALMEX_WS_URL || "http://201.157.61.34:8989/CkIntegracionGeneral";

@@ -28,3 +28,3 @@ module.exports = AlmexApi = (function() {

this.credentials = credentials;
this.url = url != null ? url : "" + almexBaseUrl + "/CkIntegracionGeneral";
this.url = url != null ? url : almexWsUrl;
this._getResult = __bind(this._getResult, this);

@@ -31,0 +31,0 @@ this._doRequest = __bind(this._doRequest, this);

@@ -8,3 +8,3 @@ {

},
"version": "2.2.1",
"version": "3.0.0",
"main": "build/almexApi.js",

@@ -11,0 +11,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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