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.2 to 1.2.3

test/data/test_stylesheet/compress.restructure.filter.test1.cl

3

lib/compressor.js

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

'property': 1,
'simpleselector': 1
'simpleselector': 1,
'filter': 1
},

@@ -147,0 +148,0 @@ 'restructureBlock': {

{
"name": "csso",
"description": "CSSO — CSS optimizer",
"version": "1.2.2",
"version": "1.2.3",
"homepage": "http://github.com/afelix/csso",

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

@@ -39,2 +39,10 @@ # 1. Introduction

To update:
* run `npm update csso`
To uninstall:
* run `npm uninstall csso`
# 3. Usage

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

@@ -39,2 +39,10 @@ # 1. Описание

Обновление:
* выполнить `npm update csso`
Удаление:
* выполнить `npm uninstall csso`
# 3. Использование

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

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

'property': 1,
'simpleselector': 1
'simpleselector': 1,
'filter': 1
},

@@ -147,0 +148,0 @@ 'restructureBlock': {

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

'property': 1,
'simpleselector': 1
'simpleselector': 1,
'filter': 1
},

@@ -1028,0 +1029,0 @@ 'restructureBlock': {

Sorry, the diff of this file is not supported yet

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