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

@botmock/editor

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@botmock/editor - npm Package Compare versions

Comparing version 0.1.19 to 0.1.20

6

components/block/index.js

@@ -34,2 +34,5 @@ import "../../styling/block.less";

}
}
componentDidMount() {
this.recalculateDimensions();
if (this.contentRef.current) {

@@ -60,5 +63,2 @@ this.observer = new MutationObserver(() => {

}
componentDidMount() {
this.recalculateDimensions();
}
componentWillUnmount() {

@@ -65,0 +65,0 @@ if (this.observer) {

{
"name": "@botmock/editor",
"version": "0.1.19",
"version": "0.1.20",
"description": "Botmock Editor",

@@ -5,0 +5,0 @@ "main": "output/editor.esm.js",

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