New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flowbite-svelte

Package Overview
Dependencies
Maintainers
0
Versions
421
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-svelte - npm Package Compare versions

Comparing version 0.46.12 to 0.46.13

4

dist/forms/Textarea.svelte.d.ts

@@ -9,2 +9,4 @@ import { SvelteComponentTyped } from "svelte";

innerWrappedClass?: string;
headerClass?: string;
footerClass?: string;
};

@@ -44,2 +46,4 @@ events: {

* @prop export let innerWrappedClass: string = 'py-2 px-4 bg-white dark:bg-gray-800';
* @prop export let headerClass: string = ''
* export let footerClass: string = '';
*/

@@ -46,0 +50,0 @@ export default class Textarea extends SvelteComponentTyped<TextareaProps, TextareaEvents, TextareaSlots> {

2

dist/navbar/NavUl.svelte.d.ts

@@ -37,3 +37,3 @@ import { SvelteComponentTyped } from "svelte";

* @prop export let hidden: boolean | undefined = undefined;
* @prop export let slideParams: SlideParams = { delay: 250, duration: 500, easing: quintOut };
* @prop export let slideParams: SlideParams = { delay: 250, duration: 500, easing: sineIn };
* @prop export let activeClass: string = 'text-white bg-primary-700 md:bg-transparent md:text-primary-700 md:dark:text-white dark:bg-primary-600 md:dark:bg-transparent';

@@ -40,0 +40,0 @@ * @prop export let nonActiveClass: string = 'text-gray-700 hover:bg-gray-100 md:hover:bg-transparent md:border-0 md:hover:text-primary-700 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent';

{
"name": "flowbite-svelte",
"version": "0.46.12",
"version": "0.46.13",
"description": "Flowbite components for Svelte",

@@ -19,4 +19,4 @@ "main": "dist/index.js",

"@playwright/test": "^1.45.0",
"@sveltejs/adapter-vercel": "^5.3.2",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/adapter-vercel": "^5.4.0",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/package": "2.3.2",

@@ -29,6 +29,6 @@ "@sveltejs/vite-plugin-svelte": "^3.1.1",

"esbuild": "0.21.5",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.41.0",
"flowbite-svelte": "^0.46.12",
"flowbite-svelte": "^0.46.13",
"flowbite-svelte-blocks": "^1.1.3",

@@ -38,3 +38,3 @@ "flowbite-svelte-icons": "^1.6.1",

"mdsvexamples": "^0.4.1",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"prettier": "^3.3.2",

@@ -55,3 +55,3 @@ "prettier-plugin-svelte": "^3.2.5",

"typescript-eslint": "8.0.0-alpha.30",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vitest": "^1.6.0"

@@ -106,5 +106,5 @@ },

"dependencies": {
"@floating-ui/dom": "^1.6.6",
"@floating-ui/dom": "^1.6.7",
"apexcharts": "^3.49.2",
"flowbite": "^2.3.0",
"flowbite": "^2.4.1",
"tailwind-merge": "^2.3.0"

@@ -111,0 +111,0 @@ },

Sorry, the diff of this file is not supported yet

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