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

@ninetailed/experience.js-plugin-analytics

Package Overview
Dependencies
Maintainers
2
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ninetailed/experience.js-plugin-analytics - npm Package Compare versions

Comparing version 7.6.0-beta.1 to 7.6.0-beta.2

index.cjs.d.ts

32

package.json
{
"name": "@ninetailed/experience.js-plugin-analytics",
"version": "7.6.0-beta.1",
"type": "module",
"devDependencies": {
"@ninetailed/testing-utils": "*"
"type": "commonjs",
"description": "Ninetailed SDK plugin for analytics",
"license": "MIT",
"version": "7.6.0-beta.2",
"keywords": [
"analytics",
"ninetailed",
"personalization",
"a/b testing"
],
"repository": {
"type": "git",
"url": "https://github.com/ninetailed-inc/experience.js.git",
"directory": "packages/plugins/analytics"
},
"license": "BSL-1.1",
"module": "./index.js",
"main": "./index.cjs",
"types": "./src/index.d.ts",
"dependencies": {
"@ninetailed/experience.js": "7.6.0-beta.1",
"@ninetailed/experience.js-shared": "7.6.0-beta.1",
"analytics": "0.8.1"
"@anatine/zod-mock": "3.8.1",
"@ninetailed/experience.js-shared": "*",
"analytics": "0.8.1",
"zod": "3.21.4"
},
"peerDependencies": {}
"module": "./index.esm.js",
"main": "./index.cjs.js"
}
export { NinetailedAnalyticsPlugin, type SanitizedElementSeenPayload, } from './lib/NinetailedAnalyticsPlugin';
export type { Template } from './lib/NinetailedAnalyticsPlugin';
export { ElementSeenPayloadSchema } from './lib/ElementSeenPayload';
export type { ElementSeenPayload } from './lib/ElementSeenPayload';
export { TrackComponentPropertiesSchema } from './lib/TrackingProperties';
export type { TrackComponentProperties } from './lib/TrackingProperties';
export { type EventHandler, NinetailedPlugin } from './lib/NinetailedPlugin';
export * from './lib/constants';

@@ -1,2 +0,5 @@

import { type ElementSeenPayload, EventHandler, HAS_SEEN_COMPONENT, HAS_SEEN_ELEMENT, NinetailedPlugin, TrackComponentProperties } from '@ninetailed/experience.js';
import { type ElementSeenPayload } from './ElementSeenPayload';
import { type TrackComponentProperties } from './TrackingProperties';
import { EventHandler, NinetailedPlugin } from './NinetailedPlugin';
import { HAS_SEEN_COMPONENT, HAS_SEEN_ELEMENT } from './constants';
export type Template = Record<string, string>;

@@ -3,0 +6,0 @@ export type SanitizedElementSeenPayload = {

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