react-imask
Advanced tools
Comparing version 7.6.0 to 7.6.1
{ | ||
"name": "react-imask", | ||
"version": "7.6.0", | ||
"version": "7.6.1", | ||
"license": "MIT", | ||
@@ -64,3 +64,3 @@ "author": "Alexey Kryazhev", | ||
"dependencies": { | ||
"imask": "^7.6.0", | ||
"imask": "^7.6.1", | ||
"prop-types": "^15.8.1" | ||
@@ -74,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "181f6b8e412c804e9e0611d4e86d5f28dfc2e86c", | ||
"gitHead": "a02a14b642f70b335e24789e8a187857473a21a5", | ||
"devDependencies": { | ||
@@ -77,0 +77,0 @@ "@types/react": "^18.2.75", |
@@ -88,3 +88,10 @@ # React IMask Plugin | ||
setTypedValue, | ||
} = useIMask(opts, /* { onAccept, onComplete } */); | ||
} = useIMask(opts, /* optional { | ||
onAccept, | ||
onComplete, | ||
ref, | ||
defaultValue, | ||
defaultUnmaskedValue, | ||
defaultTypedValue, | ||
} */); | ||
@@ -91,0 +98,0 @@ return ( |
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
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
124434
102
324904
Updatedimask@^7.6.1