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 1.40.0 to 1.41.0

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

36

CHANGELOG.md
# CHANGELOG
# 1.40.0 (2022-11-22)
# 1.41.0 (2022-12-05)

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

* **Root:** add new public profile event to be able to send it to Optimizely ([58e6d01](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/58e6d01dbc70e28fd3542bfa90f2714a278eecaa))
# [1.40.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.39.0...1.40.0) (2022-11-22)
### Features
* **Root:** update optimizely event of Posting Events ([6d1ae96](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/6d1ae96f17294e4fa63df4f9d38a5aa47e796e34))

@@ -204,11 +213,6 @@

# [1.0.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/c05828529f2b736f4199b88f432e996540ddc73d...1.0.0) (2021-04-08)
# 1.0.0 (2021-04-08)
### Features
* **Root:** mA segment wrapper ([c058285](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/c05828529f2b736f4199b88f432e996540ddc73d))
# [1.33.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.32.0...1.33.0) (2022-07-12)

@@ -351,15 +355,6 @@

# [1.20.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.19.0...1.20.0) (2021-11-10)
# [1.20.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.20.0) (2021-11-10)
### Features
* **middlewares:** add email lead detail private optimizely event ([8386055](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/83860553f74325f0b7ea30791c97977c8a9f9d93))
# [1.19.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.19.0) (2021-10-27)
# [1.11.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.10.0...1.11.0) (2021-06-29)

@@ -511,10 +506,5 @@

# [1.0.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/c05828529f2b736f4199b88f432e996540ddc73d...1.0.0) (2021-04-08)
# 1.0.0 (2021-04-08)
### Features
* **Root:** mA segment wrapper ([c058285](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/c05828529f2b736f4199b88f432e996540ddc73d))

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

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

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

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

@@ -56,3 +56,6 @@ * Segment events - Optimizely events relation documentation:

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

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

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

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

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

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