Socket
Socket
Sign inDemoInstall

ember-maskedinput

Package Overview
Dependencies
189
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-maskedinput

A ember component wrapper of jquery.maskedinput


Version published
Maintainers
1
Created

Readme

Source

ember-maskedinput

Build Status

ember-maskedinput is a component that use jquery.maskedinput to mask the input.

Installation

From inside your ember-cli project, run the following:

ember install ember-maskedinput
Installation for ember-cli 0.1.5 - 0.2.2
ember install:addon ember-maskedinput
Installation without ember-cli
npm install ember-maskedinput --save

masked-input

{{masked-input maskholder="#" mask="999 9999" autoclear="false"}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Last updated on 01 Mar 2016

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