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-ebay
Advanced tools
This package provides eBay's .eslintrc as a shared npm module. This is similar to that of airbnb's extensible shared config.
There are two ESLint configurations available.
The default export contains all of our ESLint rules, including EcmaScript 6+.
npm install --save-dev eslint-config-ebay eslint
"extends": "ebay"
to your .eslintrcLints ES5 and below.
npm install --save-dev eslint-config-ebay eslint
"extends": "ebay/legacy"
to your .eslintrcInstall the ESLint validator plugin in your favorite text editor. Next step is to point the eslint config to the rules in this repo. To do that, clone the repo
git clone https://github.com/ebay/eslint-config-ebay.git
and point the config to
<path to repo>/eslint-config-ebay/legacy.js
<path to repo>/eslint-config-ebay/index.js
For example, in Sublime Text editor add the below in SublimeLinter.sublime-settings
file
"linters": {
"eslint": {
"@disable": false,
"args": [
"-c",
"/Users/someUser/eslint-config-ebay/index.js"
],
"excludes": []
}
}
FAQs
ESLint config
The npm package eslint-config-ebay receives a total of 39 weekly downloads. As such, eslint-config-ebay popularity was classified as not popular.
We found that eslint-config-ebay demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 25 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.
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.