Comparing version 4.0.0 to 4.0.1
@@ -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) |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
839016
15687
0
+ Addedcss-tree@1.0.0-alpha.37(transitive)
+ Addedsource-map@0.6.1(transitive)
- Removedcss-tree@1.0.0-alpha.36(transitive)
- Removedsource-map@0.5.7(transitive)
Updatedcss-tree@1.0.0-alpha.37