Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@braze/web-sdk
Advanced tools
@braze/web-sdk is a JavaScript library that allows developers to integrate Braze's customer engagement platform into web applications. It provides functionalities for user tracking, messaging, and analytics, enabling personalized and targeted communication with users.
User Identification
This feature allows you to identify and track users by setting a unique user ID. This is essential for personalizing user experiences and tracking user-specific data.
Braze.changeUser('user_id');
Custom Events
This feature allows you to log custom events that users trigger within your application. These events can be used for analytics and to trigger personalized messaging.
Braze.logCustomEvent('event_name', { property1: 'value1', property2: 'value2' });
In-App Messaging
This feature enables you to display in-app messages to users. These messages can be used for announcements, promotions, or any other type of user communication.
Braze.showInAppMessage();
Push Notifications
This feature allows you to handle push notifications within your web application. You can subscribe to and manage incoming push notifications to engage users effectively.
Braze.subscribeToInAppMessage((message) => { console.log(message); });
User Attributes
This feature allows you to set user attributes, which can be used to personalize user experiences and segment users for targeted messaging.
Braze.setUserAttributes({ firstName: 'John', lastName: 'Doe', email: 'john.doe@example.com' });
Mixpanel is an analytics platform that provides similar functionalities for tracking user interactions and events. It also offers advanced analytics and user segmentation features, making it a strong alternative to Braze.
Firebase is a comprehensive app development platform that includes analytics, messaging, and user engagement tools. It offers similar functionalities to Braze for tracking user behavior and sending targeted messages, but also includes additional services like real-time databases and authentication.
$ npm install --save @braze/web-sdk
Note: The Braze Web SDK is meant to be used client-side in a web application and may not work as expected in a Node.js server environment.
See the Public Github Repo for getting started instructions or our documentation pages for use-case based documentation.
(c) Braze, Inc. 2025 - http://braze.com
License available at https://github.com/braze-inc/braze-web-sdk/blob/master/LICENSE
5.7.0
User.setLineId
used to set the user's LINE User ID.retry-after
header returned by the Braze platform when determining how long to wait before retrying a request.FAQs
Braze SDK for web sites and other JS platforms.
The npm package @braze/web-sdk receives a total of 165,328 weekly downloads. As such, @braze/web-sdk popularity was classified as popular.
We found that @braze/web-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.