New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tailwindcss-plugin-icons

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-plugin-icons - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

6

dist/index.d.ts

@@ -16,3 +16,3 @@ import * as tailwindcss_types_config from 'tailwindcss/types/config'

}
declare type IconSetOptions = {
type IconSetOptions = {
/**

@@ -39,5 +39,5 @@ * An object describing the selected icons with optional default CSS.

}
declare type IconSetOptionsRecord = Record<string, IconSetOptions>
declare type Options = (pluginApi: PluginAPI) => IconSetOptionsRecord
type IconSetOptionsRecord = Record<string, IconSetOptions>
type Options = (pluginApi: PluginAPI) => IconSetOptionsRecord
export { IconSetOptions, IconSetOptionsRecord, Icons, Options, SCALE }
{
"name": "tailwindcss-plugin-icons",
"version": "2.0.7",
"version": "2.0.8",
"description": "Tailwind CSS icons with classes",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -43,3 +43,3 @@ # tailwindcss-plugin-icons

includeAll: true,
location: 'https://esm.sh/@iconify-json/heroicons@1.1.5/icons.json'
location: 'https://esm.sh/@iconify-json/heroicons@1.1.6/icons.json'
}

@@ -56,3 +56,3 @@ })

The plugin's `options` is a function. It gets forwarded the [Tailwind CSS plugin API](https://tailwindcss.com/docs/plugins) and returns the selected icons with optional default style and scale. After the icon's name, you can pass `?bg` or `?mask` to force a specific render method (see also the [comprehensive example](https://stackblitz.com/github/JensDll/tailwindcss-plugin-icons/tree/main/playground/vue?file=tailwind.config.js)).
The plugin's `options` is a function. It gets forwarded the [Tailwind CSS plugin API](https://tailwindcss.com/docs/plugins) and returns the selected icons with optional default style and scale. After the icon's name, you can pass `?bg` or `?mask` to force a specific render method (see also the [comprehensive example](https://stackblitz.com/github/JensDll/tailwindcss-plugin-icons/tree/main/playground/vue?file=tailwind.config.cjs)).

@@ -67,2 +67,2 @@ <!-- markdownlint-disable-next-line ol-prefix -->

## [Example](https://stackblitz.com/github/JensDll/tailwindcss-plugin-icons/tree/main/playground/vue?file=tailwind.config.js)
## [Example](https://stackblitz.com/github/JensDll/tailwindcss-plugin-icons/tree/main/playground/vue?file=tailwind.config.cjs)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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