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

@meta2d/form-diagram

Package Overview
Dependencies
Maintainers
2
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.12 to 1.0.13

2

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

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

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

function beforeValue(pen, value) {
var e_4, _a;
pen.calculative.isUpdateData = false;

@@ -809,2 +810,17 @@ if (pen.swiper !== undefined) {

}
try {
for (var _b = __values(Object.keys(value)), _d = _b.next(); !_d.done; _d = _b.next()) {
var key = _d.value;
if (key.includes('data.')) {
pen.calculative.isUpdateData = true;
}
}
}
catch (e_4_1) { e_4 = { error: e_4_1 }; }
finally {
try {
if (_d && !_d.done && (_a = _b.return)) _a.call(_b);
}
finally { if (e_4) throw e_4.error; }
}
return value;

@@ -811,0 +827,0 @@ }

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