New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tinkoff/browserslist-config

Package Overview
Dependencies
Maintainers
17
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinkoff/browserslist-config - npm Package Compare versions

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

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