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

cssnano

Package Overview
Dependencies
Maintainers
8
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 5.0.16 to 5.0.17

src/index.js

21

package.json
{
"name": "cssnano",
"version": "5.0.16",
"version": "5.0.17",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"main": "src/index.js",
"funding": {

@@ -21,3 +21,3 @@ "type": "opencollective",

"dependencies": {
"cssnano-preset-default": "^5.1.11",
"cssnano-preset-default": "^5.1.12",
"lilconfig": "^2.0.3",

@@ -34,7 +34,5 @@ "yaml": "^1.10.2"

"files": [
"dist",
"LICENSE-MIT",
"quickstart.js"
"src",
"LICENSE-MIT"
],
"tonicExampleFilename": "quickstart.js",
"bugs": {

@@ -48,4 +46,4 @@ "url": "https://github.com/cssnano/cssnano/issues"

"autoprefixer": "^10.3.7",
"cssnano-preset-advanced": "^5.1.11",
"cssnano-preset-lite": "^2.0.2",
"cssnano-preset-advanced": "^5.1.12",
"cssnano-preset-lite": "^2.0.3",
"postcss": "^8.2.15"

@@ -56,8 +54,3 @@ },

},
"scripts": {
"bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
"prebuild": "rimraf dist",
"build": "babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\""
},
"readme": "# cssnano\n\nFor documentation, please see the following links:\n\n* Repository: https://github.com/cssnano/cssnano\n* Website: http://cssnano.co\n"
}
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