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

@antora/redirect-producer

Package Overview
Dependencies
Maintainers
2
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/redirect-producer - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

4

lib/index.js

@@ -5,3 +5,7 @@ 'use strict'

* Redirect Producer component for Antora
*
* Produces HTTP redirection configuration suitable for the redirect facility
* provided by the target environment (e.g., static bounce pages, nginx
* rewrite rules, mod_rewrite rules, netlify redirects file, etc.).
*/
module.exports = require('./produce-redirects')

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

* @param {String} playbook.site.url - The base URL of the site.
* @param {String} playbook.urls - URL-related configuration data.
* @param {String} playbook.urls.redirectFacility - The redirect facility for
* which redirect configuration is being produced.
* @param {ContentCatalog} contentCatalog - The content catalog that provides

@@ -25,0 +28,0 @@ * access to the virtual content files (i.e., pages) in the site.

4

package.json
{
"name": "@antora/redirect-producer",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Produces redirects (HTTP redirections) for pages in an Antora site.",

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

"dependencies": {
"@antora/asciidoc-loader": "1.0.0-rc.1",
"@antora/asciidoc-loader": "1.0.0-rc.2",
"vinyl": "^2.1.0"

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