Socket
Socket
Sign inDemoInstall

@iconify/utils

Package Overview
Dependencies
6
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.6 to 2.1.7

lib/misc/licenses.cjs

1

lib/index.d.ts

@@ -26,2 +26,3 @@ export { FullIconCustomisations, IconifyIconCustomisations, IconifyIconSize, IconifyIconSizeCustomisations, defaultIconCustomisations, defaultIconSizeCustomisations } from './customisations/defaults.js';

export { svgToData, svgToURL } from './svg/url.js';
export { cleanUpInnerHTML } from './svg/inner-html.js';
export { colorKeywords } from './colors/keywords.js';

@@ -28,0 +29,0 @@ export { colorToString, compareColors, stringToColor } from './colors/index.js';

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

"author": "Vjacheslav Trushkin",
"version": "2.1.6",
"version": "2.1.7",
"license": "MIT",

@@ -322,2 +322,7 @@ "bugs": "https://github.com/iconify/iconify/issues",

},
"./lib/misc/licenses": {
"require": "./lib/misc/licenses.cjs",
"import": "./lib/misc/licenses.mjs",
"types": "./lib/misc/licenses.d.ts"
},
"./lib/misc/objects": {

@@ -348,2 +353,7 @@ "require": "./lib/misc/objects.cjs",

},
"./lib/svg/inner-html": {
"require": "./lib/svg/inner-html.cjs",
"import": "./lib/svg/inner-html.mjs",
"types": "./lib/svg/inner-html.d.ts"
},
"./lib/svg/size": {

@@ -350,0 +360,0 @@ "require": "./lib/svg/size.cjs",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc