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.2 to 3.1.3

2

lib/load-ui.js

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

get({ url, agent }, (err, response, contents) => {
if (err) reject(err)
if (err) return reject(err)
if (response.statusCode !== 200) {

@@ -181,0 +181,0 @@ const message = `Response code ${response.statusCode} (${response.statusMessage})`

{
"name": "@antora/ui-loader",
"version": "3.1.2",
"version": "3.1.3",
"description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog 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