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

cssnano

Package Overview
Dependencies
Maintainers
1
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 2.0.2 to 2.0.3

8

CHANGELOG.md

@@ -5,2 +5,7 @@ # current

# 2.0.3
* cssnano can now be consumed with the parentheses-less method in PostCSS; e.g.
`postcss([ cssnano ])`.
# 2.0.2

@@ -10,3 +15,6 @@

* Refactor core longhand optimiser to not rely on trbl cache.
* Adds support for `ch` units; previously they were removed.
* Fixes parsing of some selector hacks.
* Fixes an issue where embedded base 64 data was being converted as if it were
a URL.

@@ -13,0 +21,0 @@ # 2.0.1

11

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

@@ -10,2 +10,3 @@ "main": "index.js",

"scripts": {
"bench": "tape benchmark/index.js",
"test-cli": "tape tests/cli.js",

@@ -35,6 +36,6 @@ "test-integrations": "tape tests/integrations.js",

"minimist": "^1.1.1",
"postcss": "^4.1.13",
"postcss": "^4.1.14",
"postcss-calc": "^4.1.0",
"postcss-colormin": "^1.2.3",
"postcss-convert-values": "^1.2.2",
"postcss-convert-values": "^1.2.3",
"postcss-discard-comments": "^1.2.0",

@@ -50,3 +51,3 @@ "postcss-discard-duplicates": "^1.1.3",

"postcss-minify-trbl": "^1.0.0",
"postcss-normalize-url": "^2.0.2",
"postcss-normalize-url": "^2.0.3",
"postcss-pseudoelements": "^2.2.0",

@@ -66,3 +67,3 @@ "postcss-reduce-idents": "^1.0.1",

"tape": "^4.0.0",
"webpack": "^1.10.0"
"webpack": "^1.10.1"
},

@@ -69,0 +70,0 @@ "homepage": "https://github.com/ben-eb/cssnano",

Sorry, the diff of this file is not supported yet

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