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.1 to 0.0.2

3

lib/main.js

@@ -87,2 +87,5 @@ const { strict: Assert } = require("assert");

},
...(Reflect.ownKeys(error.params).length === 0
? {}
: { params: error.params }),
message: error.message,

@@ -89,0 +92,0 @@ ...(error.children.length === 0

2

package.json
{
"name": "ajv-error-tree",
"version": "0.0.1",
"version": "0.0.2",
"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