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

js-formdata-validator

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-formdata-validator - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

.husky/commit-msg

16

package.json
{
"name": "js-formdata-validator",
"private": false,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",

@@ -29,17 +29,21 @@ "main": "./dist/js-formdata-validator.umd.cjs",

"lint": "eslint . --max-warnings 0 --report-unused-disable-directives",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitest/coverage-c8": "^0.27.0",
"@vitest/coverage-c8": "^0.29.2",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "2.8.3",
"husky": "^8.0.3",
"prettier": "2.8.4",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.27.0"
"vite-plugin-dts": "^2.0.2",
"vitest": "^0.29.1"
}
}

@@ -17,2 +17,11 @@ # JS Form Validator

## Nuxt 2 Installation
```
// nuxt.config.js
// Add transpile
build: {
transpile: [/js-formdata-validator/],
},
```
## Usage

@@ -19,0 +28,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