
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@homebound/prettier-config
Advanced tools
Shared Prettier configuration for Homebound projects.
yarn add -D @homebound/prettier-config prettier
Add to your package.json:
{
"prettier": "@homebound/prettier-config"
}
To override settings, create a .prettierrc.js file:
const homeboundConfig = require("@homebound/prettier-config");
module.exports = {
...homeboundConfig,
// your overrides here
};
This config includes:
trailingComma: "all"printWidth: 120Add a check step to your CI:
prettier --check .
Or format all files:
prettier --write .
FAQs
Shared Prettier configuration for Homebound projects
The npm package @homebound/prettier-config receives a total of 72 weekly downloads. As such, @homebound/prettier-config popularity was classified as not popular.
We found that @homebound/prettier-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 22 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.