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

ajv-error-tree

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv-error-tree - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/main.js

@@ -65,3 +65,3 @@ const { strict: Assert } = require("assert");

const visit = (error) => {
const message = `${error.schemaPath.substring(1, Infinity)} >> ${
const message = `${error.schemaPath} >> ${
error.instancePath === "" ? "/" : error.instancePath

@@ -85,3 +85,3 @@ } ${error.message}`;

schema: {
path: error.schemaPath.substring(1, Infinity),
path: error.schemaPath,
data: strip(error.parentSchema, options["schema-depth"]),

@@ -88,0 +88,0 @@ },

{
"name": "ajv-error-tree",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {

@@ -5,0 +5,0 @@ "test": "node test/test.js",

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