@ebay/browserslist-config
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -8,2 +8,16 @@ # Changelog | ||
## [2.0.2] | ||
### Fixed | ||
- Remove the unnecessary Android 4+ native browsers | ||
## [2.0.1] | ||
### Fixed | ||
- Fix the Edge versions to only allow Edge 18 and Edge 87+ | ||
- Remove `defaults` from the browser list to completely remove IE11 | ||
### Removed | ||
- `not dead` since it's not necessary anymore | ||
## [2.0.0] | ||
@@ -10,0 +24,0 @@ |
@@ -9,4 +9,3 @@ module.exports = [ | ||
'ChromeAndroid >= 75', | ||
'ios_saf >= 9', | ||
'Android >= 4' | ||
'ios_saf >= 9' | ||
]; |
{ | ||
"name": "@ebay/browserslist-config", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The Browserslist config for eBay.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3958
10