
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-opuscapita
Advanced tools
This package provides OpusCapita's base .eslintrc as an extensible shared config.
ESLint is a tool for guarantee a code style consistency across developers team. It helps to take a code more clear and readable. For example it detects an unused variables. Also with linting you automatically avoid common pit-falls
Our default export contains all of our ESLint rules, including ECMAScript 2015+ and React.
It requires:
npm install --save-dev -E eslint-config-opuscapita eslint-plugin-react@7.5.1 babel-eslint@8.1.2 eslint@4.14.0
"extends": "opuscapita"
to your .eslintrc.eslintrc example:
{
"extends": "opuscapita",
"env": {
"jasmine": true,
"browser": true,
"node": true,
"es6": true
}
}
It unnecessary to run npm run eslint
every time for error checking. Your editor able to highlight an errors on fly.
Some users prefer this way.
How to enable ESLint in your editor
npm run lint -- --fix
OpusCapita ESLint config is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
[v2.0.10](Thu, 04 Apr 2019 16:21:59 GMT)
FAQs
OpusCapita ESLint config, following our styleguide
The npm package eslint-config-opuscapita receives a total of 44 weekly downloads. As such, eslint-config-opuscapita popularity was classified as not popular.
We found that eslint-config-opuscapita demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
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.