Socket
Socket
Sign inDemoInstall

@tailwindcss/forms

Package Overview
Dependencies
Maintainers
5
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailwindcss/forms - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

9

CHANGELOG.md

@@ -12,2 +12,8 @@ # Changelog

## [0.5.7] - 2023-11-10
### Fixed
- Use normal `checkbox` and `radio` appearance in `forced-colors` mode ([#152](https://github.com/tailwindlabs/tailwindcss-forms/pull/152))
## [0.5.6] - 2023-08-28

@@ -146,3 +152,4 @@

[unreleased]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.6...HEAD
[unreleased]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.7...HEAD
[0.5.7]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.5...v0.5.6

@@ -149,0 +156,0 @@ [0.5.5]: https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.4...v0.5.5

2

package.json
{
"name": "@tailwindcss/forms",
"version": "0.5.6",
"version": "0.5.7",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "types": "src/index.d.ts",

@@ -254,2 +254,6 @@ const svgToDataUri = require('mini-svg-data-uri')

)}")`,
'@media (forced-colors: active) ': {
appearance: 'auto',
},
},

@@ -264,2 +268,6 @@ },

)}")`,
'@media (forced-colors: active) ': {
appearance: 'auto',
},
},

@@ -297,2 +305,6 @@ },

'background-repeat': `no-repeat`,
'@media (forced-colors: active) ': {
appearance: 'auto',
},
},

@@ -299,0 +311,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