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

@aofl/form-validate

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aofl/form-validate - npm Package Compare versions

Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12

6

modules/validation-property/index.js

@@ -121,7 +121,7 @@ /**

if (this[key].observed === false) {
return false;
if (this[key].observed === true) {
return true;
}
}
return true;
return false;
}

@@ -128,0 +128,0 @@

{
"name": "@aofl/form-validate",
"version": "3.0.0-alpha.11",
"version": "3.0.0-alpha.12",
"description": "Form validation mixin for AoflElement",

@@ -32,3 +32,3 @@ "main": "index.js",

"license": "MIT",
"gitHead": "ecdfe7e68c95cd3ce9eca2c86626275d1d4559fe"
"gitHead": "e76c3cfc8d75ca087492088254c9ef0e4010c0c9"
}
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