Socket
Socket
Sign inDemoInstall

csso

Package Overview
Dependencies
Maintainers
1
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.2.14 to 1.2.15

test/data/test_stylesheet/issue71.test1.cl

3

lib/compressor.js

@@ -982,3 +982,4 @@ function TRBL(name, imp) {

'src': 1, // https://github.com/afelix/csso/issues/50
'clip': 1 // https://github.com/afelix/csso/issues/57
'clip': 1, // https://github.com/afelix/csso/issues/57
'display': 1 // https://github.com/afelix/csso/issues/71
};

@@ -985,0 +986,0 @@

@@ -34,3 +34,3 @@ var $util = {};

$util.printTree = function(tree) {
require('sys').print($util.treeToString(tree));
require('util').print($util.treeToString(tree));
};

@@ -37,0 +37,0 @@

{
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.2.14",
"version": "1.2.15",
"homepage": "http://github.com/css/csso",

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

@@ -817,3 +817,4 @@ function CSSOCompressor() {}

'src': 1, // https://github.com/afelix/csso/issues/50
'clip': 1 // https://github.com/afelix/csso/issues/57
'clip': 1, // https://github.com/afelix/csso/issues/57
'display': 1 // https://github.com/afelix/csso/issues/71
};

@@ -820,0 +821,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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