Socket
Socket
Sign inDemoInstall

@antora/pdf-extension

Package Overview
Dependencies
24
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

2

lib/convert-document-to-pdf.js

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

})()
const ospath = require('path')
const ospath = require('node:path')

@@ -13,0 +13,0 @@ // Q: how can we simplify this to avoid redundant code?

@@ -13,5 +13,2 @@ 'use strict'

module.exports.register = function () {
//this.on('beforeProcess', ({ asciidocConfig }) => {
// asciidocConfig.keepSource = true
//})
this.on('contentClassified', ({ contentCatalog }) => {

@@ -18,0 +15,0 @@ contentCatalog.getPages((page) => {

{
"name": "@antora/pdf-extension",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "An Antora extension that assembles content pages into PDF files by version and publishes them with the site.",

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

"dependencies": {
"@antora/assembler": "1.0.0-alpha.6"
"@antora/assembler": "1.0.0-alpha.7"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc