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

@antora/site-publisher

Package Overview
Dependencies
Maintainers
2
Versions
86
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 3.0.0-alpha.9 to 3.0.0-alpha.10

2

lib/publish-site.js

@@ -59,3 +59,3 @@ 'use strict'

const prettyErr = new Error('Unsupported destination provider: ' + provider)
prettyErr.stack = `\nCaused by: ${err.stack}`
prettyErr.stack += `\nCaused by: ${err.stack || err}`
throw prettyErr

@@ -62,0 +62,0 @@ }

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

@@ -38,3 +38,3 @@ "license": "MPL-2.0",

],
"gitHead": "a504d6889819b548e8a5416a7194cbb6f9a93e93"
"gitHead": "a9e10aacbc6fb0c4dc3a42dd7e4a5c763d153428"
}
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