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.3.0 to 6.4.0

4

dist/react-imask.js

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

commit: PropTypes__default["default"].func,
overwrite: PropTypes__default["default"].bool,
overwrite: PropTypes__default["default"].oneOfType([PropTypes__default["default"].bool, PropTypes__default["default"].oneOf(['shift'])]),
eager: PropTypes__default["default"].bool,

@@ -240,3 +240,3 @@ // events

parse: PropTypes__default["default"].func,
autofix: PropTypes__default["default"].bool,
autofix: PropTypes__default["default"].oneOfType([PropTypes__default["default"].bool, PropTypes__default["default"].oneOf(['pad'])]),
// number

@@ -243,0 +243,0 @@ radix: PropTypes__default["default"].string,

@@ -14,3 +14,3 @@ import { a as _inherits, b as _createSuper, c as _createClass, d as _classCallCheck, e as _assertThisInitialized } from './_rollupPluginBabelHelpers-9b6cc24f.js';

commit: PropTypes.func,
overwrite: PropTypes.bool,
overwrite: PropTypes.oneOfType([PropTypes.bool, PropTypes.oneOf(['shift'])]),
eager: PropTypes.bool,

@@ -29,3 +29,3 @@ // events

parse: PropTypes.func,
autofix: PropTypes.bool,
autofix: PropTypes.oneOfType([PropTypes.bool, PropTypes.oneOf(['pad'])]),
// number

@@ -32,0 +32,0 @@ radix: PropTypes.string,

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "6.3.0",
"version": "6.4.0",
"homepage": "https://imask.js.org/",

@@ -24,3 +24,3 @@ "description": "React input mask",

"dependencies": {
"imask": "^6.3.0",
"imask": "^6.4.0",
"prop-types": "^15.7.2"

@@ -34,3 +34,3 @@ },

},
"gitHead": "6398d283ca0fbc96551ae3fd1fe544961abff799",
"gitHead": "14e1666a9796c439e55a1e6dfa8710f72c9ecf8d",
"devDependencies": {

@@ -37,0 +37,0 @@ "@types/react": "^17.0.15",

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