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

unplugin-icons

Package Overview
Dependencies
Maintainers
1
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.7.4 to 0.7.5

2

package.json
{
"name": "unplugin-icons",
"version": "0.7.4",
"version": "0.7.5",
"description": "Access thousands of icons as components on-demand universally",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/antfu/unplugin-icons",

/* eslint-disable import/named */
declare module 'virtual:icons/*' {
import { JSX } from 'solid-js'
const component: (props: JSX.StylableSVGAttributes) => JSX.Element
import { JSX, ComponentProps } from 'solid-js'
const component: (props: ComponentProps<'svg'>) => JSX.Element
export default component
}
declare module '~icons/*' {
import { JSX } from 'solid-js'
const component: (props: JSX.StylableSVGAttributes) => JSX.Element
import { JSX, ComponentProps } from 'solid-js'
const component: (props: ComponentProps<'svg'>) => JSX.Element
export default component
}
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