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

@saltcorn/markup

Package Overview
Dependencies
Maintainers
0
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saltcorn/markup - npm Package Compare versions

Comparing version 1.0.0-beta.14 to 1.0.0-beta.15

5

dist/form.js

@@ -544,3 +544,6 @@ "use strict";

: "";
if (hdr.input_type === "hidden") {
if (hdr.input_type === "hidden" && hdr.showIf) {
return span({ "data-show-if": mkShowIf(hdr.showIf) }, innerField(v, errors, nameAdd)(hdr));
}
else if (hdr.input_type === "hidden") {
return innerField(v, errors, nameAdd)(hdr);

@@ -547,0 +550,0 @@ }

4

package.json
{
"name": "@saltcorn/markup",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"description": "Markup for Saltcorn, open-source no-code platform",

@@ -38,3 +38,3 @@ "homepage": "https://saltcorn.com",

"devDependencies": {
"@saltcorn/types": "1.0.0-beta.14",
"@saltcorn/types": "1.0.0-beta.15",
"@types/escape-html": "^1.0.1",

@@ -41,0 +41,0 @@ "@types/jest": "^29.5.11",

Sorry, the diff of this file is not supported yet

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