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.
ng2-nouislider
Advanced tools
Angular2 nouislider directive
See demos
Note: ng2-nouislider
is RC6 compatible using the new Forms API (@angular/forms)
npm i --save nouislider ng2-nouislider
import {Nouislider} from 'ng2-nouislider';
Styles
@import "~nouislider/distribute/nouislider.min.css";
<div nouislider [connect]="true" [min]="0" [max]="15" [(ngModel)]="someRange"></div>
git clone --recursive https://github.com/tb/ng2-nouislider.git
cd ng2-nouislider
npm install
npm start
# check http://localhost:8080 in browser
MIT
FAQs
Angular2 noUiSlider component
The npm package ng2-nouislider receives a total of 22,804 weekly downloads. As such, ng2-nouislider popularity was classified as popular.
We found that ng2-nouislider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.