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

@ninetailed/client-sdk-react

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ninetailed/client-sdk-react - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

lib/analytics/analytics-plugin-ninetailed.d.ts

@@ -15,3 +15,3 @@ import { SetProfile } from '../profile';

payload: any;
}) => void;
}) => Promise<void>;
track: ({ payload }: {

@@ -18,0 +18,0 @@ payload: any;

import React from 'react';
export { useAnalytics } from 'use-analytics';
import { Traits } from '@ninetailed/client-sdk-core';
declare type AnalyticsProviderProps = {

@@ -7,1 +7,10 @@ organizationId: string;

export declare const AnalyticsProvider: React.FC<AnalyticsProviderProps>;
declare type Page = () => Promise<void>;
declare type Track = (event: string) => Promise<void>;
declare type Identify = (uid: string, traits: Traits) => Promise<void>;
export declare const useAnalytics: () => {
page: Page;
track: Track;
identify: Identify;
};
export {};
{
"name": "@ninetailed/client-sdk-react",
"version": "0.4.0",
"version": "0.5.0",
"description": "Ninetailed React SDK for dynamic content, personalization and a/b testing.",

@@ -5,0 +5,0 @@ "homepage": "https://docs.ninetailed.io/client-sdk-react",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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