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

@antora/content-aggregator

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/content-aggregator - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

7

lib/matcher.js
'use strict'
const { compile: bracesToGroup, expand: expandBraces } = require('braces')
const { makeRe: makeMatcherRx } = require('picomatch')
const { makeRe } = require('picomatch')

@@ -19,2 +19,7 @@ const BASE_OPTS = {

function makeMatcherRx (input, opts) {
if (input && ~input.indexOf('{')) input = input.replace(/^([^({]+)\./, '$1(?:.)')
return makeRe(input, opts)
}
module.exports = {

@@ -21,0 +26,0 @@ MATCH_ALL_RX: { test: () => true },

2

package.json
{
"name": "@antora/content-aggregator",
"version": "3.0.2",
"version": "3.0.3",
"description": "Fetches and aggregates content from distributed sources for use in an Antora documentation pipeline.",

@@ -5,0 +5,0 @@ "license": "MPL-2.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