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.9.7 to 0.9.8

3

auth/Login.svelte.d.ts

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

error?: string;
fields?: AuthFieldType[];
submitText?: string;
fields: AuthFieldType[];
};

@@ -15,0 +16,0 @@ events: {

{
"name": "flowbite-svelte",
"version": "0.9.7",
"version": "0.9.8",
"description": "Flowbite components for Svelte",

@@ -5,0 +5,0 @@ "author": {

@@ -78,3 +78,3 @@ import type { SvelteComponent } from 'svelte';

}
export declare type AuthFunctionType = () => Promise<string>;
export declare type AuthFunctionType = () => Promise<void>;
export declare type ButtonType = 'button' | 'submit' | 'reset';

@@ -81,0 +81,0 @@ export interface AuthFieldType {

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