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

@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.8 to 0.2.9

11

CHANGELOG.md

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

## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.8...@lion/validate@0.2.9) (2019-06-20)
### Bug Fixes
* support en-PH locale for polymer-cli ([7643e64](https://github.com/ing-bank/lion/commit/7643e64))
## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.7...@lion/validate@0.2.8) (2019-06-18)

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

4

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

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

},
"gitHead": "0463ec6494d6ee52b7b398c5d611a5e5bfd8cde4"
"gitHead": "4a1c289ff57784e2e3c1c506ae3b7bd4480b61b5"
}

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

return import('../translations/en-US.js');
case 'en-PH':
case 'en':

@@ -55,0 +56,0 @@ return import('../translations/en.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