New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

svelte-heros-v2

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-heros-v2 - npm Package Compare versions

Comparing version

to
0.3.16

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

### [0.3.16](https://github.com/shinokada/svelte-heros-v2/compare/v0.3.15...v0.3.16) (2023-02-03)
### Bug Fixes
- add github link to crossOriginLinks ([e2519b4](https://github.com/shinokada/svelte-heros-v2/commit/e2519b47ee490754e18a1d925555cd690151db8d))
- color e96900 to ffb900 ([2e4ad5b](https://github.com/shinokada/svelte-heros-v2/commit/2e4ad5b0ccb53261413b2371b6aa79560af5e562))
- images add width, add .htaccess, and add [@font-face](https://github.com/font-face) to css ([6526906](https://github.com/shinokada/svelte-heros-v2/commit/65269061521d9df3286f5165a47d5800697eab65))
- move googlefont to link in index ([f19d157](https://github.com/shinokada/svelte-heros-v2/commit/f19d157fab927b91222bc527cea71225d49df963))
- remove user-scalable=no ([c702009](https://github.com/shinokada/svelte-heros-v2/commit/c7020091adfc944f3490af03dc52161e07a749db))
- width="100%" ([fa8a7aa](https://github.com/shinokada/svelte-heros-v2/commit/fa8a7aa026695e944bc3ee9cb536893999bd04f2))
### [0.3.15](https://github.com/shinokada/svelte-heros-v2/compare/v0.3.14...v0.3.15) (2023-02-01)

@@ -7,0 +18,0 @@

2

package.json
{
"name": "svelte-heros-v2",
"version": "0.3.15",
"version": "0.3.16",
"description": "Hero icon v2 components for Svelte",

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

@@ -8,9 +8,9 @@ <h1 align="center">Svelte Heros V2</h1>

<p align="center">
<a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" height="25"></a>
<a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps" target="_blank"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield" height="25">
<a href="https://github.com/sponsors/shinokada" target="_blank"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" alt="Sponsor" height="22" width="102"></a>
<a href="https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps" target="_blank"><img src="https://img.shields.io/badge/PWA-enabled-brightgreen" alt="PWA Shield" height="22" width="97">
</a>
<a href="https://www.npmjs.com/package/svelte-heros-v2" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-heros-v2" alt="npm" height="25"></a>
<a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada" height="25"></a>
<a href="http://www.apache.org/licenses/" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/shinokada/svelte-heros-v2" alt="License" height="25"></a>
<a href="https://www.npmjs.com/package/svelte-heros-v2" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/svelte-heros-v2.svg" alt="npm" height="25"></a>
<a href="https://www.npmjs.com/package/svelte-heros-v2" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/v/svelte-heros-v2" alt="npm" height="22" width="97"></a>
<a href="https://twitter.com/shinokada" rel="nofollow" target="_blank"><img src="https://img.shields.io/badge/created%20by-@shinokada-4BBAAB.svg" alt="Created by Shin Okada" height="22" width="161"></a>
<a href="http://www.apache.org/licenses/" rel="nofollow" target="_blank"><img src="https://img.shields.io/github/license/shinokada/svelte-heros-v2" alt="License" height="22" width="132"></a>
<a href="https://www.npmjs.com/package/svelte-heros-v2" rel="nofollow" target="_blank"><img src="https://img.shields.io/npm/dw/svelte-heros-v2.svg" alt="npm" height="22" width="152"></a>
</p>

@@ -23,3 +23,3 @@

<p align="center">
<img width="650" src="/static/images/heros2-optimized.png" />
<img width="100%" alt="Svelte Heros V2" src="/static/images/heros2-optimized.png" />
</p>

@@ -26,0 +26,0 @@