Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.1.0 to 0.2.0

.babelrc

24

package.json
{
"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

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