Socket
Socket
Sign inDemoInstall

better-ajv-errors

Package Overview
Dependencies
25
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.5.3

2

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

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

@@ -25,6 +25,6 @@ import { ErrorObject } from 'ajv';

data: any,
errors: ErrorObject[],
options: betterAjvErrors.IInputOptions
errors?: ErrorObject[] | null,
options?: betterAjvErrors.IInputOptions
): betterAjvErrors.IOutputError[] | void;
}
}
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