Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@steeze-ui/svelte-icon

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steeze-ui/svelte-icon - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

CHANGELOG.md
# @steeze-ui/svelte-icon
## 1.3.1
### Patch Changes
- improve types
## 1.3.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@steeze-ui/svelte-icon",
"version": "1.3.0",
"version": "1.3.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "@steeze-ui/feather-icons": "^1.0.0",

@@ -1,4 +0,7 @@

export interface IconSource {
default: { [key: string]: any }
[key: string]: { [key: string]: any }
type AllowedTags = 'path' | 'circle' | 'rect' | 'polygon' | 'polyline' | 'line'
type IconThemeSource = {
a: { [attribute: string]: string }
} & {
[tag in AllowedTags]?: { [attribute: string]: string }[]
}
export type IconSource = { default: IconThemeSource } & { [theme: string]: IconThemeSource }
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc