New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@braze/web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braze/web-sdk - npm Package Versions

12356

4.5.0

Diff
appboy
published 4.5.0 •

Changelog

Source

4.5.0

Added
  • Added isControl property to ContentCard base model, to easily determine whether the card is a control card.
  • Added isControl property to InAppMessage base model, to easily determine whether the message is a control in-app-message.
Changed
  • Improved the reliability of in-app message impression logging in edge cases.
appboy
published 4.4.0 •

Changelog

Source

4.4.0

Added
  • A message is now logged if an IAM is triggered but not displayed because neither automaticallyShowInAppMessages() nor subscribeToInAppMessage() were called.
Changed
  • IndexedDB connections now close after a transaction has been completed.
Fixed
  • Fixed an issue introduced in 4.0.0 where In-App Message closing animations did not work as expected.
appboy
published 4.3.0 •

Changelog

Source

4.3.0

Added
appboy
published 4.2.1 •

Changelog

Source

4.2.1

Fixed
  • Fixed an issue introduced in 4.0.3, where IAM displays could sometimes fail due to an internal race condition.
appboy
published 4.2.0 •

Changelog

Source

4.2.0

Added
  • Added support for Content Cards to evaluate Retry-After headers.
appboy
published 4.1.0 •

Changelog

Source

4.1.0

Added
Fixed
  • Fixed an issue where calling unregisterPush() when the user is already unregistered would fail to execute the success callback function.
appboy
published 4.0.6 •

Changelog

Source

4.0.6

Fixed
  • Fixed an issue introduced in 4.0.0 that incorrectly failed to display valid IAMs with an unknown Braze Action type error.
appboy
published 4.0.5 •

Changelog

Source

4.0.5

Fixed
  • Fixed an issue introduced in 4.0.0 that prevented the SDK from running with certain rollup.js configurations.
appboy
published 4.0.4 •

Changelog

Source

4.0.4

Changed
Fixed
  • Fixed an issue introduced in 4.0.0 that prevented control in-app message impressions from being logged.
appboy
published 4.0.3 •

Changelog

Source

4.0.3

Fixed
  • Fixed an issue introduced in 4.0.0 where Safari push did not work unless the full baseUrl (e.g. https://sdk.iad-01.braze.com/api/v3) was specified in the initialization options.
  • The SDK will now ignore In-App Messages containing a push prompt Braze Action for users who have already registered for push or whose browser does not support push.