Comparing version 4.4.0 to 4.4.1
@@ -7,6 +7,12 @@ # Changelog | ||
## 4.4.1 (2021-01-26) | ||
* Intrinsic width feature update with "stretch" value [\#132](https://github.com/anandthakker/doiuse/pull/132) | ||
* Drop unused jsonfilter dependency [\#133](https://github.com/anandthakker/doiuse/pull/133) | ||
* Upgrade browserslist (4.16.1), caniuse-lite (1.0.30001157), postcess (8.1.6), yargs (16.2.0) [\#134](https://github.com/anandthakker/doiuse/pull/134) | ||
## 4.4.0 (2020-11-10) | ||
* Fix possible regular expression catastrophic backtracking [\#105](https://github.com/anandthakker/doiuse/pull/105) | ||
* Upgrade browserslist (4.14.7), caniuse-lite (1.0.30001157), postcess (8.1.6) [\#106](https://github.com/anandthakker/doiuse/pull/106) | ||
* Upgrade browserslist (4.14.7), caniuse-lite (1.0.30001179), postcess (8.2.4) [\#106](https://github.com/anandthakker/doiuse/pull/106) | ||
@@ -13,0 +19,0 @@ ## 4.3.1 (2020-10-30) |
@@ -162,3 +162,4 @@ var list = require('postcss/lib/list') | ||
'fit-content', | ||
'fill-available' | ||
'fill-available', | ||
'stretch' | ||
] | ||
@@ -165,0 +166,0 @@ }, |
{ | ||
"name": "doiuse", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "Lint CSS for browser support against caniuse database", | ||
@@ -32,21 +32,20 @@ "main": "lib/doiuse.js", | ||
"dependencies": { | ||
"browserslist": "^4.14.7", | ||
"caniuse-lite": "^1.0.30001157", | ||
"browserslist": "^4.16.1", | ||
"caniuse-lite": "^1.0.30001179", | ||
"css-rule-stream": "^1.1.0", | ||
"duplexer2": "0.0.2", | ||
"jsonfilter": "^1.1.2", | ||
"ldjson-stream": "^1.2.1", | ||
"multimatch": "^5.0.0", | ||
"postcss": "^8.1.6", | ||
"postcss": "^8.2.4", | ||
"source-map": "^0.7.3", | ||
"through2": "^4.0.2", | ||
"yargs": "^16.1.0" | ||
"yargs": "^16.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"mock-fs": "^4.13.0", | ||
"postcss-import": "^13.0.0", | ||
"postcss-import": "^14.0.0", | ||
"safe-regex": "^2.1.1", | ||
"tape": "^5.0.1" | ||
"tape": "^5.1.1" | ||
}, | ||
@@ -53,0 +52,0 @@ "scripts": { |
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
39764
10
947
- Removedjsonfilter@^1.1.2
- RemovedJSONStream@0.8.4(transitive)
- Removedduplexer@0.1.2(transitive)
- Removedjsonfilter@1.1.2(transitive)
- Removedjsonparse@0.0.5(transitive)
- Removedminimist@1.2.8(transitive)
- Removedstream-combiner@0.2.2(transitive)
- Removedthrough@2.3.8(transitive)
Updatedbrowserslist@^4.16.1
Updatedcaniuse-lite@^1.0.30001179
Updatedpostcss@^8.2.4
Updatedyargs@^16.2.0