
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
eslint-config-gourmet
Advanced tools
ESLint shareable config for the Gourmet style.
.eslintrc.js
)module.exports = {
extends: "gourmet",
root: true
};
.eslintrc.json
){
"extends": "gourmet",
"root": true
}
You can choose a configuration set based on the type of your target environment by specifying the name after a slash like "gourmet/node"
.
node
: Node apps (default)
class
, async
, await
, ...)require()
, module.exports
, ...)react
: React apps
node
, additional features as follows:document
, window
, ...)react/jsx-uses-react
, ...)eslint-plugin-react@7
as a peer dependencygourmet_lib
: Gourmet SSR libraries
react
, additional features as follows:SERVER
, DEBUG
, ...)gourmet_app
: Gourmet SSR apps
gourmet_lib
, additional features as follows:import
, export
, ...)babel-eslint@10
and eslint-plugin-babel@5
as peer dependencies.As noted above, eslint-config-gourmet
requires additional packages per your choice of configuration as below:
# For `react` and `gourmet_lib`
npm install eslint-plugin-react@7 --save-dev
# For `gourmet_app`
npm install eslint-plugin-react@7 babel-eslint@10 eslint-plugin-babel@5 --save-dev
These additional packages are not specified as
peerDependencies
byeslint-config-gourmet
because they are not required for some configurations.
FAQs
ESLint shareable config for the Gourmet style
The npm package eslint-config-gourmet receives a total of 1 weekly downloads. As such, eslint-config-gourmet popularity was classified as not popular.
We found that eslint-config-gourmet 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.