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.3 to 1.3.0

2

CHANGELOG.md

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

* `FEAT`: accept `fontFamily` and `fontWeight` styles
* `CHORE`: use `box-sizing: border-box` for proper computation of

@@ -11,0 +13,0 @@ ## 1.2.2

@@ -127,2 +127,3 @@ import {

border: '1px solid #ccc',
boxSizing: 'border-box',
wordWrap: 'normal',

@@ -134,3 +135,5 @@ textAlign: 'center',

var contentStyle = pick(style, [
'fontFamily',
'fontSize',
'fontWeight',
'lineHeight',

@@ -147,3 +150,4 @@ 'padding',

width: '100%',
outline: 'none'
outline: 'none',
wordWrap: 'break-word'
}, contentStyle);

@@ -150,0 +154,0 @@

2

package.json
{
"name": "diagram-js-direct-editing",
"version": "1.2.3",
"version": "1.3.0",
"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