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

react-imask

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-imask - npm Package Compare versions

Comparing version 7.6.0 to 7.6.1

6

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

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