🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

tailwind-scrollbar-variants

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-scrollbar-variants - npm Package Compare versions

Comparing version

to
2.0.3

6

CHANGELOG.md

@@ -10,2 +10,8 @@ # Tailwind CSS Plugin - Scrollbar Variants - Changelog

## [2.0.3] - 2023-12-15
### Changed
- Removed unused peer dependency
## [2.0.2] - 2023-12-15

@@ -12,0 +18,0 @@

5

package.json
{
"name": "tailwind-scrollbar-variants",
"version": "2.0.2",
"version": "2.0.3",
"description": "Adds scrollbar variants",

@@ -10,5 +10,4 @@ "main": "index.js",

"peerDependencies": {
"tailwindcss": "^3.0.0",
"typescript": "^5.0.0"
"tailwindcss": "^3.0.0"
}
}