Socket
Socket
Sign inDemoInstall

react-imask

Package Overview
Dependencies
10
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.0 to 7.3.1-alpha.0

2

dist/react-imask.js

@@ -217,3 +217,3 @@ (function (global, factory) {

}, [onAccept]);
const _onComplete = React.useCallback(() => maskRef.current && onComplete?.(maskRef.current.value, maskRef.current), [onComplete]);
const _onComplete = React.useCallback(event => maskRef.current && onComplete?.(maskRef.current.value, maskRef.current, event), [onComplete]);
React.useEffect(() => {

@@ -220,0 +220,0 @@ const el = ref.current;

@@ -34,3 +34,3 @@ import IMask from 'imask/esm/imask';

}, [onAccept]);
const _onComplete = useCallback(() => maskRef.current && onComplete?.(maskRef.current.value, maskRef.current), [onComplete]);
const _onComplete = useCallback(event => maskRef.current && onComplete?.(maskRef.current.value, maskRef.current, event), [onComplete]);
useEffect(() => {

@@ -37,0 +37,0 @@ const el = ref.current;

{
"name": "react-imask",
"version": "7.3.0",
"version": "7.3.1-alpha.0",
"license": "MIT",

@@ -73,3 +73,3 @@ "author": "Alexey Kryazhev",

},
"gitHead": "f851e0f3b15236c8a76ea81504dd1d83a1e200cc",
"gitHead": "b22cdb0908b11ebd14a29550fe95b6ba800919c1",
"devDependencies": {

@@ -76,0 +76,0 @@ "@types/react": "^18.2.45",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc