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

postcss-minify-gradients

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-gradients - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.5
* Resolves a crash on empty `linear-gradient()` functions.
# 1.0.4

@@ -2,0 +6,0 @@

@@ -49,2 +49,7 @@ 'use strict';

var _ret = function () {
if (!node.nodes.length) {
return {
v: false
};
}
var args = getArguments(node);

@@ -86,2 +91,7 @@ if (node.nodes[0].value === 'to' && args[0].length === 3) {

var _ret2 = function () {
if (!node.nodes.length) {
return {
v: false
};
}
var args = getArguments(node);

@@ -88,0 +98,0 @@ var lastStop = void 0;

2

package.json
{
"name": "postcss-minify-gradients",
"version": "1.0.4",
"version": "1.0.5",
"description": "Minify gradient parameters 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