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

@antora/document-converter

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/document-converter - npm Package Compare versions

Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8

lib/convert-documents.js

2

lib/convert-document.js

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

*/
async function convertDocument (file, contentCatalog = undefined, asciidocConfig = {}) {
function convertDocument (file, contentCatalog = undefined, asciidocConfig = {}) {
const doc = loadAsciiDoc(file, contentCatalog, asciidocConfig)

@@ -28,0 +28,0 @@ const attributes = doc.getAttributes()

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

*
* Using the AsciiDoc Loader, converts the AsciiDoc contents on files to
* Using the AsciiDoc Loader, converts the contents of AsciiDoc files to
* embeddable HTML and assigns AsciiDoc-related metadata, such as page

@@ -13,2 +13,2 @@ * attributes, to the file.

*/
module.exports = require('./convert-document')
module.exports = require('./convert-documents')
{
"name": "@antora/document-converter",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.",

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

"dependencies": {
"@antora/asciidoc-loader": "1.0.0-alpha.7"
"@antora/asciidoc-loader": "1.0.0-alpha.8"
},

@@ -23,0 +23,0 @@ "engines": {

@@ -6,3 +6,3 @@ # Antora Document Converter

[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents.
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](http://asciidoctor.org).
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org).

@@ -9,0 +9,0 @@ ## Copyright and License

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