New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.1.2 to 3.0.0

7

lib/TextBox.js

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

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

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

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

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

{
"name": "diagram-js-direct-editing",
"version": "2.1.2",
"version": "3.0.0",
"description": "Direct editing support for diagram-js",

@@ -28,3 +28,3 @@ "scripts": {

"chai": "^4.3.10",
"diagram-js": "^13.1.0",
"diagram-js": "^14.0.0",
"eslint": "^8.55.0",

@@ -40,4 +40,4 @@ "eslint-plugin-bpmn-io": "^1.0.0",

"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.2",
"puppeteer": "^21.6.1",
"npm-run-all2": "^6.0.0",
"puppeteer": "^22.0.0",
"sinon": "^17.0.1",

@@ -44,0 +44,0 @@ "sinon-chai": "^3.7.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