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.9.0 to 1.9.1

dist/lib/masks/index.js

5

CHANGELOG.md
# Changelog
## [1.9.1] - 2018-09-09
- Fix [#92](https://github.com/benhurott/react-native-masked-text/issues/92): Unable to resolve module ./masks in v1.9.0 (thanks to [ahce](https://github.com/ahce) for reporting)
## [1.9.0] - 2018-09-08

@@ -15,3 +19,2 @@

- [88 - Moved typings dependencies to devDependencies](https://github.com/benhurott/react-native-masked-text/pull/88). (thanks to [emiyake](https://github.com/emiyake))
- [90 - add cpf-cnpj mask to auto-detect if the document is a CPF or CNPJ](https://github.com/benhurott/react-native-masked-text/pull/90). (thanks to [ronaldozanoni](https://github.com/ronaldozanoni))

@@ -18,0 +21,0 @@ ## 1.7.2

8

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

@@ -17,3 +17,4 @@ "licenses": [

"prepublish": "npm test && npm run clean && npm run build",
"start": "node node_modules/react-native/local-cli/cli.js start"
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios"
},

@@ -52,3 +53,4 @@ "repository": {

"jest": "23.5.0",
"react-test-renderer": "16.3.1"
"react-test-renderer": "16.3.1",
"react-native-masked-text": "1.9.0"
},

@@ -55,0 +57,0 @@ "jest": {

# react-native-masked-text
![downloads](https://img.shields.io/npm/dt/react-native-masked-text.svg)
[![Help Contribute to Open Source](https://www.codetriage.com/benhurott/react-native-masked-text/badges/users.svg)](https://www.codetriage.com/benhurott/react-native-masked-text)

@@ -4,0 +5,0 @@

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