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

flowbite-svelte

Package Overview
Dependencies
Maintainers
1
Versions
417
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.8.6 to 0.8.7

2

modals/modalStores.d.ts

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

export const modalIdStore: import("svelte/store").Writable<number>;
export const modalIdStore: import("svelte/store").Writable<string>;
import { writable } from 'svelte/store';
export const modalIdStore = writable(0);
export const modalIdStore = writable("");
{
"name": "flowbite-svelte",
"version": "0.8.6",
"version": "0.8.7",
"description": "Flowbite components for Svelte",

@@ -45,3 +45,2 @@ "author": {

"@codewithshin/svelte-heroicons": "^1.1.0",
"@codewithshin/svelte-sidebar": "^0.1.5",
"flowbite": "^1.3.2",

@@ -48,0 +47,0 @@ "svelte-collapse": "^0.0.4"

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