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

goodeggs-json-schema-validator

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goodeggs-json-schema-validator - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

3

index.js

@@ -77,3 +77,4 @@ 'use strict';

result += ' schema validation';
if (error.schemaPath.length) result += ' at ' + error.schemaPath;
if (error.schemaPath.length) result += ' at schema path ' + error.schemaPath;
if (error.dataPath.length) result += ' for data path ' + error.dataPath;
result += '; ' + error.message.toLowerCase();

@@ -80,0 +81,0 @@ return result;

{
"name": "goodeggs-json-schema-validator",
"version": "4.2.1",
"version": "4.2.2",
"description": "Good Eggs JSON Schema Validator",

@@ -5,0 +5,0 @@ "author": "Good Eggs <open-source@goodeggs.com>",

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