Socket
Socket
Sign inDemoInstall

better-ajv-errors

Package Overview
Dependencies
21
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

lib/esm/helpers.mjs

6

CHANGELOG.md
# better-ajv-errors
## 1.1.2
### Patch Changes
- a1cafc8: :wrench: Fix esm build
## 1.1.1

@@ -4,0 +10,0 @@

2

lib/cjs/helpers.js

@@ -48,3 +48,3 @@ var __create = Object.create;

var import_utils = __toModule(require("./utils"));
var import_validation_errors = __toModule(require("./validation-errors"));
var import_validation_errors = __toModule(require("./validation-errors/index"));
const JSON_POINTERS_REGEX = /\/[\w_-]+(\/\d+)?/g;

@@ -51,0 +51,0 @@ function makeTree(ajvErrors = []) {

@@ -28,3 +28,3 @@ var __create = Object.create;

var import_code_frame = __toModule(require("@babel/code-frame"));
var import_json = __toModule(require("../json"));
var import_json = __toModule(require("../json/index"));
class BaseValidationError {

@@ -31,0 +31,0 @@ constructor(options = { isIdentifierLocation: false }, { data, schema, jsonAst, jsonRaw }) {

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

@@ -10,6 +10,6 @@ "repository": "atlassian/better-ajv-errors",

"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
"default": "./lib/esm/index.mjs"
}
},
"module": "./lib/esm/index.js",
"module": "./lib/esm/index.mjs",
"engines": {

@@ -58,13 +58,13 @@ "node": ">= 12.13.0"

"devDependencies": {
"@changesets/cli": "^2.18.0",
"@changesets/write": "^0.1.5",
"ajv": "^8.7.1",
"esbuild": "^0.13.13",
"@changesets/cli": "^2.18.1",
"@changesets/write": "^0.1.6",
"ajv": "^8.8.2",
"esbuild": "^0.13.15",
"esbuild-jest": "^0.5.0",
"eslint": "^8.2.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fast-glob": "^3.2.7",
"flow-bin": "^0.164.0",
"flow-bin": "^0.165.1",
"git-format-staged": "^2.1.2",

@@ -75,5 +75,5 @@ "husky": "^7.0.0",

"jest-fixtures": "^0.6.0",
"prettier": "^2.4.1",
"prettier": "^2.5.0",
"svg-term-cli": "^2.1.1",
"tsd": "^0.18.0"
"tsd": "^0.19.0"
},

@@ -80,0 +80,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc