Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
eslint-plugin-adonis
Advanced tools
Eslint plugin for AdonisJS applications and packages.
This repo contains the config for eslint used by the core packages of AdonisJS and recommended for AdonisJS applications as well.
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-adonis
:
$ npm install eslint-plugin-adonis --save-dev
Note: If you installed ESLint globally (using the
-g
flag) then you must also installeslint-plugin-adonis
globally.
Add adonis
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
adonis/typescriptPackage
must be extended when creating packages for AdonisJS.
{
"extends": [
"plugin:adonis/typescriptPackage"
]
}
adonis/typescriptApp
must be extended when creating AdonisJS application written in Typescript.
{
"extends": [
"plugin:adonis/typescriptApp"
]
}
FAQs
ESlint rules for AdonisJs applications and addons
We found that eslint-plugin-adonis 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.