Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nmPhone

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nmPhone

Angular directives and a separate module to validate international phone numbers.

  • 2.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

nmPhone

Angular directives and a separate module to validate international phone numbers.

Install (bower)

If you want to use the directives as a bower component

bower install --save namshi/nmPhone

Use it

If you need only the nmPhoneUtils library you can include dist/utils.js.

To use the directives you need to include src/nmPhoneNumber.js as the first file (it will register the module namshi.nmPhoneNumber), then, based on what you want to use, you will need to include:

  • dist/utils.js + src/nmPhoneUtils.js: it will attach the nmPhoneUtils module as a service in your angular app
  • src/nmNumeric.js: it's a directive that will make sure whatever you type will retain only numbers
  • src/nmRangeLength.js: it's a directive that will make sure whatever you type will be between a min and max length
  • src/PhoneNumberSingleInput: it's a directive that will make sure you are typing an international number (+[-]-)
  • src/PhoneNumberMultiInput: it's a directive that will give you some utilities to handle the validation of an international number given as a form with 3 different inputs: country, carrier, number.

Remember to add the module name into the app definition

angular.module('my_App', [..., 'namshi.nmPhoneNumber', ...]);

Install (npm)

npm install --save git://github.com/namshi/nmPhone.git#1.0.2

Note: the exported module is the utils.js module.

Build dist files

npm install
npm run-script build-dist

Test

npm test

FAQs

Package last updated on 05 Mar 2018

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