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.1.1 to 2.1.2

6

CHANGELOG.md

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

## [v2.1.2] 27-09-2023
### Changed
- fix: added addSpecRef() to index.d.ts
- Updated dependencies
- @biomejs/biome ^1.1.2 → ^1.2.2
## [v2.1.1] 13-09-2023

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

1

index.d.ts

@@ -12,4 +12,5 @@ import { ErrorObject, Options } from "ajv";

}>;
addSpecRef(schema: object | string, uri: string): void;
specification: object;
version: string;
}

4

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

@@ -38,3 +38,3 @@ "main": "index.js",

"devDependencies": {
"@biomejs/biome": "^1.1.2",
"@biomejs/biome": "^1.2.2",
"c8": "^8.0.1"

@@ -41,0 +41,0 @@ },

@@ -91,3 +91,3 @@ # OpenAPI schema validator

- [`<instance>.resolveRefs(options)`](#resolveRefs)
- [`<instance>.addSpecRef(uri, subSpecification)`](#addSpecRef)
- [`<instance>.addSpecRef(subSpecification, uri)`](#addSpecRef)
- [`Validator.supportedVersions`](#supportedVersions)

@@ -94,0 +94,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