Socket
Socket
Sign inDemoInstall

@csstools/postcss-gradients-interpolation-method

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csstools/postcss-gradients-interpolation-method - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

7

CHANGELOG.md
# Changes to PostCSS Gradients Interpolation Method
### 3.0.5 (May 19, 2023)
- Updated `@csstools/postcss-progressive-custom-properties` to `2.2.0` (minor)
- Updated `@csstools/css-color-parser` to `1.2.0` (minor)
### 3.0.4 (April 17, 2023)

@@ -4,0 +11,0 @@

8

package.json
{
"name": "@csstools/postcss-gradients-interpolation-method",
"description": "Use interpolation methods in CSS gradient functions",
"version": "3.0.4",
"version": "3.0.5",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",

@@ -38,6 +38,6 @@ "license": "CC0-1.0",

"dependencies": {
"@csstools/css-color-parser": "^1.1.2",
"@csstools/css-color-parser": "^1.2.0",
"@csstools/css-parser-algorithms": "^2.1.1",
"@csstools/css-tokenizer": "^2.1.1",
"@csstools/postcss-progressive-custom-properties": "^2.0.0"
"@csstools/postcss-progressive-custom-properties": "^2.2.0"
},

@@ -67,5 +67,7 @@ "peerDependencies": {

"color",
"color space interpolation",
"conic",
"css",
"gradients",
"hue interpolation method",
"interpolation",

@@ -72,0 +74,0 @@ "linear",

@@ -5,3 +5,3 @@ # PostCSS Gradients Interpolation Method [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]

[PostCSS Gradients Interpolation Method] lets you use different interpolation methods in CSS gradient functions following [CSS Specification].
[PostCSS Gradients Interpolation Method] lets you use different interpolation methods in CSS gradient functions following [CSS Images Module 4].

@@ -28,3 +28,3 @@ ```pcss

@supports (background: linear-gradient(in oklch, red 0%, red 0% 1%, red 2%)) and (color: hsl(0 0% 0% / 0)) {
@supports (background: linear-gradient(in oklch, red 0%, red 0% 1%, red 2%)) {
:root {

@@ -167,2 +167,2 @@ --background-image: linear-gradient(in oklab, hsl(96, 42%, 24%) 0%, hsl(302, 67%, 25%) 100%);

[PostCSS Gradients Interpolation Method]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method
[CSS Specification]: https://drafts.csswg.org/css-images-4/#linear-gradients
[CSS Images Module 4]: https://drafts.csswg.org/css-images-4/#linear-gradients
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