🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@titicaca/prettier-config-triple

Package Overview
Dependencies
Maintainers
123
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titicaca/prettier-config-triple

Triple's Prettier config, following our styleguide.

latest
Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
1.6K
-34.55%
Maintainers
123
Weekly downloads
 
Created
Source

@titicaca/prettier-config-triple

Installation

npm install @titicaca/prettier-config-triple prettier --save-dev

Usage

package.json 파일의 scripts 속성에 다음을 추가해주세요.

{
  "scripts": {
    "format": "prettier . --check",
    "format:fix": "prettier . --write"
  }
}

.prettierrc 파일을 생성하고 다음을 추가해주세요.

"@titicaca/prettier-config-triple"

또는 package.json 파일에 다음을 추가해주세요.

{
  "prettier": "@titicaca/prettier-config-triple"
}

FAQs

Package last updated on 14 Nov 2025

Did you know?

Socket

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.

Install

Related posts