Socket
Socket
Sign inDemoInstall

@redocly/config

Package Overview
Dependencies
0
Maintainers
9
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

6

CHANGELOG.md
# @redocly/config
## 0.1.2
### Patch Changes
- f1c81cf06: fix: Adjusted the `navbar` config schema to allow custom navbars with deeper nesting levels.
## 0.1.1

@@ -4,0 +10,0 @@

2

lib-esm/default-theme-config-schema.js

@@ -247,2 +247,4 @@ const logoConfigSchema = {

},
// Allow users to eject the navbar and implement additional levels of nesting
items: { type: 'array', items: { type: 'object', additionalProperties: true } },
},

@@ -249,0 +251,0 @@ };

@@ -250,2 +250,4 @@ "use strict";

},
// Allow users to eject the navbar and implement additional levels of nesting
items: { type: 'array', items: { type: 'object', additionalProperties: true } },
},

@@ -252,0 +254,0 @@ };

2

package.json
{
"name": "@redocly/config",
"version": "0.1.1",
"version": "0.1.2",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "module": "./lib-esm/index.js",

@@ -277,2 +277,4 @@ const logoConfigSchema = {

},
// Allow users to eject the navbar and implement additional levels of nesting
items: { type: 'array', items: { type: 'object', additionalProperties: true } },
},

@@ -279,0 +281,0 @@ } as const;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc