🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mparticle/web-braze-kit

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mparticle/web-braze-kit - npm Package Compare versions

Comparing version
4.2.0
to
5.0.0
+6
-0
CHANGELOG.md

@@ -5,2 +5,8 @@ ## Releases

## 5.5.0 - 2024-10-30
⚠️ **Breaking** - The mParticle web Braze kit now supports Braze's Web SDK v5.5.0. Breaking changes cna be viewed at [Braze's changelog](https://www.braze.com/docs/developer_guide/platform_integration_guides/web/changelog/#500). There may be API changes that affect you if you call `braze` directly from your code.
- feat: Support Braze Web SDK V5 [#52)](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/52)
* Full details about the changes and recommended code changes can be found on mParticle's [Braze integration docs page](https://docs.mparticle.com/integrations/braze/event).
## 4.2.0 - 2024-10-24

@@ -7,0 +13,0 @@

+2
-2
{
"name": "@mparticle/web-braze-kit",
"version": "4.2.0",
"version": "5.0.0",
"author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)",

@@ -35,3 +35,3 @@ "description": "mParticle integration sdk for Braze",

"dependencies": {
"@braze/web-sdk": "^4.2.1",
"@braze/web-sdk": "^5.5.0",
"@mparticle/web-sdk": "^2.23.0"

@@ -38,0 +38,0 @@ },

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