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.0 to 1.2.1

CHANGELOG.md

4

lib/TextBox.js

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

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

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

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

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

{
"name": "diagram-js-direct-editing",
"version": "1.2.0",
"version": "1.2.1",
"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