Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ebay/browserslist-config

Package Overview
Dependencies
Maintainers
16
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ebay/browserslist-config - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

14

CHANGELOG.md

@@ -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 @@

3

index.js

@@ -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",

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