🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

inputmask

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inputmask

Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.

5.0.9
Version published
Maintainers
1
Created

.NET Nuget Package Install

PM> Install-Package InputMask

In App_Start, BundleConfig.cs

bundles.Add(new ScriptBundle("/bundles/inputmask").Include( "/Scripts/inputmask/jquery.inputmask.js"));

In Layout

@Scripts.Render("~/bundles/inputmask")

FAQs

Package last updated on 31 May 2024

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