react-native-masked-text
Advanced tools
Comparing version 1.9.0 to 1.9.1
# 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 |
{ | ||
"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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
486
2
452034
11
1780