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

@uniformdev/context-react

Package Overview
Dependencies
Maintainers
0
Versions
688
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 20.3.1-alpha.0 to 20.3.1-alpha.7

3

dist/index.esm.js

@@ -127,2 +127,3 @@ 'use client';

const scores = useScores();
const quirks = useQuirks();
const { variations: personalizedVariations, personalized: personalizationOccurred } = useMemo(

@@ -135,3 +136,3 @@ () => context.personalize({

// eslint-disable-next-line react-hooks/exhaustive-deps
[scores, context, count, name, variations]
[scores, quirks, context, count, name, variations]
);

@@ -138,0 +139,0 @@ const Wrapper = wrapperComponent != null ? wrapperComponent : ({ children }) => /* @__PURE__ */ React2.createElement(React2.Fragment, null, children);

@@ -169,2 +169,3 @@ 'use client';

const scores = useScores();
const quirks = useQuirks();
const { variations: personalizedVariations, personalized: personalizationOccurred } = (0, import_react7.useMemo)(

@@ -177,3 +178,3 @@ () => context.personalize({

// eslint-disable-next-line react-hooks/exhaustive-deps
[scores, context, count, name, variations]
[scores, quirks, context, count, name, variations]
);

@@ -180,0 +181,0 @@ const Wrapper = wrapperComponent != null ? wrapperComponent : ({ children }) => /* @__PURE__ */ import_react7.default.createElement(import_react7.default.Fragment, null, children);

{
"name": "@uniformdev/context-react",
"version": "20.3.1-alpha.0+86ebe90984",
"version": "20.3.1-alpha.7+bede5bf489",
"description": "Uniform Context React integration package",

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

"dependencies": {
"@uniformdev/context": "20.3.1-alpha.0+86ebe90984",
"@uniformdev/context": "20.3.1-alpha.7+bede5bf489",
"cookie": "1.0.1",

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

},
"gitHead": "86ebe909840ce1e8a9ecabc93298b5243a7b6179"
"gitHead": "bede5bf4893bf814af6aba78a558e28efd9f5682"
}

Sorry, the diff of this file is not supported yet

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