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

@antora/ui-loader

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/ui-loader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

lib/load-ui.js
'use strict'
const camelCaseKeys = require('camelcase-keys')
const collectBuffer = require('bl')

@@ -259,3 +260,3 @@ const { createHash } = require('crypto')

files.delete(UI_DESC_FILENAME)
const config = yaml.safeLoad(configFile.contents.toString())
const config = camelCaseKeys(yaml.safeLoad(configFile.contents.toString()), { deep: true })
if (outputDir !== undefined) config.outputDir = outputDir

@@ -262,0 +263,0 @@ const staticFiles = config.staticFiles

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

@@ -22,7 +22,8 @@ "license": "MPL-2.0",

"cache-directory": "^2.0.0",
"fs-extra": "^5.0.0",
"got": "^8.3.0",
"camelcase-keys": "^4.2.0",
"fs-extra": "^6.0.0",
"got": "^8.3.1",
"gulp-vinyl-zip": "^2.1.0",
"js-yaml": "^3.11.0",
"lodash": "^4.17.5",
"lodash": "^4.17.10",
"minimatch-all": "^1.1.0",

@@ -29,0 +30,0 @@ "through2": "^2.0.3",

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