Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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
You will need to include 2 files into your app:
dist/utils.js
: it will load nmPhoneUtils
module (use by the directives)src/directive.js
: it will load nmPhoneNumberSingleInput
and nmPhoneNumber
directivesIf you want to use the directives 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 0 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.