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-plugin-import-order-alphabetical
Advanced tools
eslint-plugin-import/order, but with alphabetical sorting
eslint-plugin-import/order, but with alphabetical sorting. Based on this PR. Because this one seems to be going nowhere and doesn't even have autofixing.
Note: the autofixing doesn't always work. But it's better than nothing! :)
PRs very welcome. And even better if we could get this back into eslint-plugin-import, of course.
$ npm install --save-dev eslint-plugin-import-order-alphabetical
or
$ yarn add --dev eslint-plugin-import-order-alphabetical
Then in your .eslintrc.js
:
plugins: ["eslint-plugin-import-order-alphabetical"],
rules: {
"import-order-alphabetical/order": "error",
},
For more detailed options, see eslint-plugin-import/order.
❤️ Thank you to the people working on eslint-plugin-import and related projects. It's not easy to maintain open source and I really do appreciate the work that goes into it. ❤️
FAQs
eslint-plugin-import/order, but with alphabetical sorting
We found that eslint-plugin-import-order-alphabetical 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.