🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More →

@sanity/browserslist-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/browserslist-config - npm Package Compare versions

Comparing version

to
1.0.2

@@ -6,5 +6,7 @@ // https://browsersl.ist/#q=%3E+0.2%25+and+not+dead+and+supports+es6-module+and+supports+es6-module-dynamic-import%2C%0Amaintained+node+versions

// as much of our products and tooling rely on ESM and dynamic imports being available to the runtime.
'> 0.2% and not dead and supports es6-module and supports es6-module-dynamic-import',
// iOS older than 13 is not supported due to esbuild not considering it fully supporting template literals: https://github.com/evanw/esbuild/blob/40711afe0baa545012b813c5c7788225be9ef74c/internal/compat/js_table.go#L839
// it's probably related to: https://bugs.webkit.org/show_bug.cgi?id=190756
'> 0.2% and not dead and fully supports es6-module and fully supports es6-module-dynamic-import and not iOS < 13',
// Most of our npm libraries also need to work in Node.js, at least to the LTS versions.
'maintained node versions',
]
{
"name": "@sanity/browserslist-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sanity.io Browserslist shared configuration",

@@ -49,6 +49,6 @@ "keywords": [

"devDependencies": {
"browserslist": "^4.22.3",
"browserslist": "^4.23.0",
"browserslist-lint": "^0.3.3",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.10"
"prettier-plugin-packagejson": "^2.4.11"
},

@@ -55,0 +55,0 @@ "publishConfig": {