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

@saltcorn/markup

Package Overview
Dependencies
Maintainers
2
Versions
406
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.9.4-beta.12 to 0.9.4-beta.13

7

dist/layout.js

@@ -264,2 +264,3 @@ "use strict";

],
...(segment.id ? { id: segment.id } : {}),
onclick: segment.url

@@ -285,3 +286,7 @@ ? isWeb

style: { display: "none" },
}, i({ class: "fas fa-save" }))), segment.tabContents && // TODO remove all calls to this, use tab in content instead
}, i({ class: "fas fa-save" })), segment.titleErrorInidicator &&
span({
class: "float-end sc-error-indicator",
style: { display: "none", color: "#ff0033" },
}, i({ class: "fas fa-exclamation-triangle" }))), segment.tabContents && // TODO remove all calls to this, use tab in content instead
div({ class: "card-header" }, ul({ class: ["nav nav-tabs card-header-tabs", hints.tabClass] }, Object.keys(segment.tabContents).map((title, ix) => li({ class: "nav-item" }, a({

@@ -288,0 +293,0 @@ class: ["nav-link", ix === 0 && "active"],

4

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

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

"devDependencies": {
"@saltcorn/types": "0.9.4-beta.12",
"@saltcorn/types": "0.9.4-beta.13",
"@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