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 7.0.2 to 7.0.3

6

package.json
{
"name": "cssnano-preset-advanced",
"version": "7.0.2",
"version": "7.0.3",
"main": "src/index.js",

@@ -15,4 +15,4 @@ "types": "types/index.d.ts",

"autoprefixer": "^10.4.19",
"browserslist": "^4.23.0",
"cssnano-preset-default": "^7.0.2",
"browserslist": "^4.23.1",
"cssnano-preset-default": "^7.0.3",
"postcss-discard-unused": "^7.0.1",

@@ -19,0 +19,0 @@ "postcss-merge-idents": "^7.0.0",

@@ -318,4 +318,19 @@ # cssnano-preset-advanced

This plugin is loaded with its default configuration.
This plugin is loaded with the following configuration:
```js
{
plugins: [
{
name: 'preset-default',
params: {
overrides: {
removeViewBox: false,
},
},
},
],
}
```
### [`postcss-unique-selectors`](https://github.com/cssnano/cssnano/tree/master/packages/postcss-unique-selectors)

@@ -322,0 +337,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