Comparing version 3.0.23 to 3.0.24
@@ -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 @@ } |
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
61780
563
0