New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@redpanda-data/docs-extensions-and-macros

Package Overview
Dependencies
Maintainers
0
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redpanda-data/docs-extensions-and-macros - npm Package Compare versions

Comparing version 3.8.0 to 3.9.0

10

macros/rp-connect-components.js

@@ -392,9 +392,11 @@ 'use strict';

}
// Build the cloud support column
// Build the cloud support column and include the connector URL where a connector page is available. Otherwise, just mark as available.
const firstCloudSupportedType = Array.from(types.entries())
.map(([_, commercialNames]) => Object.values(commercialNames).find(({ isCloudSupported }) => isCloudSupported))
.find(entry => entry && entry.urls.redpandaCloudUrl);
.find(entry => entry);
const cloudLinkDisplay = firstCloudSupportedType
? `<a href="${firstCloudSupportedType.urls.redpandaCloudUrl}">Yes</a>`
: 'No';
? firstCloudSupportedType.urls.redpandaCloudUrl
? `<a href="${firstCloudSupportedType.urls.redpandaCloudUrl}">Yes</a>`
: `Yes`
: 'No';

@@ -401,0 +403,0 @@ const firstUrl = getFirstUrlFromTypesArray(Array.from(types.entries()), isCloud);

2

package.json
{
"name": "@redpanda-data/docs-extensions-and-macros",
"version": "3.8.0",
"version": "3.9.0",
"description": "Antora extensions and macros developed for Redpanda documentation.",

@@ -5,0 +5,0 @@ "keywords": [

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