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

almex-sdk

Package Overview
Dependencies
Maintainers
4
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 3.0.23 to 3.0.24

5

build/almexApi.js

@@ -205,3 +205,4 @@ (function() {

received_quantity: parseInt(income.cantidad[0]),
product: parseInt(income.idWb[0])
product: parseInt(income.idWb[0]),
reg_id: parseInt(income.regId[0])
};

@@ -446,3 +447,3 @@ });

return function(response) {
if (statusCode >= 500) {
if (response.statusCode >= 500) {
throw new Error("server_error");

@@ -449,0 +450,0 @@ }

2

package.json

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

},
"version": "3.0.23",
"version": "3.0.24",
"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