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

@adv-ui/ma-segment-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adv-ui/ma-segment-wrapper - npm Package Compare versions

Comparing version

to
1.36.0

lib/middlewares/destination/optimizely/events/getListViewedEvents.js

22

CHANGELOG.md
# CHANGELOG
# 1.35.0 (2022-08-22)
# 1.36.0 (2022-09-12)

@@ -8,2 +8,11 @@

* **Root:** Add list viewed and list viewed from home optimizely event tracking ([7bc8496](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/7bc84961597836c3843b3045c85c5bc817aa3b04))
# [1.35.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.34.0...1.35.0) (2022-08-22)
### Features
* **Root:** add Ad Inserted Cars and Phone Visiblity variants ([c825d91](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/c825d91d9fe94cbd39d3cd7ebd158b8c94e02994))

@@ -342,16 +351,7 @@

### Features
* **middlewares:** remove unused ad_id prop ([578bbc9](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/578bbc96b187b19d4b3d3f75294d4b4c8903c417))
# [1.15.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.15.0) (2021-08-03)
# [1.15.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.14.0...1.15.0) (2021-08-03)
# [1.14.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.14.0) (2021-07-29)
# [1.11.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.10.0...1.11.0) (2021-06-29)

@@ -358,0 +358,0 @@

@@ -8,2 +8,3 @@ export { getDetailViewEvents } from './getDetailViewEvents.js';

export { getPhoneVerificationEvents } from './getPhoneVerificationEvents.js';
export { getPTAViewEvent } from './getPTAViewEvent.js';
export { getPTAViewEvent } from './getPTAViewEvent.js';
export { getListViewedEvents } from './getListViewedEvents.js';

@@ -1,2 +0,2 @@

import { getDetailViewEvents, getLeadEvents, getTransactionEvents, getPTAViewEvent, getShippingEvents, getAccountEvents, getPostingEvents, getPhoneVerificationEvents } from './events/index.js';
import { getAccountEvents, getDetailViewEvents, getLeadEvents, getListViewedEvents, getPhoneVerificationEvents, getPostingEvents, getPTAViewEvent, getShippingEvents, getTransactionEvents } from './events/index.js';
/**

@@ -52,3 +52,7 @@ * Segment events - Optimizely events relation documentation:

});
var optimizelyEventNames = [].concat(optimizelyTotalLeadsEventNames, optimizelyDetailViewEventNames, optimizelyTransactionEventNames, optimizelyShippingEventNames, optimizelyPhoneVerificationEventNames, optimizelyAccountEventNames, optimizelyPostingEventNames, [optimizelyPTAViewEventName]).filter(Boolean);
var optimizelyListViewedEventNames = getListViewedEvents({
event: event,
properties: properties
});
var optimizelyEventNames = [].concat(optimizelyTotalLeadsEventNames, optimizelyDetailViewEventNames, optimizelyTransactionEventNames, optimizelyShippingEventNames, optimizelyPhoneVerificationEventNames, optimizelyAccountEventNames, optimizelyPostingEventNames, optimizelyListViewedEventNames, [optimizelyPTAViewEventName]).filter(Boolean);

@@ -55,0 +59,0 @@ if (optimizelyEventNames && optimizelyEventNames.length > 0) {

{
"name": "@adv-ui/ma-segment-wrapper",
"version": "1.35.0",
"version": "1.36.0",
"description": "Milanuncios Segment Wrapper",

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

Sorry, the diff of this file is too big to display