Socket
Socket
Sign inDemoInstall

better-ajv-errors

Package Overview
Dependencies
21
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

6

CHANGELOG.md
# better-ajv-errors
## 1.1.1
### Patch Changes
- 7c83bf6: :bug: Fix cli return type
## 1.1.0

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

2

package.json
{
"name": "better-ajv-errors",
"version": "1.1.0",
"version": "1.1.1",
"description": "JSON Schema validation for Human",

@@ -5,0 +5,0 @@ "repository": "atlassian/better-ajv-errors",

@@ -24,2 +24,2 @@ import type { ErrorObject } from 'ajv';

options?: Options
): Options extends { format: 'js' } ? Array<IOutputError> : void;
): Options extends { format: 'js' } ? Array<IOutputError> : string;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc