
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@realbase/tailwind-config
Advanced tools
RealBase 프로젝트에서 공통으로 사용하는 Tailwind CSS 프리셋입니다. web
/native
환경별 구성을 제공합니다.
pnpm add -D @realbase/tailwind-config tailwindcss postcss autoprefixer
tailwind.config.ts
import web from "@realbase/tailwind-config/web";
export default web;
src/app/globals.css
등에 기본 변수와 유틸을 정의해 두면 색상 토큰이 작동합니다.
tailwind.config.ts
import native from "@realbase/tailwind-config/native";
export default native;
base
) + 환경별 확장tailwindcss-animate
플러그인 포함class
기반기본값은 src/**/*.{ts,tsx}
입니다. 필요 시 프로젝트에서 오버라이드하세요.
import web from "@realbase/tailwind-config/web";
export default {
...web,
content: ["src/**/*.{ts,tsx}", "content/**/*.{md,mdx}"],
};
FAQs
Tailwind CSS configuration for RealBase projects.
The npm package @realbase/tailwind-config receives a total of 5 weekly downloads. As such, @realbase/tailwind-config popularity was classified as not popular.
We found that @realbase/tailwind-config demonstrated a healthy version release cadence and project activity because the last version was released less than 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 how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.