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.0.0-insiders.615a228 to 0.0.0-insiders.73d5b01

4

CHANGELOG.md

@@ -10,4 +10,6 @@ # Changelog

- Nothing yet!
### Fixed
- Remove chevron for selects with a non-default size ([#137](https://github.com/tailwindlabs/tailwindcss-forms/pull/137))
## [0.5.3] - 2022-09-02

@@ -14,0 +16,0 @@

{
"name": "@tailwindcss/forms",
"version": "0.0.0-insiders.615a228",
"version": "0.0.0-insiders.73d5b01",
"main": "src/index.js",

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

@@ -146,4 +146,4 @@ const svgToDataUri = require('mini-svg-data-uri')

{
base: ['[multiple]'],
class: null,
base: ['[multiple]', '[size]:where(select:not([size="1"]))'],
class: ['.form-select:where([size]:not([size="1"]))'],
styles: {

@@ -150,0 +150,0 @@ 'background-image': 'initial',

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