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.
@codemotion/angular-mention
Advanced tools
@mentions and macros widget based on AngularJS.
To get started, add the following to your Controller to set up a scope variable called people
:
$scope.people = [
{label: 'Joe'},
{label: 'Mike'},
{label: 'Diane'}
];
Then add this to your html:
<input
type="text"
data-mentio
data-mentio-typed-text="typedTerm"
data-mentio-items="people | filter:label:typedTerm"
data-ng-model="myval"
/>
Now you can type @ into your text field, and see a menu of choices.
There are many other options, including the ability to have multiple trigger characters, templates, binding your menu to an API, converting the selected item to markup, and more.
FAQs
Mentions for Angular
The npm package @codemotion/angular-mention receives a total of 1 weekly downloads. As such, @codemotion/angular-mention popularity was classified as not popular.
We found that @codemotion/angular-mention demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.