@ebay/browserslist-config
Advanced tools
Comparing version 1.0.1 to 1.1.0
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 @@ |
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
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
3574
6
4
1