Socket
Socket
Sign inDemoInstall

react-input-mask

Package Overview
Dependencies
3
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.5.3

2

build/InputElement.js

@@ -208,3 +208,3 @@ // https://github.com/sanniassin/react-input-mask

var char = substr.shift();
if (this.isAllowedChar(char, i, state)) {
if (this.isAllowedChar(char, i, state, true)) {
++i;

@@ -211,0 +211,0 @@ }

@@ -190,3 +190,3 @@ // https://github.com/sanniassin/react-input-mask

var char = substr.shift();
if (this.isAllowedChar(char, i, state)) {
if (this.isAllowedChar(char, i, state, true)) {
++i;

@@ -193,0 +193,0 @@ }

{
"name": "react-input-mask",
"description": "Masked input component for React",
"version": "0.5.2",
"version": "0.5.3",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc