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.59.0 to 0.60.0

4

lib/profile/use-profile.d.ts

@@ -15,2 +15,4 @@ import React from 'react';

setProfile: SetProfile;
setPreviewAudiences: SetAudiences;
setPreviewTraits: SetTraits;
};

@@ -25,6 +27,4 @@ declare type ProfileProviderProps = {

setAudiences: SetAudiences;
addAudience: (audience: string) => void;
removeAudience: (audience: string) => void;
setTraits: SetTraits;
};
export {};
{
"name": "@ninetailed/client-sdk-react",
"version": "0.59.0",
"version": "0.60.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",
"ts-toolbelt": "^9.6.0",
"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