@tinkoff/browserslist-config
Advanced tools
Comparing version 0.2.5 to 0.2.7
35
index.js
@@ -8,34 +8,31 @@ // хотелось бы сделать в таком виде https://github.com/browserslist/browserslist#configuring-for-different-environments | ||
// desktop | ||
'Chrome >= 30', | ||
'Safari >= 10', | ||
'Firefox >= 40', | ||
'Opera >= 44', | ||
'Edge >= 16', | ||
'Chrome >= 49', | ||
'Safari >= 11', | ||
'Firefox >= 52', | ||
'Opera >= 62', | ||
'Edge >= 18', | ||
// mobile | ||
'ChromeAndroid >= 30', | ||
'ChromeAndroid >= 40', | ||
'ios_saf >= 10', | ||
'OperaMobile >= 48', | ||
'FirefoxAndroid >= 68', | ||
'Samsung >= 2', | ||
'Android >= 5', | ||
'OperaMobile >= 47', | ||
'UCAndroid >= 12', | ||
'FirefoxAndroid >= 40', | ||
'UCAndroid >= 11', | ||
]; | ||
// https://philipwalton.com/articles/deploying-es2015-code-in-production-today/ | ||
const modern = [ | ||
// desktop | ||
'Chrome >= 61', | ||
// https://bugs.webkit.org/show_bug.cgi?id=171041 | ||
'Safari >= 12', | ||
'Firefox >= 60', | ||
'Opera >= 48', | ||
// 16 version force babel to transpile spread in object literals to Object.assing | ||
// this version is quite old, but if we update it to Chromium based version, | ||
// we will have spread in modern bundles, and see many Syntax Errors in logs | ||
'Edge >= 16', | ||
'Samsung >= 8.2', | ||
'Opera >= 62', | ||
'Edge >= 79', | ||
// mobile | ||
'ChromeAndroid >= 61', | ||
// https://bugs.webkit.org/show_bug.cgi?id=171041 | ||
'ios_saf >= 12', | ||
'OperaMobile >= 48', | ||
'FirefoxAndroid >= 60', | ||
'OperaMobile >= 73', | ||
'FirefoxAndroid >= 68', | ||
'Samsung >= 8.2', | ||
]; | ||
@@ -42,0 +39,0 @@ |
{ | ||
"name": "@tinkoff/browserslist-config", | ||
"version": "0.2.5", | ||
"version": "0.2.7", | ||
"initialVersion": "0.1.6", | ||
@@ -12,3 +12,3 @@ "description": "browserslist config", | ||
], | ||
"homepage": "https://github.com/Tinkoff/tramvai", | ||
"homepage": "https://github.com/tramvaijs/tramvai", | ||
"repository": { | ||
@@ -15,0 +15,0 @@ "type": "git", |
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
2292
50
1