🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.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.2.0
to
1.2.1
+0
-2
dist/Button.svelte

@@ -44,4 +44,2 @@ <script>import ButtonContents from "./ButtonContents.svelte";

};
$:
console.log("button has default slot?", $$slots.default);
</script>

@@ -48,0 +46,0 @@

@@ -8,4 +8,2 @@ <script>import Icon from "@isoftdata/svelte-icon";

hasTextAndIcon = !!icon.icon && $$slots.default && showText;
$:
console.log({ hasTextAndIcon });
</script>

@@ -12,0 +10,0 @@

+1
-1
{
"name": "@isoftdata/svelte-button",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {

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