Socket
Socket
Sign inDemoInstall

react-input-mask

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-input-mask - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

10

build/InputElement.js

@@ -827,6 +827,8 @@ // https://github.com/sanniassin/react-input-mask

if (this.mask) {
var handlersKeys = ["onFocus", "onBlur", "onChange", "onKeyDown", "onKeyPress", "onPaste"];
handlersKeys.forEach(function (key) {
props[key] = _this7[key];
});
if (!props.disabled && !props.readOnly) {
var handlersKeys = ["onFocus", "onBlur", "onChange", "onKeyDown", "onKeyPress", "onPaste"];
handlersKeys.forEach(function (key) {
props[key] = _this7[key];
});
}

@@ -833,0 +835,0 @@ if (props.value != null) {

@@ -809,6 +809,8 @@ // https://github.com/sanniassin/react-input-mask

if (this.mask) {
var handlersKeys = ["onFocus", "onBlur", "onChange", "onKeyDown", "onKeyPress", "onPaste"];
handlersKeys.forEach((key) => {
props[key] = this[key];
});
if (!props.disabled && !props.readOnly) {
var handlersKeys = ["onFocus", "onBlur", "onChange", "onKeyDown", "onKeyPress", "onPaste"];
handlersKeys.forEach((key) => {
props[key] = this[key];
});
}

@@ -815,0 +817,0 @@ if (props.value != null) {

2

package.json
{
"name": "react-input-mask",
"description": "Masked input component for React",
"version": "0.7.7",
"version": "0.7.8",
"homepage": "https://github.com/sanniassin/react-input-mask",

@@ -6,0 +6,0 @@ "license": "MIT",

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