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

@redocly/openapi-core

Package Overview
Dependencies
Maintainers
9
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redocly/openapi-core - npm Package Compare versions

Comparing version 1.25.6 to 1.25.7

6

CHANGELOG.md
# @redocly/openapi-core
## 1.25.7
### Patch Changes
- Removed the support of the `x-inherit` extension for Arazzo description files.
## 1.25.6

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

1

lib/types/arazzo.js

@@ -150,3 +150,2 @@ "use strict";

outputs: 'Outputs',
'x-inherit': { enum: ['auto', 'none'] },
'x-expect': 'ExpectSchema',

@@ -153,0 +152,0 @@ 'x-operation': 'ExtendedOperation',

@@ -92,3 +92,2 @@ export interface InfoObject {

};
'x-inherit'?: 'auto' | 'none';
'x-expect'?: ExpectSchema;

@@ -95,0 +94,0 @@ 'x-operation'?: ExtendedOperation;

{
"name": "@redocly/openapi-core",
"version": "1.25.6",
"version": "1.25.7",
"description": "",

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

@@ -145,3 +145,2 @@ import { mapOf, type NodeType, listOf } from '.';

outputs: 'Outputs',
'x-inherit': { enum: ['auto', 'none'] },
'x-expect': 'ExpectSchema',

@@ -148,0 +147,0 @@ 'x-operation': 'ExtendedOperation',

@@ -132,3 +132,2 @@ export interface InfoObject {

};
'x-inherit'?: 'auto' | 'none';
'x-expect'?: ExpectSchema;

@@ -135,0 +134,0 @@ 'x-operation'?: ExtendedOperation;

Sorry, the diff of this file is not supported yet

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