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

@antora/site-publisher

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/site-publisher - npm Package Compare versions

Comparing version 2.3.0-alpha.2 to 2.3.0-beta.1

3

lib/publish-site.js

@@ -65,4 +65,3 @@ 'use strict'

const filesToPublish = catalogs.reduce(
(accum, catalog) =>
accum.concat(('getAll' in catalog ? catalog.getAll() : catalog.getFiles()).filter((it) => it.out)),
(accum, catalog) => accum.concat((catalog.getAll || catalog.getFiles).apply(catalog).filter((file) => file.out)),
[]

@@ -69,0 +68,0 @@ )

{
"name": "@antora/site-publisher",
"version": "2.3.0-alpha.2",
"version": "2.3.0-beta.1",
"description": "Publishes the files generated in an Antora documentation pipeline to the destination(s) specified in the playbook.",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",

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