New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tailwindcss/vite

Package Overview
Dependencies
Maintainers
4
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailwindcss/vite - npm Package Compare versions

Comparing version 0.0.0-development.3 to 0.0.0-development.4

27

package.json
{
"name": "@tailwindcss/vite",
"version": "0.0.0-development.3",
"scripts": {
"build": "tsup-node ./src/index.ts --format esm --dts",
"dev": "npm run build -- --watch"
},
"version": "0.0.0-development.4",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"repository": "https://github.com/tailwindlabs/tailwindcss.git",
"bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
"homepage": "https://tailwindcss.com",
"files": [
"dist"
"dist/"
],

@@ -18,5 +19,13 @@ "exports": {

"dependencies": {
"tailwindcss": "0.0.0-development.3",
"@tailwindcss/oxide": "0.0.0-development.3"
"@tailwindcss/oxide": "^0.0.0-development.4",
"tailwindcss": "^0.0.0-development.4"
},
"devDependencies": {
"@types/node": "^20.11.17",
"vite": "^5.0.11"
},
"scripts": {
"build": "tsup-node ./src/index.ts --format esm --dts",
"dev": "pnpm run build -- --watch"
}
}
}

Sorry, the diff of this file is not supported yet

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