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
8
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 3.0.0 to 3.0.1

7

lib/TextBox.js

@@ -123,4 +123,6 @@ import {

top: bounds.y + 'px',
backgroundColor: '#ffffff',
position: 'absolute',
overflow: 'visible',
border: '1px solid #ccc',
boxSizing: 'border-box',

@@ -170,7 +172,2 @@ wordWrap: 'normal',

if (options.resizable) {
assign(parent.style, {
backgroundColor: '#ffffff',
border: '1px solid #ccc'
});
this.resizable(style);

@@ -177,0 +174,0 @@ }

{
"name": "diagram-js-direct-editing",
"version": "3.0.0",
"version": "3.0.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