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-ai is an cli tools that help us to lint and view suggestion from ai if we had a code error with eslint support.
eslint-ai is an cli tools that help us to lint and view suggestion from ai if we had a code error with eslint support.
Get your OPENAI_KEY from OpenAi
You'll have to create a account and get your api key
Set your configuration:
eslint-ai config set OPENAI_KEY=<your key> # for api key
eslint-ai config set OPENAI_MODEL=<your model> # for specifing your prefered model
eslint-ai config set OPENAI_API_ENDPOINT=<your api endpoint> # for specifing your api endpoint
eslint-ai config ui # to use ui prompt directly
Recommended
npx eslint-ai # basic usage
npx eslint-ai <file> # you can specify a list of file to lint
Using global installation
npm install -g eslint-ai # npm
yarn add global eslint-ai # yarn
eslint-ai # basic usage
eslint-ai <file> # you can specify a list of file to lint
To update to the latest version, use:
eslint-ai update
eslint-ai is an MIT-licensed open source project. It can grow thanks to the sponsors and support.
eslint-ai is MIT licensed.
FAQs
eslint-ai is an cli tools that help us to lint and view suggestion from ai if we had a code error with eslint support.
The npm package eslint-ai receives a total of 5 weekly downloads. As such, eslint-ai popularity was classified as not popular.
We found that eslint-ai 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.