New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html5-form-validator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html5-form-validator - npm Package Compare versions

Comparing version

to
0.0.2

9

index.js

@@ -47,3 +47,10 @@ export default class html5formValidation {

validateField(field) {
field.insertAdjacentHTML('afterend', this.errorDiv);
if (
!(
field.nextSibling.classList &&
field.nextSibling.classList.contains(this.settings.errorElement)
)
) {
field.insertAdjacentHTML('afterend', this.errorDiv);
}

@@ -50,0 +57,0 @@ field.oninvalid = () => {

5

package.json
{
"name": "html5-form-validator",
"version": "0.0.1",
"version": "0.0.2",
"description": "The most simple HTML5 form validator",

@@ -11,3 +11,4 @@ "main": "index.js",

"keywords": ["HTML5", "form", "validator"],
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://github.com/scriptex)",
"author":
"Atanas Atanasov <scriptex.bg@gmail.com> (https://github.com/scriptex)",
"license": "MIT",

@@ -14,0 +15,0 @@ "bugs": {

Sorry, the diff of this file is not supported yet