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

awesome-ajv-errors

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-ajv-errors - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/big-numbers/index.js

@@ -13,3 +13,2 @@ "use strict";

: arg.maxWidth;
whiteSpacePerChar;
const charWidth = numberWidth * font_1.font.width;

@@ -16,0 +15,0 @@ const emptyLine = ' '.repeat(charWidth);

2

dist/json.js

@@ -6,4 +6,6 @@ "use strict";

function getValueByPath(context, path = context.dataPath.dotOnly) {
if (context.data === null || typeof context.data !== 'object')
return context.data;
return pointer.get(context.data, path.replace(/\./g, '/'));
}
exports.getValueByPath = getValueByPath;
{
"name": "awesome-ajv-errors",
"version": "1.0.0",
"version": "1.0.1",
"description": "Prettified AJV errors",

@@ -5,0 +5,0 @@ "author": "Gustaf Räntilä",

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