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

bun-plugin-tailwind

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-plugin-tailwind - npm Package Compare versions

Comparing version 0.0.1 to 0.0.12

index.d.ts

35

package.json
{
"name": "bun-plugin-tailwind",
"version": "0.0.1",
"main": "index.js",
"version": "0.0.12",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tailwindlabs/tailwindcss.git",
"directory": "packages/@tailwindcss-bun-plugin"
},
"bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
"homepage": "https://tailwindcss.com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "bun build ./src/index.ts --outdir=dist --target=bun && cp index.d.ts dist",
"dev": "pnpm run build -- --watch"
},
"author": "",
"license": "ISC",
"description": ""
"dependencies": {
"tailwindcss": "4.0.0-beta.9"
},
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./index.js"
}
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.14.8"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}
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