
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Angular directives and a separate module to validate international phone numbers.
Angular directives and a separate module to validate international phone numbers.
If you want to use the directives as a bower component
bower install --save namshi/nmPhone
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 appsrc/nmNumeric.js
: it's a directive that will make sure whatever you type will retain only numberssrc/nmRangeLength.js
: it's a directive that will make sure whatever you type will be between a min and max lengthsrc/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', ...]);
npm install --save git://github.com/namshi/nmPhone.git#1.0.2
Note: the exported module is the utils.js
module.
npm install
npm run-script build-dist
npm test
FAQs
Angular directives and a separate module to validate international phone numbers.
The npm package nmPhone receives a total of 2 weekly downloads. As such, nmPhone popularity was classified as not popular.
We found that nmPhone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.