Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flowbite

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

4

package.json
{
"name": "flowbite",
"version": "1.4.5",
"version": "1.4.6",
"description": "The most popular library of interactive components built with Tailwind CSS",

@@ -48,3 +48,3 @@ "keywords": [

"@docsearch/js": "^3.0.0-alpha.42",
"@themesberg/tailwind-datepicker": "^1.1.0",
"flowbite-datepicker": "^1.2.1",
"autoprefixer": "^10.3.3",

@@ -51,0 +51,0 @@ "babel-loader": "^8.2.2",

@@ -74,3 +74,3 @@ const svgToDataUri = require('mini-svg-data-uri')

'padding-right': spacing[10],
'color-adjust': `exact`,
'print-color-adjust': `exact`,
},

@@ -83,3 +83,3 @@ ['[multiple]']: {

'padding-right': spacing[3],
'color-adjust': 'unset',
'print-color-adjust': 'unset',
},

@@ -89,3 +89,3 @@ [[`[type='checkbox']`, `[type='radio']`]]: {

padding: '0',
'color-adjust': 'exact',
'print-color-adjust': 'exact',
display: 'inline-block',

@@ -92,0 +92,0 @@ 'vertical-align': 'middle',

@@ -1,3 +0,3 @@

import Datepicker from '@themesberg/tailwind-datepicker/Datepicker';
import DateRangePicker from '@themesberg/tailwind-datepicker/DateRangePicker';
import Datepicker from 'flowbite-datepicker/Datepicker';
import DateRangePicker from 'flowbite-datepicker/DateRangePicker';

@@ -4,0 +4,0 @@ const getDatepickerOptions = (datepickerEl) => {

Sorry, the diff of this file is too big to display

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