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.25 to 0.2.26

8

CHANGELOG.md

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

## [0.2.26](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.25...@lion/validate@0.2.26) (2019-08-14)
**Note:** Version bump only for package @lion/validate
## [0.2.25](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.24...@lion/validate@0.2.25) (2019-08-07)

@@ -8,0 +16,0 @@

4

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

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

},
"gitHead": "e15c943c1f58670443be6890b65b5b750a79814b"
"gitHead": "6cd0e34abc5f4c175e9a788bb860f9fa72fa808a"
}

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

return {
...super.properties,
/**

@@ -116,0 +115,0 @@ * List of validators that should set the input to invalid

@@ -22,3 +22,2 @@ /* eslint-disable no-unused-vars, no-param-reassign */

return {
...super.properties,
modelValue: {

@@ -662,3 +661,2 @@ type: String,

return {
...super.properties,
modelValue: {

@@ -787,3 +785,2 @@ type: String,

return {
...super.properties,
modelValue: {

@@ -940,3 +937,2 @@ type: String,

return {
...super.properties,
modelValue: {

@@ -1227,3 +1223,3 @@ type: String,

static get properties() {
return { ...super.properties, modelValue: { type: String } };
return { modelValue: { type: String } };
}

@@ -1230,0 +1226,0 @@

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