Socket
Socket
Sign inDemoInstall

@iconify/utils

Package Overview
Dependencies
29
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.14 to 2.1.15

8

lib/colors/index.d.ts

@@ -1,2 +0,2 @@

import { Color } from './types.js';
import { Color, RGBColor } from './types.js';

@@ -12,2 +12,6 @@ /**

/**
* Color to hex
*/
declare function colorToHexString(color: RGBColor, canCompact?: boolean): string | null;
/**
* Convert color to string

@@ -17,2 +21,2 @@ */

export { colorToString, compareColors, stringToColor };
export { colorToHexString, colorToString, compareColors, stringToColor };

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

"author": "Vjacheslav Trushkin",
"version": "2.1.14",
"version": "2.1.15",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc