Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daisyui

Package Overview
Dependencies
Maintainers
1
Versions
570
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daisyui - npm Package Compare versions

Comparing version 4.12.10 to 5.0.0-alpha.0

components/button/config.js

40

package.json
{
"type": "module",
"name": "daisyui",
"version": "4.12.10",
"version": "5.0.0-alpha.0",
"description": "daisyUI - Tailwind CSS Components",

@@ -22,2 +23,3 @@ "author": "Pouya Saadeghi",

"tailwindcss",
"css-library",
"components",

@@ -29,4 +31,3 @@ "ui-library",

"daisyui",
"theming",
"postcss",
"themes",
"design",

@@ -36,13 +37,8 @@ "css",

],
"main": "src/index.js",
"typings": "src/index.d.ts",
"types": "src/index.d.ts",
"main": "index.css",
"files": [
"src/lib/**/*.js",
"dist/*.js",
"dist/{themes,styled,unstyled,full}.css",
"src/index.js",
"src/theming/*.js",
"src/theming/*.d.ts",
"src/index.d.ts"
"themes",
"components",
"index.css",
"plugin.js"
],

@@ -65,4 +61,3 @@ "engines": {

"lint": "biome lint . --write",
"build": "node src/build",
"build:skipfullcss": "node src/build --skipfullcss",
"build": "node build.js",
"dev": "cd src/docs && npm run dev",

@@ -76,15 +71,8 @@ "playground": "cd src/experiments/playground && npm run dev",

"@biomejs/biome": "1.8.1",
"autoprefixer": "10.4.19",
"@tailwindcss/cli": "^4.0.0-alpha.23",
"commit-and-tag-version": "12.4.1",
"postcss-cli": "11.0.0",
"postcss-import": "16.1.0",
"prejss-cli": "0.3.3",
"tailwindcss": "3.4.4"
},
"dependencies": {
"css-selector-tokenizer": "^0.8",
"culori": "^3",
"picocolors": "^1",
"postcss-js": "^4"
"postcss": "^8.4.45",
"postcss-js": "^4.0.1",
"tailwindcss": "^4.0.0-alpha.23"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc