tailwindcss-dark-mode-plugin
Advanced tools
+10
| 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; |
+1
-1
@@ -298,3 +298,3 @@ const themeColors = { | ||
| ":root": { | ||
| "--tw-var-black": "0,0,0", | ||
| "--tw-var-black": "18,18,18", | ||
| "--tw-var-white": "255,255,255", | ||
@@ -301,0 +301,0 @@ "--tw-var-slate-50": "248,250,252", |
+5
-5
| { | ||
| "name": "tailwindcss-dark-mode-plugin", | ||
| "version": "0.0.5-beta.0", | ||
| "version": "1.0.0", | ||
| "description": "Dark mode plugin for tailwind css", | ||
@@ -8,7 +8,7 @@ "publishConfig": { | ||
| }, | ||
| "repository": "https://github.com/haijie-x/tailwindcss-dark-mode-plugin.git", | ||
| "repository": "https://github.com/hai-x/tailwindcss-dark-mode-plugin.git", | ||
| "exports": { | ||
| ".": { | ||
| "require": "./index.js", | ||
| "import": "./esmWrapper.mjs" | ||
| "import": "./mod.mjs" | ||
| } | ||
@@ -18,5 +18,5 @@ }, | ||
| "scripts": { | ||
| "release": "bumpp && npm publish" | ||
| "release": "npm publish" | ||
| }, | ||
| "author": "haijie-x", | ||
| "author": "hai-x", | ||
| "license": "ISC", | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
| 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; |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
-50%43455
-0.06%