Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@magic-color/core

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magic-color/core - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

26

dist/index.d.ts

@@ -421,30 +421,30 @@ /**

readonly lightblue: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly lightBlue: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly warmgray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly warmGray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly truegray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly trueGray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly coolgray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly coolGray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly bluegray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly blueGray: string | (UnoColors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});

@@ -626,7 +626,7 @@ };

declare function isObject(v: unknown): boolean;
declare function isArray(v: unknown): boolean;
declare function isArray(v: unknown): v is any[];
declare function isFunction(v: unknown): boolean;
declare function isString(v: unknown): boolean;
declare function isNumber(v: unknown): boolean;
declare function isString(v: unknown): v is string;
declare function isNumber(v: unknown): v is number;
export { type ColorType, type ColorValue, type Colors, type HexColor, type HsbColor, type HslColor, type KeywordColor, type LabColor, type Opacity, type RgbColor, type UnoColors, colorbrewer, hexToHsb, hexToHsl, hexToLab, hexToRgb, hsbToHex, hsbToHsl, hsbToLab, hsbToRgb, hslToHex, hslToHsb, hslToLab, hslToRgb, isArray, isFunction, isHex, isHsb, isHsl, isKeyword, isLab, isNumber, isObject, isRgb, isString, labToHex, labToHsb, labToHsl, labToRgb, parseHex, parseHsb, parseHsl, parseKeyword, parseLab, parseRgb, rgbToHex, rgbToHsb, rgbToHsl, rgbToLab, toHex, unoColors, w3cx11 };
{
"name": "@magic-color/core",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"description": "Magic color core library",

@@ -6,0 +6,0 @@ "author": "Chris <hizyyv@gmail.com>",

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