Socket
Socket
Sign inDemoInstall

@iconify/utils

Package Overview
Dependencies
1
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

11

lib/icon-set/get-icon.js

@@ -33,2 +33,13 @@ "use strict";

const result = getIcon(name, 0);
// Add default properties
if (result) {
for (const key in icon_1.iconDefaults) {
if (result[key] === void 0 &&
data[key] !== void 0) {
result[key] =
data[key];
}
}
}
// Return icon
return result && full ? icon_1.fullIcon(result) : result;

@@ -35,0 +46,0 @@ }

2

package.json

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

"author": "Vjacheslav Trushkin",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc