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

csso

Package Overview
Dependencies
Maintainers
4
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csso - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

4

HISTORY.md

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

## 1.4.4 (December 10, 2015)
- prevent removal of spaces after braces that before identifier that breaking at-rules expressions (#258)
## 1.4.3 (December 4, 2015)

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

2

lib/compressor/index.js

@@ -456,3 +456,3 @@ var translate = require('../utils/translate');

CSSOCompressor.prototype.issue165 = function(parent, prevType, nextType) {
return parent[1] === 'atrulerq' && prevType === 'braces' && nextType === 'ident';
return prevType === 'braces' && nextType === 'ident';
};

@@ -459,0 +459,0 @@

{
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.4.3",
"version": "1.4.4",
"homepage": "https://github.com/css/csso",

@@ -6,0 +6,0 @@ "author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",

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