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
0
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.6.1 to 1.6.2

7

dist/Icon.svelte.d.ts

@@ -1,7 +0,6 @@

/// <reference types="svelte" />
type $$ComponentProps = {
src: IconSource;
size: string;
theme: string;
title: string | undefined;
size?: string;
theme?: string;
title?: string;
[key: string]: any;

@@ -8,0 +7,0 @@ };

{
"name": "@steeze-ui/svelte-icon",
"version": "1.6.1",
"version": "1.6.2",
"scripts": {

@@ -11,5 +11,3 @@ "dev": "vite dev",

"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},

@@ -35,15 +33,13 @@ "types": "./dist/index.d.ts",

"devDependencies": {
"@steeze-ui/heroicons": "^2.4.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.3.4",
"@steeze-ui/heroicons": "workspace:^",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"prettier": "^3.2.2",
"prettier-plugin-svelte": "^3.2.8",
"publint": "^0.1.12",
"svelte": "^5.2.2",
"svelte-check": "^4.0.0",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vite": "^5.0.3"
"publint": "^0.2.12",
"svelte": "^5.2.4",
"svelte-check": "^4.0.9",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},

@@ -50,0 +46,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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