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

ajv-i18n

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ajv-i18n - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

localize/pl/index.js

4

localize/en/index.js

@@ -37,3 +37,3 @@ 'use strict';

case 'enum':
out = 'should be equal to one of values in "enum"';
out = 'should be equal to one of predefined values';
break;

@@ -86,3 +86,3 @@ case 'format':

var n = e.schema;
out += 'should NOT be shorter than ' + (n) + ' character';
out += 'should not be shorter than ' + (n) + ' character';
if (n != 1) {

@@ -89,0 +89,0 @@ out += 's';

@@ -5,3 +5,4 @@ 'use strict';

en: require('./en'),
ru: require('./ru')
ru: require('./ru'),
pl: require('./pl')
};
{
"name": "ajv-i18n",
"version": "0.0.3",
"version": "0.0.4",
"description": "Internationalised error messages for ajv JSON-Schema validator",

@@ -5,0 +5,0 @@ "main": "localize/index.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