
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@titicaca/prettier-config-triple
Advanced tools
Triple's Prettier config, following our styleguide.
npm install @titicaca/prettier-config-triple prettier --save-dev
package.json
파일의 scripts
속성에 다음을 추가해주세요.
{
"scripts": {
"format": "prettier . --check",
"format:fix": "prettier . --write"
}
}
.prettierrc
파일을 생성하고 다음을 추가해주세요.
"@titicaca/prettier-config-triple"
또는 package.json
파일에 다음을 추가해주세요.
{
"prettier": "@titicaca/prettier-config-triple"
}
FAQs
Triple's Prettier config, following our styleguide.
The npm package @titicaca/prettier-config-triple receives a total of 776 weekly downloads. As such, @titicaca/prettier-config-triple popularity was classified as not popular.
We found that @titicaca/prettier-config-triple demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 105 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.