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.
eslint-config-othree-style
Advanced tools
I love standardjs and semistandard. But I really want trailing comma.
Trailing Comma is not allowed in old JavaScript implementations. But for a long list with tailing comma is easier to maintain.
It's easier to modify a list since every element are in the same format. Reduce the chance produces bug when copy element from old code.
Also, minifier can strip trailing commas, so don't worry about old browsers.
After several monthes later, I start to add my lint rules The first one is eslint-plugin-no-parameter-e. And I am planing to add a more powerfule empty line linter.
Because deps are based on peerDependency. We need to install all eslin config ourself.
npm install --save-dev eslint-config-othree-style eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node eslint-plugin-no-parameter-e
Add this to esling config:
{
"extends": "othree-style"
}
FAQs
eslint sharable config for othree
The npm package eslint-config-othree-style receives a total of 1 weekly downloads. As such, eslint-config-othree-style popularity was classified as not popular.
We found that eslint-config-othree-style 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.