Socket
Socket
Sign inDemoInstall

@tadashi/mask

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tadashi/mask

The simple and tiny script for input mask


Version published
Weekly downloads
100
decreased by-20.63%
Maintainers
1
Install size
23.5 kB
Created
Weekly downloads
 

Readme

Source

Mask

Build Status Coverage Status XO code style

The simple and tiny script for input mask

Install

$ npm i -S @tadashi/mask

Usage

Codepen example: https://codepen.io/lagden/pen/XzLYJE

<input id="telefone" type="text" data-mask="(99) 9-9999-9999">

<script type="module">
  import Mask from 'https://unpkg.com/@tadashi/mask@{version}/src/index.js'
  const mask = new Mask(telefone)
</script>

License

MIT © Thiago Lagden

Keywords

FAQs

Last updated on 12 Mar 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc