🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

react-mui-form-validator

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mui-form-validator - npm Package Compare versions

Comparing version
1.5.3
to
1.5.4
+3
-1
package.json
{
"name": "react-mui-form-validator",
"version": "1.5.3",
"version": "1.5.4",
"description": "Validator for forms designed with material-ui components.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {

@@ -6,0 +8,0 @@ "prod": "rimraf ./lib && tsup src/index.ts --dts --outDir=lib",

{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",

@@ -17,3 +16,3 @@ "target": "ESNext",

//"outDir": "lib",
"outDir": "lib",
"declaration": true,

@@ -20,0 +19,0 @@ "moduleResolution": "node",