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

2

CHANGELOG.md

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

### [0.3.18](https://github.com/shinokada/svelte-heros-v2/compare/v0.3.17...v0.3.18) (2023-02-06)
### [0.3.17](https://github.com/shinokada/svelte-heros-v2/compare/v0.3.16...v0.3.17) (2023-02-06)

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

2

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

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

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

## Stroke width
Use the `strokeWidth` prop to change the SVG `stroke-width`.
```html
<AcademicCap strokeWidth="4" size="100" />
```
## CSS framework support

@@ -98,0 +106,0 @@