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.
@venncity/eslint-config
Advanced tools
This is the common eslint configuration for venn repositories.
If you are creating a lambda from the lambda template it already has this defined so go have a drink.
Otherwise:
To the root of your project add the following files:
.eslintignore
node_modules
coverage
.eslintrc.json
{
"extends": "@venncity/eslint-config"
}
Run the following:
npm i --save-dev eslint eslint-config-airbnb-base eslint-plugin-import @venncity/eslint-config
To your package.json
file add the following scripts:
"scripts": {
"lint": "node_modules/eslint/bin/eslint.js .",
"lint-fix": "npm run lint -- --fix"
}
In the future we will need multiple configs (lambda, node server, react etc). These should probably all be implemented in this repo by using the multiple configs feature of eslint (see this).
FAQs
Venn's base eslint configuration
The npm package @venncity/eslint-config receives a total of 0 weekly downloads. As such, @venncity/eslint-config popularity was classified as not popular.
We found that @venncity/eslint-config 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.