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

@iconify/utils

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iconify/utils - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

13

lib/css/icons.d.ts
import { IconifyJSON } from '@iconify/types';
import { IconCSSIconSetOptions } from './types.js';
import { IconCSSIconSetOptions, CSSUnformattedItem } from './types.js';
interface CSSData {
common?: CSSUnformattedItem;
css: CSSUnformattedItem[];
errors: string[];
}
/**
* Get data for getIconsCSS()
*/
declare function getIconsCSSData(iconSet: IconifyJSON, names: string[], options?: IconCSSIconSetOptions): CSSData;
/**
* Get CSS for icon

@@ -9,2 +18,2 @@ */

export { getIconsCSS };
export { getIconsCSS, getIconsCSSData };

2

package.json

@@ -6,3 +6,3 @@ {

"author": "Vjacheslav Trushkin",
"version": "2.0.11",
"version": "2.0.12",
"license": "MIT",

@@ -9,0 +9,0 @@ "bugs": "https://github.com/iconify/iconify/issues",

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