🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@isoftdata/svelte-button

Package Overview
Dependencies
Maintainers
12
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isoftdata/svelte-button - npm Package Compare versions

Comparing version
1.1.5
to
1.2.0
+1
-0
dist/Button.svelte.d.ts

@@ -23,2 +23,3 @@ import { SvelteComponent } from "svelte";

icon?: IconName | null | undefined;
size?: "" | "xs" | "sm" | "lg" | "2xs" | "xl" | "2xl" | undefined;
} | undefined;

@@ -25,0 +26,0 @@ iconClass?: IconName | null | undefined;

@@ -13,2 +13,3 @@ import { SvelteComponent } from "svelte";

icon?: import("@fortawesome/fontawesome-common-types").IconName | null | undefined;
size?: "" | "xs" | "sm" | "lg" | "2xs" | "xl" | "2xl" | undefined;
};

@@ -15,0 +16,0 @@ textClass?: string | null | undefined;

+2
-2
{
"name": "@isoftdata/svelte-button",
"version": "1.1.5",
"version": "1.2.0",
"scripts": {

@@ -54,5 +54,5 @@ "dev": "vite dev",

"dependencies": {
"@isoftdata/svelte-icon": "^1.0.3",
"@isoftdata/svelte-icon": "^1.1.0",
"@isoftdata/utility-bootstrap": "^2.2.0"
}
}