@redocly/openapi-core
Advanced tools
+6
-0
| # @redocly/openapi-core | ||
| ## 1.34.15 | ||
| ### Patch Changes | ||
| - Applied NPM audit fix to prevent potential security vulnerabilities. | ||
| ## 1.34.14 | ||
@@ -4,0 +10,0 @@ |
+3
-1
@@ -54,3 +54,5 @@ "use strict"; | ||
| } | ||
| if (typeof root.openapi === 'string' && root.openapi.startsWith('3.1')) { | ||
| if (typeof root.openapi === 'string' && | ||
| (root.openapi.startsWith('3.1') || root.openapi.startsWith('3.2')) // temporary support for 3.2 | ||
| ) { | ||
| return SpecVersion.OAS3_1; | ||
@@ -57,0 +59,0 @@ } |
+1
-1
| { | ||
| "name": "@redocly/openapi-core", | ||
| "version": "1.34.14", | ||
| "version": "1.34.15", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
+4
-1
@@ -125,3 +125,6 @@ import { Oas2Types } from './types/oas2'; | ||
| if (typeof root.openapi === 'string' && root.openapi.startsWith('3.1')) { | ||
| if ( | ||
| typeof root.openapi === 'string' && | ||
| (root.openapi.startsWith('3.1') || root.openapi.startsWith('3.2')) // temporary support for 3.2 | ||
| ) { | ||
| return SpecVersion.OAS3_1; | ||
@@ -128,0 +131,0 @@ } |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3140116
0.01%56873
0.01%