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

@ibm-cloud/openapi-ruleset-utilities

Package Overview
Dependencies
Maintainers
23
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ibm-cloud/openapi-ruleset-utilities - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

src/utils/schema-loosely-has-constraint.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# @ibm-cloud/openapi-ruleset-utilities [1.5.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.4.0...@ibm-cloud/openapi-ruleset-utilities@1.5.0) (2024-11-15)
### Features
* add utility for checking composite schemas with a looser constraint ([8ae0e07](https://github.com/IBM/openapi-validator/commit/8ae0e07c6a5377bd0c5f94d01a5d8a8c6d6202e7))
# @ibm-cloud/openapi-ruleset-utilities [1.4.0](https://github.com/IBM/openapi-validator/compare/@ibm-cloud/openapi-ruleset-utilities@1.3.2...@ibm-cloud/openapi-ruleset-utilities@1.4.0) (2024-09-24)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "@ibm-cloud/openapi-ruleset-utilities",
"description": "Programmatic utility functions for creating Spectral-formatted OpenAPI Rulesets",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "private": false,

"devDependencies": {
"@stoplight/spectral-core": "^1.19.1",
"@stoplight/spectral-core": "^1.19.2",
"jest": "^27.4.5"

@@ -26,0 +26,0 @@ },

/**
* Copyright 2017 - 2023 IBM Corporation.
* Copyright 2017 - 2024 IBM Corporation.
* SPDX-License-Identifier: Apache2.0

@@ -12,2 +12,3 @@ */

schemaHasProperty: require('./schema-has-property'),
schemaLooselyHasConstraint: require('./schema-loosely-has-constraint'),
schemaRequiresProperty: require('./schema-requires-property'),

@@ -14,0 +15,0 @@ validateComposedSchemas: require('./validate-composed-schemas'),

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