Socket
Socket
Sign inDemoInstall

csso

Package Overview
Dependencies
3
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 4.1.1 (November 15, 2020)
- Fixed build setup to exclude full `mdn/data` that reduced the lib size:
* dist/csso.js: 794.5Kb -> 255.2Kb
* dist/csso.min.js: 394.4Kb -> 194.2Kb
* package size: 237.8 kB -> 156.1 kB
* package unpacked size: 1.3 MB -> 586.8 kB
## 4.1.0 (October 27, 2020)

@@ -2,0 +10,0 @@

2

lib/restructure/6-restructBlock.js

@@ -31,3 +31,3 @@ var resolveProperty = require('css-tree').property;

]
}
};

@@ -34,0 +34,0 @@ var NEEDLESS_TABLE = {

{
"name": "csso",
"version": "4.1.0",
"version": "4.1.1",
"description": "CSS minifier with structural optimisations",

@@ -38,5 +38,3 @@ "homepage": "https://github.com/css/csso",

"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
"gh-pages": "git clone --depth=1 -b gh-pages https://github.com/css/csso.git .gh-pages && npm run build && cp dist/csso.min.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages",
"prepublishOnly": "npm run build",
"postpublish": "npm run gh-pages"
"prepublishOnly": "npm run build"
},

@@ -46,2 +44,5 @@ "dependencies": {

},
"browser": {
"css-tree": "css-tree/dist/csstree.min.js"
},
"devDependencies": {

@@ -63,6 +64,5 @@ "@rollup/plugin-commonjs": "^11.0.1",

"files": [
"dist/csso.js",
"dist/csso.min.js",
"dist",
"lib"
]
}

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

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

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