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

@saltcorn/badges

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saltcorn/badges - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "@saltcorn/badges",
"version": "0.1.3",
"version": "0.1.4",
"description": "Display badges from relationships",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -184,3 +184,3 @@ const { span } = require("@saltcorn/markup/tags");

return rows.map((row) => ({
html: row._badges
html: (row._badges || [])
.map((b) => span({ class: "badge badge-secondary" }, b))

@@ -187,0 +187,0 @@ .join(" "),

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