Security News
Supply Chain Attack Detected in @solana/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.
A Javascript style guide including linters for the Mozilla Foundation Engineering team.
This repo contains "RC" files, which represent our standard rules, for several different JavaScript linters (JSHint, JSCS, and JSBeautifier).
In your project you can use npm to install the RC files as a module, which can then be individually used by your project's build system (eg: Gulp or Grunt). Most linting tasks/plugins allow you to specify an external RC file, which you can point to your copies in node_modules
.
Simply run npm install mofo-style --save-dev
.
You should have at least 2 style tasks in your runner.
validate
- Run all 3 linters in read only mode and report any errors.clean
- Run all 3 linters but also run JSBeautifier in write mode to automatically fix any formatting errors that it's capable of repairing.Refer to the RC files for specifics.
FAQs
A Javascript style guide including linters for the Mozilla Foundation Engineering team.
The npm package mofo-style receives a total of 21 weekly downloads. As such, mofo-style popularity was classified as not popular.
We found that mofo-style demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
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.