Socket
Socket
Sign inDemoInstall

@dotcms/react

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-alpha.7 to 0.0.1-alpha.8

4

package.json
{
"name": "@dotcms/react",
"version": "0.0.1-alpha.7",
"version": "0.0.1-alpha.8",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@dotcms/client": "0.0.1-alpha.7"
"@dotcms/client": "0.0.1-alpha.8"
},

@@ -9,0 +9,0 @@ "description": "Official React Components library to render a dotCMS page.",

@@ -12,2 +12,3 @@ import { ReactNode } from 'react';

maxContentlets: number;
parentPermissionable: Record<string, string>;
};

@@ -23,2 +24,3 @@ containerStructures: {

inode: string;
onNumberOfPages: number;
widgetTitle?: string;

@@ -25,0 +27,0 @@ }[];

@@ -28,7 +28,2 @@ import { ContainerData, PageProviderContext } from '../components/PageProvider/PageProvider';

}[];
export declare const getPageContainers: (containers: ContainerData) => {
identifier: string;
uuid: string;
contentletsId: string[];
}[];
export declare const getContainersData: (containers: ContainerData, containerRef: PageProviderContext['layout']['body']['rows'][0]['columns'][0]['containers'][0]) => {

@@ -41,12 +36,10 @@ acceptTypes: string;

inode: string;
onNumberOfPages: number;
widgetTitle?: string | undefined;
}[];
pageContainers: {
identifier: string;
uuid: string;
contentletsId: string[];
}[];
variantId: string;
path: string;
identifier: string;
maxContentlets: number;
parentPermissionable: Record<string, string>;
};

@@ -53,0 +46,0 @@ export declare const combineClasses: (classes: string[]) => string;

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc