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-callstack-io
Advanced tools
Callstack.io eslint config utilizing Airbnb config, Flow, Prettier and Jest support.
Plugins and configs used:
Additionally, it sets these environments:
{
"env": {
"browser": true,
"es6": true,
"node": true
}
}
And for test files matching default Jest testMatch
:
{
"env": {
"jest/globals": true
}
}
yarn add --dev eslint eslint-config-callstack-io
Note: We're using yarn
to install deps. Feel free to change commands to use npm
and npx
if you like
Add to your eslint config (.eslintrc
, or eslintConfig
field in package.json
):
{
"extends": "callstack-io"
}
FAQs
ESLint preset extending Airbnb, Flow, Prettier and Jest
The npm package eslint-config-callstack-io receives a total of 1,914 weekly downloads. As such, eslint-config-callstack-io popularity was classified as popular.
We found that eslint-config-callstack-io demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.