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 2.1.12 to 2.1.13

11

lib/svg/defs.d.ts

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

/**
* Extract definitions from SVG
*
* Can be used with other tags, but name kept for backwards compatibility.
* Should be used only with tags that cannot be nested, such as masks, clip paths, etc.
*/
interface SplitSVGDefsResult {

@@ -5,7 +11,4 @@ defs: string;

}
declare function splitSVGDefs(content: string, tag?: string): SplitSVGDefsResult;
/**
* Extract definitions from SVG
*/
declare function splitSVGDefs(content: string): SplitSVGDefsResult;
/**
* Merge defs and content

@@ -12,0 +15,0 @@ */

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

"author": "Vjacheslav Trushkin",
"version": "2.1.12",
"version": "2.1.13",
"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