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.13.4 to 0.13.5

tables/TableSearch.svelte

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### [0.13.5](https://github.com/shinokada/flowbite-svelte/compare/v0.13.4...v0.13.5) (2022-04-12)
### Features
* add table search ([72664ee](https://github.com/shinokada/flowbite-svelte/commit/72664eed118587b445f931c57f1def7bf87056f6))
* table search on progress ([9cff21d](https://github.com/shinokada/flowbite-svelte/commit/9cff21d7ffbeb351b95601a85abe826323c68f9d))
### [0.13.4](https://github.com/shinokada/flowbite-svelte/compare/v0.13.2...v0.13.4) (2022-04-12)

@@ -7,0 +15,0 @@

1

index.d.ts

@@ -65,2 +65,3 @@ export { default as Accordion } from "./accordions/AccordionDefault.svelte";

export { default as TableDefaultRow } from "./tables/TableDefaultRow.svelte";
export { default as TableSearch } from "./tables/TableSearch.svelte";
export { default as InteractiveTabHead } from "./tabs/InteractiveTabHead.svelte";

@@ -67,0 +68,0 @@ export { default as InteractiveTabs } from "./tabs/InteractiveTabs.svelte";

@@ -104,2 +104,3 @@ // Accordion

export { default as TableDefaultRow } from './tables/TableDefaultRow.svelte'
export { default as TableSearch } from './tables/TableSearch.svelte'

@@ -106,0 +107,0 @@ // Tabs

3

package.json
{
"name": "flowbite-svelte",
"version": "0.13.4",
"version": "0.13.5",
"description": "Flowbite components for Svelte",

@@ -152,2 +152,3 @@ "main": "./package/index.js",

"./tables/TableDefaultRow.svelte": "./tables/TableDefaultRow.svelte",
"./tables/TableSearch.svelte": "./tables/TableSearch.svelte",
"./tabs/DefaultTabs.svelte": "./tabs/DefaultTabs.svelte",

@@ -154,0 +155,0 @@ "./tabs/FullWidthTabs.svelte": "./tabs/FullWidthTabs.svelte",

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