
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@mintlify/prettier-config
Advanced tools
Prettier is used for code formatting.
Install this package and peerDependencies of this package as devDependencies in the project, using install-peerdeps.
npx install-peerdeps --dev @mintlify/prettier-config
Alternatively, you can install this package as devDependency and install the peerDependencies separately.
# yarn
yarn add -D @mintlify/prettier-config
# npm
npm i -D @mintlify/prettier-config
# pnpm
pnpm add -D @mintlify/prettier-config
Create a .prettierrc
file in the project root with the following content:
"@mintlify/prettier-config/config.js"
Add the following package.json
scripts (with the appropriate file extensions for the project):
"scripts": {
"format": "prettier \"**/*.{css,js,ts,tsx,md,mdx}\" --write",
"format:check": "prettier \"**/*.{css,js,ts,tsx,md,mdx}\" --check",
...
}
FAQs
Mintlify shared prettier config
The npm package @mintlify/prettier-config receives a total of 495 weekly downloads. As such, @mintlify/prettier-config popularity was classified as not popular.
We found that @mintlify/prettier-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.