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

@redocly/config

Package Overview
Dependencies
Maintainers
9
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redocly/config - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

8

lib-esm/root-config-schema.js

@@ -132,2 +132,9 @@ import { DEFAULT_TEAM_CLAIM_NAME, AuthProviderType, ApigeeDevOnboardingIntegrationAuthType, } from './constants';

};
const metadataGlobsConfigSchema = {
type: 'object',
additionalProperties: {
type: 'object',
additionalProperties: true,
},
};
export const seoConfigSchema = {

@@ -346,2 +353,3 @@ type: 'object',

metadata: metadataConfigSchema,
metadataGlobs: metadataGlobsConfigSchema,
ignore: {

@@ -348,0 +356,0 @@ type: 'array',

@@ -135,2 +135,9 @@ "use strict";

};
const metadataGlobsConfigSchema = {
type: 'object',
additionalProperties: {
type: 'object',
additionalProperties: true,
},
};
exports.seoConfigSchema = {

@@ -349,2 +356,3 @@ type: 'object',

metadata: metadataConfigSchema,
metadataGlobs: metadataGlobsConfigSchema,
ignore: {

@@ -351,0 +359,0 @@ type: 'array',

2

package.json
{
"name": "@redocly/config",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",

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

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

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

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