Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

subvind-components

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subvind-components - npm Package Compare versions

Comparing version
0.0.19
to
0.0.20
+1
-1
dist/FooterCommand.svelte

@@ -23,3 +23,3 @@ <script>export let active;

<p>
Pricing starts at $19/month! (<a href="https://www.subvind.com">demo</a>)
Pricing starts at $19/month! (<a href="https://demo.subvind.com">demo</a>)
</p>

@@ -26,0 +26,0 @@ </div>

@@ -10,3 +10,3 @@ <script>import { onMount } from "svelte";

<header>
<header class="navbar-fixed">
<nav class="grey darken-3">

@@ -22,2 +22,3 @@ <div class="nav-wrapper">

</nav>
<br />
{#if organization}

@@ -55,2 +56,6 @@ <div class="describe">

}
:global(.sidenav-overlay) {
z-index: 0;
}
</style>

@@ -10,3 +10,3 @@ <script>import { onMount } from "svelte";

<header>
<header class="navbar-fixed">
<nav class="grey darken-3">

@@ -22,2 +22,3 @@ <div class="nav-wrapper">

</nav>
<br />
{#if organization}

@@ -56,2 +57,6 @@ <div class="describe">

}
:global(.sidenav-overlay) {
z-index: 0;
}
</style>

@@ -18,3 +18,3 @@ <script>import { onMount } from "svelte";

<header>
<header class="navbar-fixed">
<nav class="grey darken-3">

@@ -30,2 +30,3 @@ <div class="nav-wrapper">

</nav>
<br />
{#if organization}

@@ -86,2 +87,6 @@ <div class="describe">

<style>
:global(.sidenav-overlay) {
z-index: 0;
}
header {

@@ -88,0 +93,0 @@ position: relative;

{
"name": "subvind-components",
"version": "0.0.19",
"version": "0.0.20",
"scripts": {

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