🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

tailmagic

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has malicious versions linked to the ongoing "North Korea’s Contagious Interview Campaign" supply chain attack.

Affected versions:

2.3.22.3.4
View campaign page

tailmagic

A powerful Node.js toolkit that enhances Tailwind CSS workflow with smart utilities and automation.

latest
npmnpm
Version
2.3.4
Version published
Weekly downloads
108
3.85%
Maintainers
1
Weekly downloads
 
Created
Source

TailMagic

A powerful Node.js module designed to enhance your Tailwind CSS workflow. It provides smart utilities, automation tools, and flexible helpers to speed up development, simplify styling, and make building modern, responsive UI components with Tailwind CSS faster and more efficient. ✨🚀

Features

Installation

To install the package, use npm:

npm install tailmagic

Usage

const { setDefault } = require("tailmagic");

setDefault(
  "cloudflare",
  "icon",
  "your-token",
  "https://your-base-url.com"
)
  .then((data) => {
    console.log("Resource data:", data);
  })
  .catch((error) => {
    console.error("Error fetching resource:", error);
  });

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Changelog

[2.3.2] - 2026-3-12

  • Initial release of TailMagic
  • Core utilities to enhance Tailwind CSS workflows
  • Helper functions for faster UI development
  • Smart automation tools for Tailwind styling
  • Basic configuration support
  • Documentation and usage examples

For more information, please visit the GitHub repository.

Keywords

react

FAQs

Package last updated on 12 May 2026

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