Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dotcms/types

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcms/types - npm Package Compare versions

Comparing version
1.4.0-next.1
to
1.4.0-next.2
+4
-0
index.cjs.js

@@ -104,2 +104,6 @@ 'use strict';

/**
* Tell the editor to create a contentlet without adding it to the page
*/
DotCMSUVEAction["CREATE_CONTENTLET"] = "create-contentlet";
/**
* Tell the editor to do nothing

@@ -106,0 +110,0 @@ */

@@ -102,2 +102,6 @@ const DotCMSEntityState = {

/**
* Tell the editor to create a contentlet without adding it to the page
*/
DotCMSUVEAction["CREATE_CONTENTLET"] = "create-contentlet";
/**
* Tell the editor to do nothing

@@ -104,0 +108,0 @@ */

+1
-1
{
"name": "@dotcms/types",
"version": "1.4.0-next.1",
"version": "1.4.0-next.2",
"keywords": [

@@ -5,0 +5,0 @@ "dotCMS",

@@ -146,2 +146,6 @@ import { DotCMSContainerBound } from './internal';

/**
* Tell the editor to create a contentlet without adding it to the page
*/
CREATE_CONTENTLET = "create-contentlet",
/**
* Tell the editor to do nothing

@@ -148,0 +152,0 @@ */