Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@syncagent/react

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncagent/react - npm Package Compare versions

Comparing version
0.2.3
to
0.2.4
+1
-1
package.json
{
"name": "@syncagent/react",
"version": "0.2.3",
"version": "0.2.4",
"description": "SyncAgent React SDK — AI database chat widget & hooks",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",

@@ -46,2 +46,3 @@ # @syncagent/react

| `filter` | `Record<string, any>` | — | Mandatory query filter — scopes ALL DB operations. Use for multi-tenant SaaS. |
| `operations` | `("read"\|"create"\|"update"\|"delete")[]` | — | Restrict operations for this session. Subset of project's configured ops. |
| `onReaction` | `(idx, reaction, content) => void`| — | Called when user reacts 👍/👎 to a message |

@@ -48,0 +49,0 @@ | `onData` | `(data: ToolData) => void` | — | Called when a DB tool returns structured data |