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

@antora/site-generator

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/site-generator - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

lib/generate-site.js

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

.then((publications) => {
if (!playbook.runtime.quiet && (process.env.IS_TTY || String(process.stdout.isTTY)) === 'true') {
if (!playbook.runtime.quiet && (playbook.env.IS_TTY || String(process.stdout.isTTY)) === 'true') {
const indexPath = contentCatalog.getSiteStartPage() ? '/index.html' : ''

@@ -52,0 +52,0 @@ const log = (msg) => process.stdout.write(msg + '\n')

{
"name": "@antora/site-generator",
"version": "3.1.1",
"version": "3.1.2",
"description": "The Antora generator for producing and publishing static documentation sites with Antora.",

@@ -24,15 +24,15 @@ "license": "MPL-2.0",

"dependencies": {
"@antora/asciidoc-loader": "3.1.1",
"@antora/content-aggregator": "3.1.1",
"@antora/content-classifier": "3.1.1",
"@antora/document-converter": "3.1.1",
"@antora/file-publisher": "3.1.1",
"@antora/logger": "3.1.1",
"@antora/navigation-builder": "3.1.1",
"@antora/page-composer": "3.1.1",
"@antora/playbook-builder": "3.1.1",
"@antora/redirect-producer": "3.1.1",
"@antora/site-mapper": "3.1.1",
"@antora/site-publisher": "3.1.1",
"@antora/ui-loader": "3.1.1",
"@antora/asciidoc-loader": "3.1.2",
"@antora/content-aggregator": "3.1.2",
"@antora/content-classifier": "3.1.2",
"@antora/document-converter": "3.1.2",
"@antora/file-publisher": "3.1.2",
"@antora/logger": "3.1.2",
"@antora/navigation-builder": "3.1.2",
"@antora/page-composer": "3.1.2",
"@antora/playbook-builder": "3.1.2",
"@antora/redirect-producer": "3.1.2",
"@antora/site-mapper": "3.1.2",
"@antora/site-publisher": "3.1.2",
"@antora/ui-loader": "3.1.2",
"@antora/user-require-helper": "~2.0"

@@ -39,0 +39,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