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

cssnano

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

5

CHANGELOG.md

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

# 3.3.1
* Unpins postcss-colormin from `2.1.2`, as the `2.1.3` & `2.1.4` patches had
optimization regressions that are now resolved in `2.1.5`.
# 3.3.0

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

10

package.json
{
"name": "cssnano",
"version": "3.3.0",
"version": "3.3.1",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",

@@ -30,5 +30,5 @@ "main": "index.js",

"object-assign": "^4.0.1",
"postcss": "^5.0.8",
"postcss": "^5.0.9",
"postcss-calc": "^5.0.0",
"postcss-colormin": "2.1.2",
"postcss-colormin": "^2.1.5",
"postcss-convert-values": "^2.3.3",

@@ -50,6 +50,6 @@ "postcss-discard-comments": "^2.0.1",

"postcss-reduce-idents": "^2.2.1",
"postcss-reduce-transforms": "^1.0.1",
"postcss-reduce-transforms": "^1.0.3",
"postcss-svgo": "^2.0.4",
"postcss-unique-selectors": "^2.0.1",
"postcss-value-parser": "^3.0.2",
"postcss-value-parser": "^3.0.3",
"postcss-zindex": "^2.0.0"

@@ -56,0 +56,0 @@ },

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