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
92
decreased by-29.77%
Maintainers
1
Install size
10.4 kB
Created
Weekly downloads
 

Readme

Source

Mask

NPM version Build Status Coverage Status XO code style

The simple and tiny script for input mask.

Install

$ npm i @tadashi/mask

Usage

See more examples here: https://codepen.io/lagden/pen/XzLYJE?editors=1010

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

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

  const maskTelefone = new Mask(telefone)
</script>

Team

Lagden JonatasAmaral

Donate ❤️

  • BTC: bc1q7famhuj5f25n6qvlm3sssnymk2qpxrfwpyq7g4

License

MIT © Thiago Lagden

Keywords

FAQs

Last updated on 25 Oct 2023

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