@braze/web-sdk
Advanced tools
+1
-1
| { | ||
| "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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
551767
015836
0.01%