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

cm-page-builder

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cm-page-builder - npm Package Compare versions

Comparing version 1.2.14 to 1.2.15

4

lib/components/ContentEditable.js

@@ -115,4 +115,4 @@ 'use strict';

styles: styles,
'data-gramm_editor': 'false',
onSelect: context.handleSelection
'data-gramm_editor': 'false'
// onSelect={context.handleSelection}
})

@@ -119,0 +119,0 @@ );

@@ -141,2 +141,3 @@ 'use strict';

}
_this.handleRangeSelection(e);
};

@@ -294,2 +295,4 @@

var isEdit = this.props.status === 'Edit';
console.log('current', currentType);
return _react2.default.createElement(

@@ -321,3 +324,3 @@ 'div',

{
'in': actionDomRect && actionDomRect.top && isEdit,
'in': actionDomRect && actionDomRect.top && isEdit && currentType !== "Title of the page",
timeout: 400,

@@ -324,0 +327,0 @@ classNames: 'dropdown-fade',

{
"name": "cm-page-builder",
"version": "1.2.14",
"version": "1.2.15",
"description": "Awesome react starter kit",

@@ -5,0 +5,0 @@ "main": "lib/page/index.js",

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