🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@phun-ky/moebius

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phun-ky/moebius - npm Package Compare versions

Comparing version
2.0.41
to
2.0.42
+0
-1
dist/moebius.d.ts

@@ -582,5 +582,4 @@ /**

declare function Moebius(): MoebiusReturnType;
//# sourceMappingURL=main.d.ts.map
export { Moebius as default };
export type { MoebiusCMYKObjectType, MoebiusChromaColorInputType, MoebiusColorInterface, MoebiusColorValueHexType, MoebiusColorValueHslType, MoebiusColorValueHslaType, MoebiusColorValueRgbType, MoebiusColorValueRgbaType, MoebiusHSIObjectType, MoebiusHSLObjectType, MoebiusHSVObjectType, MoebiusHWBObjectType, MoebiusInterpolationMode, MoebiusLABObjectType, MoebiusLCHObjectType, MoebiusPaletteAccentColorsInterface, MoebiusPaletteColorsInterface, MoebiusPaletteDefaultOptionsType, MoebiusPaletteInterface, MoebiusPaletteOptionsType, MoebiusPaletteType, MoebiusRGBObjectType, MoebiusReturnType, MoebiusThemeColorsInterface, MoebiusXYZObjectType, MouseEventType, NearestColorColorMatchInterface, NearestColorColorSpecInterface };
+2
-2

@@ -5,3 +5,3 @@ /**

* @author Alexander Vassbotn Røyne-Helgesen <alexander+github.com@phun-ky.net>
* @version 2.0.41
* @version 2.0.42
* @license

@@ -32,3 +32,3 @@ * Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen

* @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
* @version 2.1.5
* @version 2.1.6
* @license

@@ -35,0 +35,0 @@ * Copyright (c) 2024 Alexander Vassbotn Røyne-Helgesen

{
"name": "@phun-ky/moebius",
"version": "2.0.41",
"version": "2.0.42",
"description": "@phun-ky/moebius is a versatile JavaScript library that automatically generates visually pleasing and customizable color palettes from a given base color. Whether you're building data visualizations, UIs, or design systems, Möbius offers various harmony modes (analogous, complementary, triadic, and more), smooth interpolation, luminance shifts, and diverging palette generation - all with extensive color format support and intuitive API design.",

@@ -95,3 +95,3 @@ "keywords": [

"dependencies": {
"@phun-ky/typeof": "^2.1.5",
"@phun-ky/typeof": "^2.1.6",
"chroma-js": "^3.1.2",

@@ -101,4 +101,4 @@ "nearest-color": "^0.4.4"

"devDependencies": {
"@release-it/conventional-changelog": "^10.0.2",
"@rollup/plugin-commonjs": "^29.0.0",
"@release-it/conventional-changelog": "^10.0.6",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",

@@ -109,6 +109,6 @@ "@rollup/plugin-terser": "^0.4.4",

"@types/chroma-js": "^3.1.2",
"@types/node": "^25.3.3",
"@types/node": "^25.5.0",
"cobertura": "^1.0.1",
"eslint": "^9.39.3",
"eslint-config-phun-ky": "^1.0.34",
"eslint": "^9.39.4",
"eslint-config-phun-ky": "^1.0.35",
"git-cz": "^4.9.0",

@@ -119,3 +119,3 @@ "glob-bin": "^1.0.0",

"prettier": "3.8.1",
"putout": "^42.0.24",
"putout": "^42.2.2",
"release-it": "^19.0.6",

@@ -125,3 +125,3 @@ "remark-github": "^12.0.0",

"rollup": "^4.59.0",
"rollup-plugin-dts": "^6.2.3",
"rollup-plugin-dts": "^6.4.0",
"rollup-plugin-typescript2": "^0.36.0",

@@ -128,0 +128,0 @@ "tslib": "^2.3.1",

Sorry, the diff of this file is too big to display