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.
@bandlab/eslint-config-bandlab-angularjs
Advanced tools
BandLab's ESLint config for AngularJS, following our styleguide
This package provides BandLab's .eslintrc as an extensible shared config. By adopting a common ESLint config, we are encouraging a consistent style and quality across all of our JavaScript projects.
We export two ESLint configurations for your usage.
Our default export contains all our ESLint rules, including AngularJS rules. It requires eslint
and eslint-plugin-angular
.
npm install --save-dev @bandlab/eslint-config-bandlab-angularjs @bandlab/eslint-plugin-angular eslint-plugin-unicorn eslint
"extends": "@bandlab/eslint-config-bandlab-angularjs"
to your .eslintrcSee eslint-config-bandlab-base for the base without AngularJS support.
Use at your own risks, future versions might change as we improve our style!
FAQs
BandLab's ESLint config for AngularJS, following our styleguide
The npm package @bandlab/eslint-config-bandlab-angularjs receives a total of 27 weekly downloads. As such, @bandlab/eslint-config-bandlab-angularjs popularity was classified as not popular.
We found that @bandlab/eslint-config-bandlab-angularjs demonstrated a healthy version release cadence and project activity because the last version was released less than 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.