Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dotcms/react

Package Overview
Dependencies
Maintainers
0
Versions
51
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 0.0.1-alpha.23 to 0.0.1-alpha.24

4

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

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

@@ -24,3 +24,3 @@ /// <reference types="react" />

readonly pageContext: DotCMSPageContext;
readonly config?: DotCMSPageEditorConfig;
readonly config: DotCMSPageEditorConfig;
};

@@ -27,0 +27,0 @@ /**

import { DotCMSPageEditorConfig } from '@dotcms/client';
export declare const useDotcmsEditor: (config?: DotCMSPageEditorConfig) => boolean;
export declare const useDotcmsEditor: ({ pathname }: DotCMSPageEditorConfig) => {
isInsideEditor: boolean;
};

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc