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

@saltcorn/markup

Package Overview
Dependencies
Maintainers
1
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 0.2.0-rc.0 to 0.2.0-rc.1

5

builder.js

@@ -49,3 +49,6 @@ const {

${JSON.stringify(mode)}
)`)
);
document.addEventListener('DOMContentLoaded',
function(){window.onerror=globalErrorCatcher},false);
;`)
);

4

form.js

@@ -273,3 +273,5 @@ const {

Object.entries(form.values).forEach(([k, v]) => {
if (k[0] !== "_") collapsedSummary += `${text(k)}:${text_attr(v)} `;
if (typeof v === "undefined") return;
if (k[0] !== "_") collapsedSummary += ` ${text(k)}:${text_attr(v)} `;
if (k === "_fts") collapsedSummary += ` ${v} `;
});

@@ -276,0 +278,0 @@ return div(

{
"name": "@saltcorn/markup",
"version": "0.2.0-rc.0",
"version": "0.2.0-rc.1",
"description": "Markup for Saltcorn, open-source no-code platform",

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

},
"gitHead": "ee69772ae35736292ea2d00933fa08f95b3b8e01"
"gitHead": "a684e8eaf4390813a3eda15b96735babacdfc56e"
}
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