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.
@monteway/prettier
Advanced tools
Very basic configuration for Prettier.
npm i -D prettier @monteway/prettier
Simply create your Prettier config file with following content:
module.exports = require('@monteway/prettier/config');
This is the default configuration for Prettier.
For the sake of consistency between projects it should not be changes or overwritten.
{
// Max line length is 100 characters.
printWidth: 100,
// Put semicolons always.
semi: true,
// Use single quotes.
singleQuote: true,
// Identation should be 2 spaces.
tabWidth: 2,
// Put commas whenever possible.
trailingComma: 'all',
}
FAQs
Basic Prettier config for Monterail projects
The npm package @monteway/prettier receives a total of 221 weekly downloads. As such, @monteway/prettier popularity was classified as not popular.
We found that @monteway/prettier 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.