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.28.0 to 1.29.0

25

CHANGELOG.md
# CHANGELOG
# 1.28.0 (2022-05-23)
# 1.29.0 (2022-05-26)

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

* **Root:** rename event ([1df69ed](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/1df69ed83e77418e7bec93b2be6df45a6f5cb469))
# [1.28.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.27.0...1.28.0) (2022-05-23)
### Features
* **Root:** add phone verification events ([51285bc](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/51285bcf93b69087d3b067ecffd7f5468d4e26cf))

@@ -163,3 +172,2 @@

* **middlewares:** add console log (it should be removed once its finished the testing) ([11a6c4b](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/11a6c4bf55a571666733a26e002182518cac3cf5))
* **middlewares:** change naming of eventName to newEventName ([6c24ca3](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/6c24ca385379e03c7b8e27721cdf6cc58faac1a7))

@@ -171,3 +179,2 @@ * **middlewares:** extract common events into a enum and reuse it on googleAdsTrackingMiddleware and ([11ea792](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/11ea792a42476e118e3c527629fdf7c8907ea549))

* **middlewares:** reestructure facebook and googleAds middlewares with more lexical intention ([1d8ce98](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/1d8ce9868d239d8f34ea8c5fd40fcdea0da4da2c))
* **middlewares:** remove no needed console.log ([861c9ae](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/861c9aee58c69e3bcaa67585b2ae5f0af6ec316f))
* **middlewares:** rename utils from each destination middleware into a eventsMap ([e9a4f55](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/e9a4f55f57d77ed655f7d88de72a050771351cc6))

@@ -204,3 +211,2 @@ * **Root:** change the way how is returning if it's private the isPrivatePublisher fn in utils ([9dcbafe](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/9dcbafe32c974597791c38dcb427e574e5a4851e))

* **middlewares:** treat category_level2 todoterreno as a Ad Inserted Cars in googleAds destination ([4f0d5a8](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/4f0d5a8c87902d917e7f447ca6da8cfa480a5f39))
* **Root:** bump version ([08fdfc5](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/08fdfc5a507385a0bd013ae43ebdf5ac123c4ea1))

@@ -210,14 +216,5 @@

# [1.9.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.8.0...1.9.0) (2021-06-07)
# 1.9.0 (2021-06-07)
### Features
* **middlewares:** update middleware destination name ([a7df3ff](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/a7df3ffed4b40237b95982f396fa2169ca20ccb9))
# 1.8.0 (2021-05-25)

@@ -15,3 +15,3 @@ export function getPhoneVerificationEvents(_ref) {

if (Object.values(FORM_EVENTS).includes(event) && properties.form_name === 'phone verification') {
phoneVerificationEvents.push("Phone Verification " + event);
phoneVerificationEvents.push("Phone Verification " + event + " Web");
}

@@ -18,0 +18,0 @@

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

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

@@ -16,3 +16,3 @@ import sinon from 'sinon'

},
optimizelyEvents: ['Phone Verification Form Showed']
optimizelyEvents: ['Phone Verification Form Showed Web']
},

@@ -29,3 +29,3 @@ {

},
optimizelyEvents: ['Phone Verification Form Success']
optimizelyEvents: ['Phone Verification Form Success Web']
},

@@ -42,3 +42,3 @@ {

},
optimizelyEvents: ['Phone Verification Form Error']
optimizelyEvents: ['Phone Verification Form Error Web']
},

@@ -55,3 +55,3 @@ {

},
optimizelyEvents: ['Phone Verification Form Abandoned']
optimizelyEvents: ['Phone Verification Form Abandoned Web']
}

@@ -58,0 +58,0 @@ ]

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