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
409
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.1 to 0.2.0

6

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

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

"dependencies": {
"contractis": "^0.0.13",
"contractis": "^0.0.14",
"escape-html": "^1.0.3",

@@ -28,3 +28,3 @@ "xss": "^1.0.6"

},
"gitHead": "a684e8eaf4390813a3eda15b96735babacdfc56e"
"gitHead": "776883807352b79551cab678f76027892934260f"
}

@@ -71,2 +71,3 @@ const { contract, is } = require("contractis");

),
noHeader: is.maybe(is.bool),
})

@@ -82,3 +83,3 @@ ),

{ class: ["table table-sm", opts.onRowSelect && "table-hover"] },
thead(tr(hdrs.map((hdr) => headerCell(hdr)))),
!opts.noHeader && thead(tr(hdrs.map((hdr) => headerCell(hdr)))),
tbody(

@@ -85,0 +86,0 @@ (vs || []).map((v) =>

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