Socket
Socket
Sign inDemoInstall

postcss-minify-params

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-params - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

CHANGELOG.md

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

# 1.2.1
* Resolves an issue where `1.2.0` would throw on empty function parentheses.
# 1.2.0

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

4

dist/index.js

@@ -61,4 +61,4 @@ var postcss = require('postcss');

node.type === 'function' &&
node.nodes[0].value.indexOf('-aspect-ratio') === 3 &&
node.nodes[4]
node.nodes[4] &&
node.nodes[0].value.indexOf('-aspect-ratio') === 3
) {

@@ -65,0 +65,0 @@ var ref = aspectRatio(

{
"name": "postcss-minify-params",
"version": "1.2.0",
"version": "1.2.1",
"description": "Minify at-rule params with PostCSS",

@@ -5,0 +5,0 @@ "keywords": [

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