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

@devidw/components

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devidw/components - npm Package Compare versions

Comparing version
0.2.4
to
0.2.5
+1
-1
package.json
{
"name": "@devidw/components",
"version": "0.2.4",
"version": "0.2.5",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

<script lang="ts">
export let legal = 'https://david.wolf.gdn/legal'
export let privacy = ''
export let privacy = 'https://david.wolf.gdn/privacy'
</script>

@@ -52,12 +52,10 @@

{#if privacy}
<a
href={privacy}
target="_blank"
rel="noopener noreferrer nofollow"
aria-label="Privacy Policy"
>
privacy
</a>
{/if}
<a
href={privacy}
target="_blank"
rel="noopener noreferrer nofollow"
aria-label="Privacy Policy"
>
privacy
</a>
</div>

@@ -64,0 +62,0 @@