@fibery/emoji-data
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -203,3 +203,3 @@ "use strict"; | ||
} | ||
return this.#emojis[id][skin] || this.#emojis[id]; | ||
return this.#emojis[id]?.[skin] || this.#emojis[id]; | ||
} | ||
@@ -206,0 +206,0 @@ getByNative(emoji) { |
{ | ||
"name": "@fibery/emoji-data", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Emoji dataset used in Fibery", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
960053
0