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.29 to 0.0.1-alpha.30

9

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

@@ -31,3 +31,4 @@ "description": "Official React Components library to render a dotCMS page.",

"type": "module",
"main": "./index.esm.js"
}
"main": "./index.esm.js",
"types": "./index.esm.d.ts"
}

@@ -34,2 +34,2 @@ /// <reference types="react" />

*/
export declare function DotcmsLayout({ pageContext, config }: DotcmsPageProps): JSX.Element;
export declare function DotcmsLayout(dotPageProps: DotcmsPageProps): JSX.Element;

@@ -1,4 +0,3 @@

import { DotCMSPageEditorConfig } from '@dotcms/client';
export declare const useDotcmsEditor: ({ pathname, onReload }: DotCMSPageEditorConfig) => {
isInsideEditor: boolean;
};
import { DotcmsPageProps } from '../components/DotcmsLayout/DotcmsLayout';
import { DotCMSPageContext } from '../models';
export declare const useDotcmsEditor: ({ pageContext, config }: DotcmsPageProps) => DotCMSPageContext;

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