New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antora/ui-loader

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/ui-loader - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

8

lib/load-ui.js

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

const yaml = require('js-yaml')
const vzip = require('gulp-vinyl-zip')
const vzip = require('@vscode/gulp-vinyl-zip')

@@ -198,4 +198,6 @@ const STATIC_FILE_MATCHER_OPTS = {

const errWrapper = new Error(`${err.summary || 'Failed to download UI bundle'}: ${url}`)
errWrapper.stack += `\nCaused by: ${err.stack || 'unknown'}`
throw errWrapper
if (err.code === 'ECONNRESET' || (err.message || '').toLowerCase() === 'request timed out') {
errWrapper.recoverable = true
}
throw Object.assign(errWrapper, { stack: `${errWrapper.stack}\nCaused by: ${err.stack || 'unknown'}` })
})

@@ -202,0 +204,0 @@ }

{
"name": "@antora/ui-loader",
"version": "3.1.4",
"version": "3.1.5",
"description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.",

@@ -29,6 +29,6 @@ "license": "MPL-2.0",

"@antora/expand-path-helper": "~2.0",
"@vscode/gulp-vinyl-zip": "~2.5",
"braces": "~3.0",
"cache-directory": "~2.0",
"glob-stream": "~7.0",
"gulp-vinyl-zip": "~2.5",
"hpagent": "~1.2",

@@ -35,0 +35,0 @@ "js-yaml": "~4.1",

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