🎩 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
5.0.0
to
5.0.1
dist/BrazeKit.esm.js

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

+5
-1

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

## 5.5.0 - 2024-10-30
## 5.0.1 - 2024-11-13
- ci: Add esm support [#53](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/53)
- fix: Update package.json to support esm, define missing variable declarations [#54](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/54)
## 5.0.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.

@@ -9,0 +13,0 @@ - feat: Support Braze Web SDK V5 [#52)](https://github.com/mparticle-integrations/mparticle-javascript-integration-braze/pull/52)

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

@@ -8,4 +8,6 @@ "description": "mParticle integration sdk for Braze",

"browser": "dist/BrazeKit.common.js",
"module": "dist/BrazeKit.esm.js",
"files": [
"dist/BrazeKit.common.js"
"dist/BrazeKit.common.js",
"dist/BrazeKit.esm.js"
],

@@ -12,0 +14,0 @@ "repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-braze",

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