Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@venncity/eslint-config
Advanced tools
Venn's base eslint configuration
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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.