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

@dotcms/react

Package Overview
Dependencies
Maintainers
2
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcms/react - npm Package Compare versions

Comparing version
1.2.0-next.7
to
1.2.0-next.8
+1
-1
package.json
{
"name": "@dotcms/react",
"version": "1.2.0-next.7",
"version": "1.2.0-next.8",
"peerDependencies": {

@@ -5,0 +5,0 @@ "react": ">=18",

@@ -10,3 +10,3 @@ import { createDotCMSClient } from '@dotcms/client';

response: DotCMSAISearchResponse<T> | null;
results: DotCMSAISearchContentletData<T>[] | undefined;
results: DotCMSAISearchContentletData<T>[];
status: DotCMSEntityStatus;

@@ -13,0 +13,0 @@ search: (prompt: string) => Promise<void>;

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