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 2.3.3 to 2.3.4

3

lib/produce-redirects.js

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

// NOTE: a trailing slash on the pathname will be ignored
// see https://docs.netlify.com/routing/redirects/redirect-options/#trailing-slash
// however, we keep it when generating the rules for clarity
function createNetlifyRedirects (files, urlPath, includeDirectoryRedirects = false) {

@@ -83,0 +86,0 @@ const rules = files.reduce((accum, file) => {

6

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

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

"dependencies": {
"@antora/asciidoc-loader": "2.3.3",
"@antora/asciidoc-loader": "2.3.4",
"vinyl": "~2.2"

@@ -36,3 +36,3 @@ },

],
"gitHead": "0e0b6673b62cd6e89d11124f849e74f574d53317"
"gitHead": "5a40191c970ece6baecbd1a3a7a599d7161351a9"
}
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