🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

cssnano

Package Overview
Dependencies
Maintainers
8
Versions
148
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

to
5.0.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [5.0.1](https://github.com/cssnano/cssnano/compare/cssnano@5.0.0...cssnano@5.0.1) (2021-04-13)
### Bug Fixes
* **cssnano:** replace opencollective with funding field. ([#1047](https://github.com/cssnano/cssnano/issues/1047)) ([3dee7c5](https://github.com/cssnano/cssnano/commit/3dee7c553350e43ad0750a9478a63cf897e5510f)), closes [#1046](https://github.com/cssnano/cssnano/issues/1046)
# [5.0.0](https://github.com/cssnano/cssnano/compare/cssnano@5.0.0-rc.2...cssnano@5.0.0) (2021-04-06)

@@ -8,0 +19,0 @@

12

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

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

"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
"prepublish": "yarn build",
"postinstall": "opencollective-postinstall"
"prepublish": "yarn build"
},
"collective": {
"funding": {
"type": "opencollective",

@@ -31,4 +30,3 @@ "url": "https://opencollective.com/cssnano"

"cssnano-preset-default": "^5.0.0",
"is-resolvable": "^1.1.0",
"opencollective-postinstall": "^2.0.2"
"is-resolvable": "^1.1.0"
},

@@ -61,3 +59,3 @@ "homepage": "https://github.com/cssnano/cssnano",

},
"gitHead": "0e2c3bf5835bafcdc8783bef66f730a24194c8f3"
"gitHead": "4e95e1fba3304097df467043abb1d76dbd425539"
}