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

@braze/web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braze/web-sdk - npm Package Compare versions

Comparing version
6.10.0
to
6.10.1
+1
-1
package.json
{
"name": "@braze/web-sdk",
"version": "6.10.0",
"version": "6.10.1",
"description": "Braze SDK for web sites and other JS platforms.",

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

@@ -27,3 +27,3 @@ const b = {

if (b.zg) {
const o = "Braze SDK Warning: " + n + " (v6.10.0)";
const o = "Braze SDK Warning: " + n + " (v6.10.1)";
null != b.Ud ? b.Ud(o) : console.warn(o);

@@ -34,3 +34,3 @@ }

if (b.zg) {
const o = "Braze SDK Error: " + n + " (v6.10.0)";
const o = "Braze SDK Error: " + n + " (v6.10.1)";
null != b.Ud ? b.Ud(o) : console.error(o);

@@ -37,0 +37,0 @@ }

@@ -80,3 +80,3 @@ import Gt from "./auth-manager.js";

(this.In = []),
(this.Vh = "6.10.0");
(this.Vh = "6.10.1");
}

@@ -83,0 +83,0 @@ Zh(t) {

@@ -39,3 +39,3 @@ import {

return {
s: "6.10.0",
s: "6.10.1",
l: this.ld,

@@ -60,3 +60,3 @@ e: this.bd,

return (
"6.10.0" !== t.s && (i = 0),
"6.10.1" !== t.s && (i = 0),
new di(

@@ -63,0 +63,0 @@ i,

@@ -191,3 +191,4 @@ import {

rn(t) {
return this.fc ? (t(), null) : this.uc.Ut(t);
const i = this.uc.Ut(t);
return this.fc && t(), i;
}

@@ -194,0 +195,0 @@ openSession() {

import r, { OPTIONS as U } from "../../managers/braze-instance.js";
export function attachCSS(n, t, o) {
const c = n || document.querySelector("head"),
e = `ab-${t}-css-definitions-${"6.10.0".replace(/\./g, "-")}`;
e = `ab-${t}-css-definitions-${"6.10.1".replace(/\./g, "-")}`;
if (!c) return;

@@ -6,0 +6,0 @@ const s = c.ownerDocument || document;

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