Socket
Socket
Sign inDemoInstall

cssnano

Package Overview
Dependencies
65
Maintainers
8
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.5 to 6.1.0

types/index.d.ts.map

8

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

@@ -23,3 +23,3 @@ "main": "src/index.js",

"lilconfig": "^3.1.1",
"cssnano-preset-default": "^6.0.5"
"cssnano-preset-default": "^6.1.0"
},

@@ -47,4 +47,4 @@ "homepage": "https://github.com/cssnano/cssnano",

"postcss": "^8.4.35",
"cssnano-preset-advanced": "^6.0.5",
"cssnano-preset-lite": "^3.0.2"
"cssnano-preset-advanced": "^6.1.0",
"cssnano-preset-lite": "^3.1.0"
},

@@ -51,0 +51,0 @@ "peerDependencies": {

@@ -45,4 +45,4 @@ 'use strict';

// For JS setups where we invoked the preset already
if (preset.plugins) {
return preset.plugins;
if (fn.plugins) {
return fn.plugins;
}

@@ -49,0 +49,0 @@

@@ -17,1 +17,2 @@ export = cssnanoPlugin;

declare var postcss: true;
//# sourceMappingURL=index.d.ts.map
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc