New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cssnano-preset-advanced

Package Overview
Dependencies
Maintainers
7
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssnano-preset-advanced - npm Package Compare versions

Comparing version 5.0.1 to 5.1.0

17

CHANGELOG.md

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

# [5.1.0](https://github.com/cssnano/cssnano/compare/cssnano-preset-advanced@5.0.0...cssnano-preset-advanced@5.1.0) (2021-05-19)
### Bug Fixes
* **postcss-merge-rules:** add some missing known pseudo classes. ([#1099](https://github.com/cssnano/cssnano/issues/1099)) ([4d7fe36](https://github.com/cssnano/cssnano/commit/4d7fe367bebab86c7b5664ed4621ee7586ca7d86))
* **postcss-merge-rules:** prevent breaking rule merges ([#1072](https://github.com/cssnano/cssnano/issues/1072)) ([c5e0a5e](https://github.com/cssnano/cssnano/commit/c5e0a5eac171089ae994fcba21d9c565fb462577)), closes [#999](https://github.com/cssnano/cssnano/issues/999)
### Features
* **postcss-colormin:** switch to colord and solve multiple issues ([#1107](https://github.com/cssnano/cssnano/issues/1107)) ([a7f0be4](https://github.com/cssnano/cssnano/commit/a7f0be4acc640aab89cace53a720b3d59b6f7b4f)), closes [#819](https://github.com/cssnano/cssnano/issues/819) [#1042](https://github.com/cssnano/cssnano/issues/1042) [#819](https://github.com/cssnano/cssnano/issues/819) [#771](https://github.com/cssnano/cssnano/issues/771)
## [5.0.1](https://github.com/cssnano/cssnano/compare/cssnano-preset-advanced@5.0.0...cssnano-preset-advanced@5.0.1) (2021-04-26)

@@ -8,0 +25,0 @@

20

package.json
{
"name": "cssnano-preset-advanced",
"version": "5.0.1",
"version": "5.1.0",
"main": "dist/index.js",

@@ -8,3 +8,3 @@ "description": "Advanced optimisations for cssnano; may or may not break your CSS!",

"prebuild": "del-cli dist",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
"prepublish": "yarn build"

@@ -19,7 +19,7 @@ },

"autoprefixer": "^10.0.2",
"cssnano-preset-default": "^5.0.1",
"postcss-discard-unused": "^5.0.0",
"postcss-merge-idents": "^5.0.0",
"postcss-reduce-idents": "^5.0.0",
"postcss-zindex": "^5.0.0"
"cssnano-preset-default": "^5.1.0",
"postcss-discard-unused": "^5.0.1",
"postcss-merge-idents": "^5.0.1",
"postcss-reduce-idents": "^5.0.1",
"postcss-zindex": "^5.0.1"
},

@@ -40,8 +40,8 @@ "author": {

"devDependencies": {
"postcss": "^8.2.1"
"postcss": "^8.2.15"
},
"peerDependencies": {
"postcss": "^8.2.1"
"postcss": "^8.2.15"
},
"gitHead": "a2245fcbf5094c9793158d76955d83122d7aef39"
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
}
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