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

Core abilities of masked-input. Usefull to create custom input processors

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.9K
increased by38.13%
Maintainers
1
Weekly downloads
 
Created
Source

Set of input tools for formatting

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). This project could help you.

Watch demo: http://xnimorz.github.io/masked-input/

Components

input-core

If you want to use only core without input decorators:

npm install --save input-core

or

yarn add input-core

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Changelog

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

0.1.1 Fix bug with removing static symbol

0.1.0 First publish

TODO

  1. Cover all input-core with unit tests
  2. Dynamically change props in demo page

License

MIT

Keywords

FAQs

Package last updated on 02 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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