html5-form-validator
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "html5-form-validator", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "The most simple HTML5 form validator", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src -d dist" | ||
}, | ||
"repository": { | ||
@@ -10,5 +13,8 @@ "type": "git", | ||
}, | ||
"keywords": ["HTML5", "form", "validator"], | ||
"author": | ||
"Atanas Atanasov <scriptex.bg@gmail.com> (https://github.com/scriptex)", | ||
"keywords": [ | ||
"HTML5", | ||
"form", | ||
"validator" | ||
], | ||
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://github.com/scriptex)", | ||
"license": "MIT", | ||
@@ -18,3 +24,9 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/scriptex/html5-form-validator#readme" | ||
"homepage": "https://github.com/scriptex/html5-form-validator#readme", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0-beta.42", | ||
"@babel/core": "^7.0.0-beta.42", | ||
"@babel/preset-env": "^7.0.0-beta.42", | ||
"@babel/preset-stage-2": "^7.0.0-beta.42" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77955
8
148
4
1