Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
eslint-config-nouvelle
Advanced tools
eslint configuration for nouvelle and related core modules
An eslint configuration for the nouvelle core modules.
Due to limitations of eslint the dependencies of eslint plugins like this one
must be explicitly loaded in your package.json
.
Here is the necessary section of package.json
:
"devDependencies": {
"mocha": "^5.1.1",
"eslint": "^4.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
And here is the .eslintrc
file you'll need:
{
"extends": "nouvelle"
}
2.0.2: packaging issue, no changes.
2.0.1: use import/no-extraneous-dependencies
to detect require
calls that are not backed by a real dependency of this project or module.
2.0.0: initial release.
FAQs
eslint configuration for nouvelle and related core modules
The npm package eslint-config-nouvelle receives a total of 0 weekly downloads. As such, eslint-config-nouvelle popularity was classified as not popular.
We found that eslint-config-nouvelle 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.