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.
ng-click-select
Advanced tools
This branch is for Angular 2. For Angular 1.x, see the 1.x branch.
Angular directive to select contents of text input or text area elements when clicked. Useful to allow user to easily copy value into their clipboard without a Flash-based solution like ZeroClipboard.
Also available at ngModules.org.
These projects use ng-click-select:
Depends on Angular 2.
Via Bower:
$ bower install --save ng-click-select#2
Then include src/ng-click-select.js
in your page.
And/or add it as a dependency of your module, e.g.:
import NgClickSelect from 'src/ng-click-select';
@Component({
/* ... */
})
@View({
template: '<input type="text" ng-click-select />',
directives: [NgClickSelect]
})
class NgClickSelectExample {
/* ... */
}
<input type="text" ng-click-select />
<textarea class="ng-click-select"></textarea>
npm i
tsd reinstall
npm run tsc
FAQs
Angular directive to select contents of text input when clicked.
The npm package ng-click-select receives a total of 330 weekly downloads. As such, ng-click-select popularity was classified as not popular.
We found that ng-click-select 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.