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

@seriousme/openapi-schema-validator

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seriousme/openapi-schema-validator - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Changelog

## [v2.2.1] 17-02-2024
### Changed
- fix: added validateBundle() to index.d.ts
## [v2.2.0] 17-02-2024

@@ -8,0 +12,0 @@ ### Changed

@@ -12,2 +12,6 @@ import { ErrorObject, Options } from "ajv";

}>;
validateBundle(schema: (object | string)[]): Promise<{
valid: boolean;
errors?: ErrorObject[] | string;
}>;
addSpecRef(schema: object | string, uri: string): Promise<void>;

@@ -14,0 +18,0 @@ specification: object;

2

package.json
{
"name": "@seriousme/openapi-schema-validator",
"version": "2.2.0",
"version": "2.2.1",
"description": "Validate OpenApi specifications against their JSON schema",

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

@@ -113,2 +113,3 @@ # OpenAPI schema validator

- [`<instance>.addSpecRef(subSpecification, uri)`](#addSpecRef)
- [`<instance>.validateBundle([specification,subspecification, ...])`](#validateBundle)
- [`Validator.supportedVersions`](#supportedVersions)

@@ -115,0 +116,0 @@

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