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

@meta2d/form-diagram

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meta2d/form-diagram - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

package.json
{
"name": "@meta2d/form-diagram",
"version": "1.0.20",
"version": "1.0.21",
"description": "The form library based on le5le meta2d.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -746,2 +746,5 @@ var __values = (this && this.__values) || function(o) {

var e_2, _a, e_3, _b;
if (!(children && children.length)) {
return;
}
var scaleX = pen.calculative.worldRect.width / pen.tableWidth;

@@ -815,4 +818,4 @@ var scaleY = pen.calculative.worldRect.height / pen.tableHeight;

children.forEach(function (item) {
item.width = item.width * resizeX / scale;
item.height = item.height * resizeY / scale;
item.width = item.width * resizeX;
item.height = item.height * resizeY;
});

@@ -880,4 +883,5 @@ }

}
if (value.data || value.styles || value.maxNum) {
if (value.data || value.styles || value.maxNum || value.rowHeight || value.colWidth) {
pen.calculative.isUpdateData = true;
pen.initWorldRect = null;
}

@@ -884,0 +888,0 @@ try {

Sorry, the diff of this file is not supported yet

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