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.4.0-beta.1 to 0.4.0

2

form.js

@@ -437,3 +437,3 @@ const {

(btn) =>
`<button type="button" id="${btn.id}" class="${btn.class}">${btn.label}</button>&nbsp;`
`<button type="button" id="${btn.id}" class="${btn.class}"${btn.onclick?` onclick="${btn.onclick}"`:''}>${btn.label}</button>&nbsp;`
)

@@ -440,0 +440,0 @@ .join("");

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

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

},
"gitHead": "4261170a4df9b6b19b280d22aa0d7125e0edd569"
"gitHead": "b230ed886615e494700792cee41753390f6e02fd"
}
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