Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

input-core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

input-core - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

6

package.json
{
"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 @@

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