Comparing version 0.1.2 to 1.0.0
{ | ||
"name": "input-core", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"description": "Core abilities of masked-input. Usefull to create custom input processors", | ||
@@ -10,2 +10,6 @@ "main": "./lib/inputCore", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xnimorz/masked-input.git" | ||
}, | ||
"keywords": [ | ||
@@ -12,0 +16,0 @@ "masked-input", |
# Set of input tools for formatting | ||
This project allow to create mask input easily. | ||
This project allow to create masked inputs easily. | ||
In real world you often need to create input for credit card, phone number or birthday date etc. | ||
Each of this usecases require to input value with some formatting (for example 0000-0000-000-0000 for credit card) and with static length. This project is going to help you. | ||
Each of this usecases require to input value with some formatting (for example 0000-0000-000-0000 for credit card). This project could help you. | ||
Watch demo: http://xnimorz.github.io/masked-input/ | ||
See all components at https://github.com/xnimorz/masked-input | ||
# Components | ||
* [react-maskinput](https://github.com/xnimorz/masked-input#react-maskinput) — react masked input, | ||
* [react-numberinput](https://github.com/xnimorz/masked-input#react-numberinput) — react numeric input, | ||
* [input-core](https://github.com/xnimorz/masked-input#input-core) — the core module on top of which you can build any custom components, | ||
* [mask-input](https://github.com/xnimorz/masked-input#mask-input) — vanilla masked input. | ||
## input-core | ||
If you want to use only core, without input decorators: | ||
If you want to use only core without input decorators: | ||
@@ -18,2 +23,6 @@ ``` | ||
``` | ||
or | ||
``` | ||
yarn add input-core | ||
``` | ||
@@ -30,2 +39,8 @@ # Contributing | ||
1.0.0 several changes: | ||
* From this moment all of tools will have similar version | ||
* Added examples using components with another libs, such as `styled-components` | ||
* Improved demo page | ||
* Improved readme | ||
0.1.2 Fix bug with uncorrect removing symbols range | ||
@@ -32,0 +47,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36267
1
59
0