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

@ebay/browserslist-config

Package Overview
Dependencies
Maintainers
14
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 1.0.1 to 1.1.0

.github/workflows/continuous-integration.yml

14

index.js
module.exports = [
'defaults',
'Chrome >= 49',
'Firefox >= 48',
'Safari >= 9',
'Edge >= 12',
'Chrome >= 70',
'Firefox >= 70',
'Safari >= 10',
'Edge >= 18',
'IE >= 11',
'Opera 47-48',
'ChromeAndroid >= 38',
'Opera >= 72',
'ChromeAndroid >= 68',
'ios_saf >= 9',
'Android >= 3',
'Android >= 4',
'not dead'
];
{
"name": "@ebay/browserslist-config",
"version": "1.0.1",
"version": "1.1.0",
"description": "The Browserslist config for eBay.",
"main": "index.js",
"scripts": {},
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"repository": {

@@ -28,5 +31,7 @@ "type": "git",

"devDependencies": {
"browserslist": "^4.16.1",
"eslint": "^4.19.1",
"eslint-config-ebay": "^1.0.0"
"eslint-config-ebay": "^1.0.0",
"jest": "^26.6.3"
}
}

@@ -8,3 +8,3 @@ # browserslist-config-ebay

```sh
yarn add @ebay/browserslist-config
yarn add @ebay/browserslist-config --dev
```

@@ -15,3 +15,3 @@

```sh
npm install @ebay/browserslist-config
npm install @ebay/browserslist-config --save-dev
```

@@ -18,0 +18,0 @@

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