@dotcms/react
Advanced tools
| export * from "./src/index"; |
| import { StyleEditorFormSchema } from '@dotcms/uve'; | ||
| /** | ||
| * Hook to register style editor forms with the UVE editor. | ||
| * @param forms - Array of style editor form schemas to register | ||
| * @returns void | ||
| */ | ||
| export declare const useStyleEditorSchemas: (styleEditorForms: StyleEditorFormSchema[]) => void; |
+3
-3
| { | ||
| "name": "@dotcms/react", | ||
| "version": "1.2.1-next.1", | ||
| "version": "1.2.1-next.2", | ||
| "peerDependencies": { | ||
@@ -34,3 +34,3 @@ "react": ">=18", | ||
| "import": "./index.esm.js", | ||
| "types": "./index.esm.d.ts" | ||
| "types": "./index.d.ts" | ||
| } | ||
@@ -54,3 +54,3 @@ }, | ||
| "main": "./index.esm.js", | ||
| "types": "./index.esm.d.ts" | ||
| "types": "./index.d.ts" | ||
| } |
+1
-0
@@ -9,2 +9,3 @@ export { DotCMSLayoutBody } from './lib/next/components/DotCMSLayoutBody/DotCMSLayoutBody'; | ||
| export { useAISearch } from './lib/next/hooks/useAISearch'; | ||
| export { useStyleEditorSchemas } from './lib/next/hooks/useStyleEditorSchemas'; | ||
| export type { DotCMSAISearchValue, DotCMSAISearchProps } from './lib/next/shared/types'; |
| export * from "./src/index"; |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
315266
0.23%36
2.86%7739
0.23%