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

diagram-js-direct-editing

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diagram-js-direct-editing - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

5

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## 1.2.2
_This reverts v1.2.1._
## 1.2.1

@@ -11,0 +16,0 @@

4

lib/TextBox.js

@@ -156,3 +156,3 @@ import {

content.textContent = value;
content.innerText = value;

@@ -416,3 +416,3 @@ domEvent.bind(content, 'keydown', this.keyHandler);

TextBox.prototype.getValue = function() {
return this.content.textContent;
return this.content.innerText;
};

@@ -419,0 +419,0 @@

{
"name": "diagram-js-direct-editing",
"version": "1.2.1",
"version": "1.2.2",
"description": "Direct editing support for diagram-js",

@@ -5,0 +5,0 @@ "scripts": {

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