Socket
Socket
Sign inDemoInstall

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 6.6.1 to 6.6.2

2

dist/react-imask.js

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

}
setInitialized(Boolean(mask));
setInitialized(Boolean(maskRef.current));
}, [opts, _destroyMask, _onAccept]);

@@ -239,0 +239,0 @@ React.useEffect(() => {

@@ -51,3 +51,3 @@ import { _ as _objectWithoutPropertiesLoose } from './_rollupPluginBabelHelpers-2cac7098.js';

}
setInitialized(Boolean(mask));
setInitialized(Boolean(maskRef.current));
}, [opts, _destroyMask, _onAccept]);

@@ -54,0 +54,0 @@ useEffect(() => {

{
"name": "react-imask",
"version": "6.6.1",
"version": "6.6.2",
"license": "MIT",

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

"dependencies": {
"imask": "^6.6.1",
"imask": "^6.6.2",
"prop-types": "^15.8.1"

@@ -33,3 +33,3 @@ },

},
"gitHead": "2c3f872ca200ae7622aad6922b7d3092a175931f",
"gitHead": "1d54172d7ba720e80be6c95470a5a13b839fa7ba",
"devDependencies": {

@@ -36,0 +36,0 @@ "@types/react": "^18.0.20",

Sorry, the diff of this file is not supported yet

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