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.4 to 0.0.1-alpha.5

4

package.json
{
"name": "@dotcms/react",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.5",
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"@dotcms/client": "0.0.1-alpha.4"
"@dotcms/client": "0.0.1-alpha.5"
},

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

@@ -52,5 +52,5 @@ import { ContainerData, PageProviderContext } from '../components/PageProvider/PageProvider';

export declare const combineClasses: (classes: string[]) => string;
export declare const getPositionStyleClasses: (width: number, leftOffset: number) => {
widthClass: string;
export declare const getPositionStyleClasses: (start: number, end: number) => {
startClass: string;
endClass: 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