Socket
Socket
Sign inDemoInstall

csso

Package Overview
Dependencies
Maintainers
3
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 4.0.0 to 4.0.1

6

CHANGELOG.md

@@ -0,4 +1,8 @@

## 4.0.1 (October 22, 2019)
- Bumped CSSTree to [`1.0.0-alpha.37`](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.37) to avoid source map generation inconsistency across Node.js versions
## 4.0.0 (October 21, 2019)
- Dropped support for Node < 8
- Dropped support for Node.js < 8
- Refreshed dev dependencies and scripts

@@ -5,0 +9,0 @@ - Bumped [CSSTree](https://github.com/csstree/csstree) to `1.0.0-alpha.36` (#399)

6

package.json
{
"name": "csso",
"version": "4.0.0",
"version": "4.0.1",
"description": "CSS minifier with structural optimisations",

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

"dependencies": {
"css-tree": "1.0.0-alpha.36"
"css-tree": "1.0.0-alpha.37"
},

@@ -73,3 +73,3 @@ "devDependencies": {

"rollup-plugin-node-resolve": "^5.2.0",
"source-map": "^0.5.6",
"source-map": "^0.6.1",
"terser": "^4.3.8"

@@ -76,0 +76,0 @@ },

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc