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

unplugin-icons

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-icons - npm Package Compare versions

Comparing version 0.19.3 to 0.20.0

types/svelte5.d.ts

11

package.json
{
"name": "unplugin-icons",
"type": "module",
"version": "0.19.3",
"packageManager": "pnpm@9.9.0",
"version": "0.20.0",
"packageManager": "pnpm@9.12.3",
"description": "Access thousands of icons as components on-demand universally",

@@ -115,2 +115,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

},
"./types/svelte5": {
"types": "./types/svelte5.d.ts"
},
"./types/vue": {

@@ -178,2 +181,3 @@ "types": "./types/vue.d.ts"

"@vue/compiler-sfc": "^3.0.2 || ^2.7.0",
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0",
"vue-template-compiler": "^2.6.12",

@@ -192,2 +196,5 @@ "vue-template-es2015-compiler": "^1.9.0"

},
"svelte": {
"optional": true
},
"vue-template-compiler": {

@@ -194,0 +201,0 @@ "optional": true

@@ -618,2 +618,9 @@ # unplugin-icons

If you're still using Svelte 4, replace the reference to use Svelte 4:
```js
/// <reference types="svelte" />
/// <reference types="vite/client" />
/// <reference types="unplugin-icons/types/svelte4" />
```
If you're still using Svelte 3, replace the reference to use Svelte 3:

@@ -620,0 +627,0 @@ ```js

2

types/svelte.d.ts

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

import './svelte4.d.ts'
import './svelte5.d.ts'
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