Socket
Socket
Sign inDemoInstall

@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 1.0.30 to 1.0.31

4

lib/loader/types.d.ts

@@ -34,5 +34,7 @@ import { Awaitable } from '@antfu/utils';

* @param svg The loaded `svg`
* @param collection The name of the collection
* @param icon The name of the icon
* @return The transformed `svg`.
*/
transform?: (svg: string) => Awaitable<string>;
transform?: (svg: string, collection: string, icon: string) => Awaitable<string>;
/**

@@ -39,0 +41,0 @@ * Change default icon customizations values.

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

"author": "Vjacheslav Trushkin",
"version": "1.0.30",
"version": "1.0.31",
"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