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.5.0 to 0.6.0

8

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

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

config: {};
initialize: ({ config }: {
config: any;
}) => void;
initialize: () => void;
page: ({ payload }: {

@@ -19,8 +17,8 @@ payload: any;

payload: any;
}) => void;
}) => Promise<void>;
identify: ({ payload }: {
payload: any;
}) => void;
}) => Promise<void>;
loaded: () => boolean;
};
export {};
{
"name": "@ninetailed/client-sdk-react",
"version": "0.5.0",
"version": "0.6.0",
"description": "Ninetailed React SDK for dynamic content, personalization and a/b testing.",

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

"peerDependencies": {
"react": ">=16.8.0"
"react": ">=16.8.0",
"@ninetailed/client-sdk-core": "0.0.1",
"lodash": "4.17.20"
},

@@ -11,0 +13,0 @@ "dependencies": {

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