bun-plugin-tailwind
Advanced tools
Comparing version 0.0.1 to 0.0.12
{ | ||
"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" | ||
} | ||
} |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
17991480
10
53023
1
0
2
2
8
+ Addedtailwindcss@4.0.0-beta.9
+ Addedtailwindcss@4.0.0-beta.9(transitive)
+ Addedtypescript@5.7.3(transitive)