Socket
Socket
Sign inDemoInstall

@redocly/config

Package Overview
Dependencies
0
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.82.2-rc.2 to 0.82.2-rc.3

2

CHANGELOG.md
# @redocly/config
## 0.82.2-rc.2
## 0.82.2-rc.3

@@ -5,0 +5,0 @@ ### Patch Changes

@@ -181,2 +181,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

logoutDisabled?: boolean;
teams?: string[];
};

@@ -183,0 +184,0 @@ export interface PageData {

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

},
rules: {
type: 'object',
additionalProperties: {
oneOf: [{ type: 'string' }, { type: 'object' }],
},
},
ssoOnPrem: ssoOnPremConfigSchema,

@@ -323,0 +329,0 @@ sso: ssoConfigSchema,

@@ -181,2 +181,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

logoutDisabled?: boolean;
teams?: string[];
};

@@ -183,0 +184,0 @@ export interface PageData {

@@ -324,2 +324,8 @@ "use strict";

},
rules: {
type: 'object',
additionalProperties: {
oneOf: [{ type: 'string' }, { type: 'object' }],
},
},
ssoOnPrem: exports.ssoOnPremConfigSchema,

@@ -326,0 +332,0 @@ sso: exports.ssoConfigSchema,

{
"name": "@redocly/config",
"version": "0.82.2-rc.2",
"version": "0.82.2-rc.3",
"license": "MIT",

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

@@ -213,2 +213,3 @@ import type { Node } from '@markdoc/markdoc/dist/src/types';

logoutDisabled?: boolean;
teams?: string[];
};

@@ -215,0 +216,0 @@

@@ -356,2 +356,8 @@ import {

},
rules: {
type: 'object',
additionalProperties: {
oneOf: [{ type: 'string' }, { type: 'object' }],
},
},
ssoOnPrem: ssoOnPremConfigSchema,

@@ -358,0 +364,0 @@ sso: ssoConfigSchema,

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 not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc