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.7.1 to 7.7.2-beta.1

4

index.cjs.js

@@ -142,3 +142,2 @@ 'use strict';

const CONSENT = '__nt-consent__';
const SET_ENABLED_FEATURES = 'set-enabled-features';
const EMPTY_MERGE_ID = 'nt:empty-merge-id';

@@ -614,3 +613,3 @@ const NINETAILED_ANONYMOUS_ID_COOKIE = 'ntaid';

name: 'Ninetailed React Analytics SDK',
version: "7.7.1"
version: "7.7.2-beta.1"
},

@@ -898,3 +897,2 @@ userAgent: ctx.userAgent,

exports.RequestBodyOptions = RequestBodyOptions;
exports.SET_ENABLED_FEATURES = SET_ENABLED_FEATURES;
exports.Screen = Screen;

@@ -901,0 +899,0 @@ exports.SelectedVariantInfo = SelectedVariantInfo;

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

const CONSENT = '__nt-consent__';
const SET_ENABLED_FEATURES = 'set-enabled-features';
const EMPTY_MERGE_ID = 'nt:empty-merge-id';

@@ -579,3 +578,3 @@ const NINETAILED_ANONYMOUS_ID_COOKIE = 'ntaid';

name: 'Ninetailed React Analytics SDK',
version: "7.7.1"
version: "7.7.2-beta.1"
},

@@ -826,2 +825,2 @@ userAgent: ctx.userAgent,

export { ANONYMOUS_ID, Alias, Alpha2Code, CONSENT, Campaign, Component, ConsoleLogSink, CreateProfileRequestBody, CreateProfileResponse, DEBUG_FLAG, EMPTY_MERGE_ID, EXPERIENCES_FALLBACK_CACHE, EXPERIENCE_TRAIT_PREFIX, FEATURES, GeoLocation, Group, Identify, Json, JsonLiteral, JsonLiteralObject, JsonObject, LEGACY_ANONYMOUS_ID, Logger, NINETAILED_ANONYMOUS_ID_COOKIE, NinetailedApiClient, OnErrorLogSink, OnLogLogSink, PROFILE_CHANGE, PROFILE_FALLBACK_CACHE, PROFILE_RESET, Page, Pageview, PageviewProperties, Profile, JsonObject as Properties, Query, RequestBodyOptions, SET_ENABLED_FEATURES, Screen, SelectedVariantInfo, SessionStatistics, Track, JsonObject as Traits, UpdateProfileRequestBody, UpdateProfileResponse, UpsertManyProfilesRequestBody, UpsertManyProfilesResponse, buildCampaign, buildComponentViewEvent, buildEvent, buildIdentifyEvent, buildPage, buildPageEvent, buildQuery, buildTrackEvent, fetchTimeout, getDistributionRandom, getTrafficRandom, isBrowser, isComponentViewEvent, isExperienceMatch, isIdentifyEvent, isPageViewEvent, isTrackEvent, logger, pickBy, pickExperimentTraits, pipe, selectActiveExperiments, selectBaselineWithVariants, selectDistribution, selectExperience, selectHasVariants, selectVariant, selectVariants, template, unionBy };
export { ANONYMOUS_ID, Alias, Alpha2Code, CONSENT, Campaign, Component, ConsoleLogSink, CreateProfileRequestBody, CreateProfileResponse, DEBUG_FLAG, EMPTY_MERGE_ID, EXPERIENCES_FALLBACK_CACHE, EXPERIENCE_TRAIT_PREFIX, FEATURES, GeoLocation, Group, Identify, Json, JsonLiteral, JsonLiteralObject, JsonObject, LEGACY_ANONYMOUS_ID, Logger, NINETAILED_ANONYMOUS_ID_COOKIE, NinetailedApiClient, OnErrorLogSink, OnLogLogSink, PROFILE_CHANGE, PROFILE_FALLBACK_CACHE, PROFILE_RESET, Page, Pageview, PageviewProperties, Profile, JsonObject as Properties, Query, RequestBodyOptions, Screen, SelectedVariantInfo, SessionStatistics, Track, JsonObject as Traits, UpdateProfileRequestBody, UpdateProfileResponse, UpsertManyProfilesRequestBody, UpsertManyProfilesResponse, buildCampaign, buildComponentViewEvent, buildEvent, buildIdentifyEvent, buildPage, buildPageEvent, buildQuery, buildTrackEvent, fetchTimeout, getDistributionRandom, getTrafficRandom, isBrowser, isComponentViewEvent, isExperienceMatch, isIdentifyEvent, isPageViewEvent, isTrackEvent, logger, pickBy, pickExperimentTraits, pipe, selectActiveExperiments, selectBaselineWithVariants, selectDistribution, selectExperience, selectHasVariants, selectVariant, selectVariants, template, unionBy };
{
"name": "@ninetailed/experience.js-shared",
"version": "7.7.1",
"version": "7.7.2-beta.1",
"description": "Shared code for Experience.js",

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

@@ -9,4 +9,3 @@ export declare const LEGACY_ANONYMOUS_ID = "__anon_id";

export declare const CONSENT = "__nt-consent__";
export declare const SET_ENABLED_FEATURES = "set-enabled-features";
export declare const EMPTY_MERGE_ID = "nt:empty-merge-id";
export declare const NINETAILED_ANONYMOUS_ID_COOKIE = "ntaid";
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