Socket
Socket
Sign inDemoInstall

@ninetailed/experience.js-shared

Package Overview
Dependencies
Maintainers
1
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 1.0.0-beta.9 to 1.0.0-beta.10

lib/utils/isBrowser.d.ts

1

index.d.ts
export * from './lib/types';
export * from './lib/cache';
export * from './lib/event';
export * from './lib/utils/isBrowser';

4

index.esm.js

@@ -162,2 +162,4 @@ import { v4 } from 'uuid';

export { Alias, Group, Identify, Pageview, Screen, Track, buildCampaign, buildEmptyCache, buildIdentifyEvent, buildPage, buildPageEvent, buildQuery, buildTrackEvent };
const isBrowser = () => typeof window !== 'undefined';
export { Alias, Group, Identify, Pageview, Screen, Track, buildCampaign, buildEmptyCache, buildIdentifyEvent, buildPage, buildPageEvent, buildQuery, buildTrackEvent, isBrowser };

@@ -193,2 +193,6 @@ (function (global, factory) {

var isBrowser = function () {
return typeof window !== 'undefined';
};
exports.Alias = Alias;

@@ -207,2 +211,3 @@ exports.Group = Group;

exports.buildTrackEvent = buildTrackEvent;
exports.isBrowser = isBrowser;

@@ -209,0 +214,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

{
"name": "@ninetailed/experience.js-shared",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"main": "./index.umd.js",

@@ -5,0 +5,0 @@ "module": "./index.esm.js",

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