New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kityminder-editor

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kityminder-editor - npm Package Compare versions

Comparing version 1.0.65 to 1.0.66

2

package.json
{
"name": "kityminder-editor",
"version": "1.0.65",
"version": "1.0.66",
"description": "A powerful mind map editor",

@@ -5,0 +5,0 @@ "main": "kityminder.editor.js",

@@ -119,6 +119,3 @@ /**

e.preventDefault();
if (compositionLock) {
compositionLock = false;
}
else {
if (!compositionLock) {
return fsm.jump('normal', 'input-cancel');

@@ -130,2 +127,7 @@ }

}
else if (e.type == 'compositionend') {
setTimeout(function () {
compositionLock = false;
});
}
});

@@ -132,0 +134,0 @@

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