Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

tailwindcss-dark-mode-plugin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-dark-mode-plugin - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+3
-0
esmWrapper.mjs
import module from "./index.js";
const themePlugin = module.themePlugin;
const themeColors = module.themeColors;
const darkMode = module.darkMode;
exports.themePlugin = themePlugin;
exports.themeColors = themeColors;
exports.darkMode = darkMode;
export default plugin;
+4
-1

@@ -543,3 +543,3 @@ const themeColors = {

},
"html#dark": {
"html[theme='dark']": {
"--tw-var-black": "255,255,255",

@@ -793,3 +793,6 @@ "--tw-var-white": "0,0,0",

const darkMode = ["class", 'html[theme="dark"]'];
module.exports.themeColors = themeColors;
module.exports.themePlugin = themePlugin;
module.exports.darkMode = darkMode;
{
"name": "tailwindcss-dark-mode-plugin",
"version": "0.0.3",
"version": "0.0.4",
"description": "Dark mode plugin for tailwind css",

@@ -5,0 +5,0 @@ "publishConfig": {