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

postcss-colormin

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-colormin - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 2.1.7
* Fixes another regression where `hsla(0,0%,100%,.5)` was converted to
`hsla(0,0%,100%,0.5)`.
# 2.1.6

@@ -2,0 +7,0 @@

1

dist/lib/colormin.js

@@ -96,2 +96,3 @@ 'use strict';

rgba.push(args[3]);
hsla[3] = args[3];
}

@@ -98,0 +99,0 @@ hsla[1] = hsla[1] + '%';

2

package.json
{
"name": "postcss-colormin",
"version": "2.1.6",
"version": "2.1.7",
"description": "Minify colors in your CSS files with PostCSS.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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