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.20

2

CHANGELOG.md

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

### [0.3.20](https://github.com/shinokada/svelte-heros-v2/compare/v0.3.19...v0.3.20) (2023-02-16)
### [0.3.19](https://github.com/shinokada/svelte-heros-v2/compare/v0.3.18...v0.3.19) (2023-02-13)

@@ -7,0 +9,0 @@

2

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

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

@@ -69,2 +69,3 @@ <h1 align="center">Svelte Heros V2</h1>

| variation (solid or outline) | outline |
| focus | false |

@@ -89,2 +90,10 @@ ## Variation

## Focus
If you don't want a focusable icon add `tabindex="-1"`:
```html
<AcademicCap size="50" tabindex="-1" />
```
## CSS HEX Colors

@@ -91,0 +100,0 @@