
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
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.
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
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.