New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fylgja/colors

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fylgja/colors - npm Package Compare versions

Comparing version 2.0.0-beta.5 to 2.0.0-beta.6

3

CHANGELOG.md

@@ -14,6 +14,7 @@ # Changelog

### Changed
- Replaced [Open color](https://yeun.github.io/open-color/) with our own build colors, power by oklch color syntax
- Replaced [Open color](https://yeun.github.io/open-color/) with our own build colors, power by oklch color syntax 🙌
- Rebuild the generation tools for the building the colors
### Fixed
- Import error for PostCSS, closes #191
- Incorrect render of the color Indigo

@@ -20,0 +21,0 @@

{
"name": "@fylgja/colors",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "Add a collection of prebuild colors to any project with ease, using Fylgja Colors",

@@ -16,2 +16,3 @@ "homepage": "https://fylgja.dev/",

".": {
"style": "./colors.css",
"import": "./index.js",

@@ -22,2 +23,3 @@ "require": "./index.cjs",

"./hex": {
"style": "./colors.css",
"import": "./index.js",

@@ -28,2 +30,3 @@ "require": "./index.cjs",

"./hsl": {
"style": "./hsl.css",
"import": "./hsl.js",

@@ -34,2 +37,3 @@ "require": "./hsl.cjs",

"./oklch": {
"style": "./oklch.css",
"import": "./oklch.js",

@@ -40,2 +44,3 @@ "require": "./oklch.cjs",

"./oklch-hues": {
"style": "./oklch-hues.css",
"import": "./oklch-hues.js",

@@ -55,3 +60,3 @@ "require": "./oklch-hues.cjs",

},
"./jit/hex": {
"./jit-hex": {
"import": "./jit/props.js",

@@ -75,3 +80,9 @@ "require": "./jit/props.cjs",

"default": "./jit/props.oklch-hues.cjs"
}
},
"./host": "./hex.host.css",
"./hex.host": "./hex.host.css",
"./hsl.host": "./hsl.host.css",
"./oklch.host": "./oklch.host.css",
"./oklch-hues.host": "./oklch-hues.host.css",
"./*": "./*"
},

@@ -78,0 +89,0 @@ "repository": {

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