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.18 to 1.0.19

lib/index.d.ts

1

lib/icon-set/convert-info.d.ts

@@ -20,2 +20,3 @@ import type { IconifyInfo } from '@iconify/types';

palette?: 'Colorless' | 'Colorful';
hidden?: boolean;
}

@@ -22,0 +23,0 @@ /**

@@ -177,2 +177,6 @@ "use strict";

}
// Hidden
if (source.hidden === true) {
info.hidden = true;
}
// Parse all old strings

@@ -179,0 +183,0 @@ Object.keys(source).forEach((key) => {

@@ -5,3 +5,3 @@ {

"author": "Vjacheslav Trushkin",
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",

@@ -24,4 +24,10 @@ "bugs": "https://github.com/iconify/iconify/issues",

},
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"exports": {
"./*": "./*",
"./": {
"require": "./lib/index.js",
"import": "./lib/index.mjs"
},
"./lib/colors": {

@@ -111,2 +117,10 @@ "require": "./lib/colors/index.js",

},
"./lib": {
"require": "./lib/index.js",
"import": "./lib/index.mjs"
},
"./lib/index": {
"require": "./lib/index.js",
"import": "./lib/index.mjs"
},
"./lib/svg/build": {

@@ -126,3 +140,3 @@ "require": "./lib/svg/build.js",

"dependencies": {
"@iconify/types": "^1.0.10"
"@iconify/types": "^1.0.12"
},

@@ -129,0 +143,0 @@ "devDependencies": {

@@ -15,2 +15,6 @@ # Iconify Utils

## Documentation
Documentation is available at [Iconify documentation website](https://docs.iconify.design/tools/utils/).
## License

@@ -17,0 +21,0 @@

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