New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-masked-text

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-masked-text - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

6

lib/text-input-mask.js

@@ -45,2 +45,6 @@ import React, { Component } from 'react';

_getKeyboardType() {
return this.props.keyboardType || this._maskHandler.getKeyboardType()
}
render() {

@@ -50,3 +54,3 @@ return (

ref={INPUT_TEXT_REF}
keyboardType={this._maskHandler.getKeyboardType()}
keyboardType={this._getKeyboardType()}
{...this.props}

@@ -53,0 +57,0 @@ onChangeText={(text) => this._onChangeText(text)}

2

package.json
{
"name": "react-native-masked-text",
"version": "1.5.1",
"version": "1.5.2",
"description": "Text and TextInput with mask for React Native applications",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -353,2 +353,5 @@ # react-native-masked-text

## 1.5.2
* Adding `keyboardType` to custom mask. (thanks to [Nurbek Abulgazin](https://github.com/nurbek-ab))
## 1.5.1

@@ -361,3 +364,3 @@ * Adding `tinymask` to fix some custom mask issues.

## 1.4.0
* Adding `customTextInput` to allow other inputs instead native TextInput. (thank to [Hellon Canella](https://github.com/helloncanella))
* Adding `customTextInput` to allow other inputs instead native TextInput. (thanks to [Hellon Canella](https://github.com/helloncanella))

@@ -364,0 +367,0 @@ ## 1.3.4

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