browserslist
Advanced tools
Comparing version 4.16.0 to 4.16.1
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 4.16.1 | ||
* Fixed Chrome 4 with `mobileToDesktop` (by Aron Woost). | ||
## 4.16 | ||
@@ -5,0 +8,0 @@ * Add `browserslist config` query. |
@@ -130,3 +130,3 @@ var feature = require('caniuse-lite/dist/unpacker/feature').default | ||
) { | ||
var normal = Object.keys(data[i].versions)[0] | ||
var normal = data[i].versions[0] | ||
normalized[i] = { } | ||
@@ -133,0 +133,0 @@ normalized[i][normal] = stats[i][versions[0]] |
{ | ||
"name": "browserslist", | ||
"version": "4.16.0", | ||
"version": "4.16.1", | ||
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", | ||
@@ -18,7 +18,7 @@ "keywords": [ | ||
"dependencies": { | ||
"caniuse-lite": "^1.0.30001165", | ||
"caniuse-lite": "^1.0.30001173", | ||
"colorette": "^1.2.1", | ||
"electron-to-chromium": "^1.3.621", | ||
"electron-to-chromium": "^1.3.634", | ||
"escalade": "^3.1.1", | ||
"node-releases": "^1.1.67" | ||
"node-releases": "^1.1.69" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
@@ -276,3 +276,3 @@ # Browserslist [![Cult Of Martians][cult-img]][cult] | ||
* `browserslist config`: the browsers defined in Browserslist config. Useful | ||
in the tools to modify user’s config like | ||
in Differential Serving to modify user’s config like | ||
`browserslist config and supports es6-module`. | ||
@@ -406,4 +406,3 @@ * `since 2015` or `last 2 years`: all versions released since year 2015 | ||
If you don’t accept Browserslist queries from users, you can disable the | ||
validation by using the or `BROWSERSLIST_DANGEROUS_EXTEND` environment variable | ||
or `dangerousExtend` option. | ||
validation by using the or `BROWSERSLIST_DANGEROUS_EXTEND` environment variable. | ||
@@ -410,0 +409,0 @@ ```sh |
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
98375
701
Updatedcaniuse-lite@^1.0.30001173
Updatednode-releases@^1.1.69