Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uniformdev/context-react

Package Overview
Dependencies
Maintainers
12
Versions
633
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 17.7.1-alpha.34 to 17.7.1-alpha.140

16

dist/index.d.ts

@@ -17,3 +17,3 @@ import { Quirks, ScoreVector, Context, PersonalizedVariant, TestVariant, EnrichmentData } from '@uniformdev/context';

declare type VariantOutputType = 'edge' | 'standard';
type VariantOutputType = 'edge' | 'standard';
interface UniformContextProps$1 {

@@ -42,3 +42,3 @@ /** The configured Uniform Context instance to provide */

declare type UniformContextProps = {
type UniformContextProps = {
context: Context;

@@ -66,7 +66,7 @@ outputType: VariantOutputType;

declare type PersonalizeWrapperComponent = react__default.ComponentType<{
type PersonalizeWrapperComponent = react__default.ComponentType<{
children: ReactNode;
personalizationOccurred: boolean;
}>;
declare type PersonalizedVariationComponent<TVariation> = react__default.ComponentType<TVariation & {
type PersonalizedVariationComponent<TVariation> = react__default.ComponentType<TVariation & {
personalizationResult: {

@@ -77,3 +77,3 @@ variation: PersonalizedVariant;

}>;
declare type PersonalizeComponentProps<TVariation extends PersonalizedVariant> = {
type PersonalizeComponentProps<TVariation extends PersonalizedVariant> = {
/**

@@ -95,3 +95,3 @@ * Name of the personalized placement. Should be unique to this placement location and set of variants.

declare type TVariation = TestVariant;
type TVariation = TestVariant;
interface TestComponentProps<TVariation extends TestVariant> {

@@ -114,3 +114,3 @@ /** Name of the test that is running. */

declare type TrackFragmentProps = {
type TrackFragmentProps = {
/** Behavior that will be pushed when tracking occurs. */

@@ -129,3 +129,3 @@ behavior: EnrichmentData | EnrichmentData[] | undefined;

declare type TrackProps = TrackFragmentProps & HTMLAttributes<HTMLElement> & {
type TrackProps = TrackFragmentProps & HTMLAttributes<HTMLElement> & {
/**

@@ -132,0 +132,0 @@ * Element tag that will be used for tracking.

{
"name": "@uniformdev/context-react",
"version": "17.7.1-alpha.34+084da3172",
"version": "17.7.1-alpha.140+80ab6baf9",
"description": "Uniform Context React integration package",

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

"dependencies": {
"@uniformdev/context": "^17.7.1-alpha.34+084da3172",
"@uniformdev/context": "^17.7.1-alpha.140+80ab6baf9",
"cookie": "0.5.0",

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

},
"gitHead": "084da31729798e2c1a1f26ba38c764caabebc958"
"gitHead": "80ab6baf9edea6b520738bd3dff5c6afc882bf77"
}
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