
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
@epilot360/core-ui
Advanced tools
Core UI package containing global design tokens and configurations for epilot's design system.
Core UI package containing global design tokens and configurations for epilot's design system.
npm install @epilot360/core-ui
# or
yarn add @epilot360/core-ui
This package provides a shared Tailwind configuration for consistent styling. To use this in your project, add the following to your tailwind.config.js:
import { tailwindConfig } from '@epilot360/core-ui';
export default {
presets: [tailwindConfig],
//Project specific configurations
}
If you only want the design tokens without importing the entire library, you can import just the tokens.css file:
Import in JavaScript/TypeScript
import '@epilot360/core-ui/dist/tokens.css';
Or in a CSS file:
@import '@epilot360/core-ui/dist/tokens.css';
FAQs
Core UI package containing global design tokens and configurations for epilot's design system.
The npm package @epilot360/core-ui receives a total of 0 weekly downloads. As such, @epilot360/core-ui popularity was classified as not popular.
We found that @epilot360/core-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.