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

@antora/file-publisher

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/file-publisher - npm Package Compare versions

Comparing version 3.2.0-alpha.3 to 3.2.0-alpha.4

8

lib/publish-files.js
'use strict'
const { inspect } = require('util')
const ReadableOutputFileArray = require('./readable-output-file-array')

@@ -57,5 +58,5 @@ const userRequire = require('@antora/user-require-helper')

} catch (err) {
const prettyErr = new Error('Unsupported destination provider: ' + provider)
prettyErr.stack += `\nCaused by: ${err.stack || err}`
throw prettyErr
const errWrapper = new Error(`Unsupported destination provider: ${provider}`)
errWrapper.stack += `\nCaused by: ${err.stack ? inspect(err).replace(/^Error \[(.+)\](?=: )/, '$1') : err}`
throw errWrapper
}

@@ -93,3 +94,2 @@ }

}
return destinations

@@ -96,0 +96,0 @@ }

{
"name": "@antora/file-publisher",
"version": "3.2.0-alpha.3",
"version": "3.2.0-alpha.4",
"description": "Publishes the publishable files in the virtual file catalog(s) 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