Socket
Socket
Sign inDemoInstall

better-ajv-errors

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-ajv-errors - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

2

lib/legacy/json/get-decorated-data-path.js

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

var type = obj.children.filter(function (child) {
return child.key.value === 'type';
child && child.key && child.key.value === 'type';
});

@@ -49,0 +49,0 @@

@@ -41,3 +41,5 @@ "use strict";

const type = obj.children.filter(child => child.key.value === 'type');
const type = obj.children.filter(child => {
child && child.key && child.key.value === 'type';
});

@@ -44,0 +46,0 @@ if (!type.length) {

{
"name": "better-ajv-errors",
"version": "0.6.3",
"version": "0.6.4",
"description": "JSON Schema validation for Human",

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

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