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

flowbite-svelte

Package Overview
Dependencies
Maintainers
0
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.46.8 to 0.46.9

8

dist/forms/Checkbox.svelte.d.ts

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

inline?: boolean;
group?: {
group: {
value: string;

@@ -16,3 +16,3 @@ label: string;

}[];
choices?: {
choices: {
value: string;

@@ -55,4 +55,4 @@ label: string;

* @prop export let inline: boolean = false;
* @prop export let group: CheckboxItem[] = [];
* @prop export let choices: CheckboxItem[] = [];
* @prop export let group: CheckboxItem[];
* @prop export let choices: CheckboxItem[];
* @prop export let value: string | number = 'on';

@@ -59,0 +59,0 @@ * @prop export let checked: boolean | undefined = undefined;

{
"name": "flowbite-svelte",
"version": "0.46.8",
"version": "0.46.9",
"description": "Flowbite components for Svelte",

@@ -31,3 +31,3 @@ "main": "dist/index.js",

"eslint-plugin-svelte": "^2.41.0",
"flowbite-svelte": "^0.46.8",
"flowbite-svelte": "^0.46.9",
"flowbite-svelte-blocks": "^1.1.3",

@@ -34,0 +34,0 @@ "flowbite-svelte-icons": "^1.6.1",

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