Socket
Socket
Sign inDemoInstall

@ninetailed/experience.js-shared

Package Overview
Dependencies
Maintainers
2
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ninetailed/experience.js-shared - npm Package Compare versions

Comparing version 7.8.0-beta.2 to 7.8.0-beta.3

5

index.cjs.js

@@ -73,4 +73,3 @@ 'use strict';

variantIndex: zod.z.number(),
variants: zod.z.record(zod.z.string()),
sticky: zod.z.boolean().optional().default(false)
variants: zod.z.record(zod.z.string())
});

@@ -614,3 +613,3 @@

name: 'Ninetailed React Analytics SDK',
version: "7.8.0-beta.2"
version: "7.8.0-beta.3"
},

@@ -617,0 +616,0 @@ userAgent: ctx.userAgent,

@@ -65,4 +65,3 @@ import { z } from 'zod';

variantIndex: z.number(),
variants: z.record(z.string()),
sticky: z.boolean().optional().default(false)
variants: z.record(z.string())
});

@@ -579,3 +578,3 @@

name: 'Ninetailed React Analytics SDK',
version: "7.8.0-beta.2"
version: "7.8.0-beta.3"
},

@@ -582,0 +581,0 @@ userAgent: ctx.userAgent,

2

package.json
{
"name": "@ninetailed/experience.js-shared",
"version": "7.8.0-beta.2",
"version": "7.8.0-beta.3",
"description": "Shared code for Experience.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -202,3 +202,2 @@ import { z } from 'zod';

variants: z.ZodRecord<z.ZodString, z.ZodString>;
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
}, "strip", z.ZodTypeAny, {

@@ -208,3 +207,2 @@ experienceId: string;

variants: Record<string, string>;
sticky: boolean;
}, {

@@ -214,3 +212,2 @@ experienceId: string;

variants: Record<string, string>;
sticky?: boolean | undefined;
}>, "many">;

@@ -257,3 +254,2 @@ }, "strip", z.ZodTypeAny, {

variants: Record<string, string>;
sticky: boolean;
}[];

@@ -300,3 +296,2 @@ }, {

variants: Record<string, string>;
sticky?: boolean | undefined;
}[];

@@ -348,3 +343,2 @@ }>;

variants: Record<string, string>;
sticky: boolean;
}[];

@@ -395,3 +389,2 @@ };

variants: Record<string, string>;
sticky?: boolean | undefined;
}[];

@@ -398,0 +391,0 @@ };

@@ -181,3 +181,2 @@ import { z } from 'zod';

variants: z.ZodRecord<z.ZodString, z.ZodString>;
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
}, "strip", z.ZodTypeAny, {

@@ -187,3 +186,2 @@ experienceId: string;

variants: Record<string, string>;
sticky: boolean;
}, {

@@ -193,3 +191,2 @@ experienceId: string;

variants: Record<string, string>;
sticky?: boolean | undefined;
}>, "many">;

@@ -236,3 +233,2 @@ }, "strip", z.ZodTypeAny, {

variants: Record<string, string>;
sticky: boolean;
}[];

@@ -279,3 +275,2 @@ }, {

variants: Record<string, string>;
sticky?: boolean | undefined;
}[];

@@ -327,3 +322,2 @@ }>;

variants: Record<string, string>;
sticky: boolean;
}[];

@@ -374,3 +368,2 @@ };

variants: Record<string, string>;
sticky?: boolean | undefined;
}[];

@@ -377,0 +370,0 @@ };

@@ -202,3 +202,2 @@ import { z } from 'zod';

variants: z.ZodRecord<z.ZodString, z.ZodString>;
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
}, "strip", z.ZodTypeAny, {

@@ -208,3 +207,2 @@ experienceId: string;

variants: Record<string, string>;
sticky: boolean;
}, {

@@ -214,3 +212,2 @@ experienceId: string;

variants: Record<string, string>;
sticky?: boolean | undefined;
}>, "many">;

@@ -257,3 +254,2 @@ }, "strip", z.ZodTypeAny, {

variants: Record<string, string>;
sticky: boolean;
}[];

@@ -300,3 +296,2 @@ }, {

variants: Record<string, string>;
sticky?: boolean | undefined;
}[];

@@ -348,3 +343,2 @@ }>;

variants: Record<string, string>;
sticky: boolean;
}[];

@@ -395,3 +389,2 @@ };

variants: Record<string, string>;
sticky?: boolean | undefined;
}[];

@@ -398,0 +391,0 @@ };

@@ -6,3 +6,2 @@ import { z } from 'zod';

variants: z.ZodRecord<z.ZodString, z.ZodString>;
sticky: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
}, "strip", z.ZodTypeAny, {

@@ -12,3 +11,2 @@ experienceId: string;

variants: Record<string, string>;
sticky: boolean;
}, {

@@ -18,4 +16,3 @@ experienceId: string;

variants: Record<string, string>;
sticky?: boolean | undefined;
}>;
export type SelectedVariantInfo = z.infer<typeof SelectedVariantInfo>;
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