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.7.0 to 1.8.0

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

3

lib/middlewares/destination/optimizely/events/index.js
export { getDetailViewEvents } from './getDetailViewEvents';
export { getLeadEvents } from './getLeadEvents';
export { getLeadEvents } from './getLeadEvents';
export { getTransactionEvents } from './getTransactionEvents';

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

import { getDetailViewEvents, getLeadEvents } from './events';
import { getDetailViewEvents, getLeadEvents, getTransactionEvents } from './events';
/**

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

});
var optimizelyEventNames = [].concat(optimizelyTotalLeadsEventNames, optimizelyDetailViewEventNames).filter(Boolean);
var optimizelyTransactionEventNames = getTransactionEvents({
event: event,
properties: properties
});
var optimizelyEventNames = [].concat(optimizelyTotalLeadsEventNames, optimizelyDetailViewEventNames, optimizelyTransactionEventNames).filter(Boolean);

@@ -31,0 +35,0 @@ if (optimizelyEventNames && optimizelyEventNames.length > 0) {

@@ -0,1 +1,7 @@

export var OPTIMIZELY_PAGE_TYPES = {
list: 'List',
detail: 'Detail',
others: 'Others',
chat: 'Chat'
};
export var isInDetail = function isInDetail(_ref) {

@@ -2,0 +8,0 @@ var properties = _ref.properties;

{
"name": "@adv-ui/ma-segment-wrapper",
"version": "1.7.0",
"version": "1.8.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