New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@readme/better-ajv-errors

Package Overview
Dependencies
Maintainers
13
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readme/better-ajv-errors - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

lib/validation-errors/required.js

@@ -51,3 +51,3 @@ "use strict";

var output = ["".concat(colorizer.red("".concat(colorizer.bold('REQUIRED'), " ").concat(message)), "\n")];
return output.concat(this.getCodeFrame("\u2639\uFE0F ".concat(colorizer.magentaBright(params.missingProperty), " is missing here!")));
return output.concat(this.getCodeFrame("".concat(colorizer.magentaBright(params.missingProperty), " is missing here!")));
}

@@ -54,0 +54,0 @@ }, {

{
"name": "@readme/better-ajv-errors",
"version": "2.2.1",
"version": "2.2.2",
"description": "JSON Schema validation for Human",

@@ -5,0 +5,0 @@ "license": "Apache-2.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