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
56
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 4.6.2 to 4.6.3

2

package.json
{
"name": "@braze/web-sdk",
"version": "4.6.2",
"version": "4.6.3",
"description": "Braze SDK for web sites and other JS platforms.",

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

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

if (Ge.zg) {
const o = "Braze SDK Warning: " + n + " (v4.6.2)";
const o = "Braze SDK Warning: " + n + " (v4.6.3)";
null != Ge.nd ? Ge.nd(o) : console.warn(o);

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

if (Ge.zg) {
const o = "Braze SDK Error: " + n + " (v4.6.2)";
const o = "Braze SDK Error: " + n + " (v4.6.3)";
null != Ge.nd ? Ge.nd(o) : console.error(o);

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

@@ -64,3 +64,3 @@ import r from "../../shared-lib/braze-shared-lib.js";

S: s => {
if (!this.vt.Os(r, s))
if (!this.vt.Os(r, s, a))
return (h = !0), void ("function" == typeof e && e());

@@ -67,0 +67,0 @@ this.vt.Qs(), this.Rs(s), "function" == typeof t && t();

@@ -62,3 +62,3 @@ import St from "./auth-manager.js";

(this.ni = []),
(this.Uo = "4.6.2");
(this.Uo = "4.6.3");
}

@@ -65,0 +65,0 @@ zo(t) {

@@ -15,3 +15,3 @@ export default class Ft {

return {
s: "4.6.2",
s: "4.6.3",
l: this.ol,

@@ -30,5 +30,5 @@ e: this.bl,

return (
"4.6.2" !== t.s && (s = 0), new Ft(s, t.e, t.a, t.p, t.m, t.v, t.c, t.f)
"4.6.3" !== t.s && (s = 0), new Ft(s, t.e, t.a, t.p, t.m, t.v, t.c, t.f)
);
}
}
import e, { OPTIONS as T } from "../../managers/braze-instance.js";
export function attachCSS(n, t, o) {
const c = n || document.querySelector("head"),
s = `ab-${t}-css-definitions-${"4.6.2".replace(/\./g, "-")}`,
s = `ab-${t}-css-definitions-${"4.6.3".replace(/\./g, "-")}`,
a = c.ownerDocument || document;

@@ -6,0 +6,0 @@ if (null == a.getElementById(s)) {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc