Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
eslint-config-digiteels
Advanced tools
Custom ESLint configs based on DigitEels' style recommendations.
Custom ESLint configs based on DigitEels' style recommendations.
Heavily influenced by:
Install with ESLint for development using npm (requires ESLint v3.5.0 and above):
npm install --save-dev eslint eslint-config-digiteels
Extend your ESLint configuration using digiteels
(or one of the below configs), for example:
{
"extends": "digiteels"
}
That's it!
Start by extending a complete configuration for one of the following ECMAScript versions:
digiteels/ecmaVersion/6
(default)digiteels/ecmaVersion/5
Additionally extend one or more of the following environment / framework configurations applicable to your project:
digiteels/env/node
digiteels/env/react
For example, for a Node.js project using ES6:
{
"extends": [
"digiteels",
"digiteels/env/node"
]
}
FAQs
Custom ESLint configs based on DigitEels' style recommendations.
We found that eslint-config-digiteels 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.