Socket
Socket
Sign inDemoInstall

@uniformdev/context-react

Package Overview
Dependencies
Maintainers
0
Versions
581
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniformdev/context-react - npm Package Compare versions

Comparing version 19.165.2-alpha.0 to 19.166.1

6

./dist/index.js

@@ -317,4 +317,3 @@ 'use client';

const cannotTrack = insidePersonalizeComponent || hasNoBehaviorValue;
if (cannotTrack || !wrapperEl.current)
return;
if (cannotTrack || !wrapperEl.current) return;
const enrichments = Array.isArray(behavior) ? behavior : [behavior];

@@ -393,4 +392,3 @@ const pushBehaviorEnrichment = () => {

const cannotTrack = insidePersonalizeComponent || hasNoBehaviorValue;
if (cannotTrack)
return;
if (cannotTrack) return;
const pushBehaviorEnrichment = () => {

@@ -397,0 +395,0 @@ if (hasTracked) {

@@ -275,4 +275,3 @@ 'use client';

const cannotTrack = insidePersonalizeComponent || hasNoBehaviorValue;
if (cannotTrack || !wrapperEl.current)
return;
if (cannotTrack || !wrapperEl.current) return;
const enrichments = Array.isArray(behavior) ? behavior : [behavior];

@@ -351,4 +350,3 @@ const pushBehaviorEnrichment = () => {

const cannotTrack = insidePersonalizeComponent || hasNoBehaviorValue;
if (cannotTrack)
return;
if (cannotTrack) return;
const pushBehaviorEnrichment = () => {

@@ -355,0 +353,0 @@ if (hasTracked) {

@@ -317,4 +317,3 @@ 'use client';

const cannotTrack = insidePersonalizeComponent || hasNoBehaviorValue;
if (cannotTrack || !wrapperEl.current)
return;
if (cannotTrack || !wrapperEl.current) return;
const enrichments = Array.isArray(behavior) ? behavior : [behavior];

@@ -393,4 +392,3 @@ const pushBehaviorEnrichment = () => {

const cannotTrack = insidePersonalizeComponent || hasNoBehaviorValue;
if (cannotTrack)
return;
if (cannotTrack) return;
const pushBehaviorEnrichment = () => {

@@ -397,0 +395,0 @@ if (hasTracked) {

{
"name": "@uniformdev/context-react",
"version": "19.165.2-alpha.0+323887559d",
"version": "19.166.1",
"description": "Uniform Context React integration package",

@@ -34,3 +34,3 @@ "license": "SEE LICENSE IN LICENSE.txt",

"dependencies": {
"@uniformdev/context": "19.165.2-alpha.0+323887559d",
"@uniformdev/context": "19.166.1",
"cookie": "0.6.0",

@@ -49,3 +49,3 @@ "dequal": "2.0.3"

},
"gitHead": "323887559d1bdc7432f91d305afaec90b98f660f"
"gitHead": "d6a92d76bb91fa41a51cf27a69d81e0cc985f80f"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc