Socket
Socket
Sign inDemoInstall

@lion/validate

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/validate - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

translations/zh.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.2.15](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.14...@lion/validate@0.2.15) (2019-07-17)
### Bug Fixes
* support Chinese language ([a0ebd2d](https://github.com/ing-bank/lion/commit/a0ebd2d))
## [0.2.14](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.13...@lion/validate@0.2.14) (2019-07-15)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@lion/validate",
"version": "0.2.14",
"version": "0.2.15",
"description": "Validate your form elements",

@@ -43,3 +43,3 @@ "author": "ing-bank",

},
"gitHead": "482bcbeaeda6aa9c931327883b894f442cb23d05"
"gitHead": "b58579299a05757c38ccc5d0bfaae5e4dc0fe45a"
}

@@ -99,2 +99,5 @@ /* eslint-disable class-methods-use-this, camelcase, no-param-reassign */

return import('../translations/uk.js');
case 'zh-CN':
case 'zh':
return import('../translations/zh.js');
default:

@@ -101,0 +104,0 @@ return import(`../translations/${locale}.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