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

@vtex/delivery-packages

Package Overview
Dependencies
Maintainers
33
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/delivery-packages - npm Package Compare versions

Comparing version

to
2.13.2

18

dist/shipping.esm.js

@@ -729,14 +729,12 @@ if (!Array.prototype.findIndex) {

return logisticsInfo1.reduce(function (newLogisticsInfo, li, index) {
var itemIndex = getItemIndex(li);
if (itemIndex === -1) {
itemIndex = index;
}
var maxLen = Math.max(logisticsInfo1.length, logisticsInfo2.length);
if (itemIndex >= 0 && logisticsInfo2[itemIndex]) {
return [].concat(toConsumableArray(newLogisticsInfo), [logisticsInfo2[itemIndex]]);
}
var newLogisticsInfo = [];
return [].concat(toConsumableArray(newLogisticsInfo), [li]);
}, []);
for (var itemIndex = 0; itemIndex < maxLen; itemIndex++) {
var newItem = logisticsInfo2[itemIndex] || logisticsInfo1[itemIndex];
newLogisticsInfo.push(newItem);
}
return newLogisticsInfo;
}

@@ -743,0 +741,0 @@

@@ -733,14 +733,12 @@ 'use strict';

return logisticsInfo1.reduce(function (newLogisticsInfo, li, index) {
var itemIndex = getItemIndex(li);
if (itemIndex === -1) {
itemIndex = index;
}
var maxLen = Math.max(logisticsInfo1.length, logisticsInfo2.length);
if (itemIndex >= 0 && logisticsInfo2[itemIndex]) {
return [].concat(toConsumableArray(newLogisticsInfo), [logisticsInfo2[itemIndex]]);
}
var newLogisticsInfo = [];
return [].concat(toConsumableArray(newLogisticsInfo), [li]);
}, []);
for (var itemIndex = 0; itemIndex < maxLen; itemIndex++) {
var newItem = logisticsInfo2[itemIndex] || logisticsInfo1[itemIndex];
newLogisticsInfo.push(newItem);
}
return newLogisticsInfo;
}

@@ -747,0 +745,0 @@

{
"name": "@vtex/delivery-packages",
"version": "2.13.1",
"version": "2.13.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet