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

postcss-csso

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-csso - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 5.0.1 (April 5, 2021)
- Fixed order of compression processing to perform when everything else is finished (@onigoetz, #20)
## 5.0.0 (October 5, 2020)

@@ -2,0 +6,0 @@

2

index.js

@@ -7,3 +7,3 @@ const { compress } = require('csso').syntax;

postcssPlugin: 'postcss-csso',
Once(root, { result, postcss }) {
OnceExit(root, { result, postcss }) {
result.root = cssoToPostcss(compress(postcssToCsso(root), options).ast, postcss);

@@ -10,0 +10,0 @@ }

{
"name": "postcss-csso",
"version": "5.0.0",
"version": "5.0.1",
"description": "PostCSS plugin to minify CSS using CSSO",

@@ -38,3 +38,4 @@ "keywords": [

"mocha": "^8.1.3",
"postcss": "^8.0.0"
"postcss": "^8.0.0",
"postcss-nested": "^5.0.5"
},

@@ -41,0 +42,0 @@ "files": [

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