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.1.0 to 1.1.1

6

CHANGELOG.md
# @steeze-ui/svelte-icon
## 1.1.1
### Patch Changes
- rename GenericIcon interface to IconSource
## 1.1.0

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

4

Icon.svelte.d.ts
import { SvelteComponentTyped } from "svelte";
import type { GenericIcon } from './types/index';
import type { IconSource } from './types/index';
declare const __propDef: {
props: {
[x: string]: any;
src: GenericIcon;
src: IconSource;
size?: string;

@@ -8,0 +8,0 @@ theme?: string;

{
"name": "@steeze-ui/svelte-icon",
"version": "1.1.0",
"version": "1.1.1",
"devDependencies": {

@@ -5,0 +5,0 @@ "@sveltejs/adapter-auto": "next",

@@ -1,2 +0,2 @@

export interface GenericIcon {
export interface IconSource {
default: {

@@ -3,0 +3,0 @@ a: {

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