New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@redocly/openapi-core

Package Overview
Dependencies
Maintainers
0
Versions
212
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.31.2 to 1.31.3

6

CHANGELOG.md
# @redocly/openapi-core
## 1.31.3
### Patch Changes
- Changed validation to ensure both (1.0.0 or 1.0.1) Arazzo version works with Respect.
## 1.31.2

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

2

lib/rules/respect/respect-supported-versions.js

@@ -13,3 +13,3 @@ "use strict";

report({
message: `Only ${supportedVersions} Arazzo ${(0, utils_1.pluralize)('version is', arazzo_1.ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT.length)} supported by Respect.`,
message: `Only ${supportedVersions} Arazzo ${(0, utils_1.pluralize)('version is', arazzo_1.ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT.length)} fully supported by Respect.`,
location: location.child('arazzo'),

@@ -16,0 +16,0 @@ });

{
"name": "@redocly/openapi-core",
"version": "1.31.2",
"version": "1.31.3",
"description": "",

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

@@ -84,3 +84,3 @@ import { outdent } from 'outdent';

],
"message": "Only 1.0.1 Arazzo version is supported by Respect.",
"message": "Only 1.0.1 Arazzo version is fully supported by Respect.",
"ruleId": "respect-supported-versions",

@@ -87,0 +87,0 @@ "severity": "error",

@@ -17,3 +17,3 @@ import { ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT } from '../../typings/arazzo';

ARAZZO_VERSIONS_SUPPORTED_BY_RESPECT.length
)} supported by Respect.`,
)} fully supported by Respect.`,
location: location.child('arazzo'),

@@ -20,0 +20,0 @@ });

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