core-js-compat 3.18.0 → 3.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/data.json +18 -5
  2. package/package.json +3 -3
package/data.json CHANGED
@@ -243,6 +243,7 @@
243
243
  "firefox": "90",
244
244
  "node": "16.6",
245
245
  "opera": "78",
246
+ "safari": "15.1",
246
247
  "samsung": "16.0"
247
248
  },
248
249
  "es.array.concat": {
@@ -2224,6 +2225,7 @@
2224
2225
  "firefox": "90",
2225
2226
  "node": "16.6",
2226
2227
  "opera": "78",
2228
+ "safari": "15.1",
2227
2229
  "samsung": "16.0"
2228
2230
  },
2229
2231
  "es.string.code-point-at": {
@@ -2463,7 +2465,7 @@
2463
2465
  "edge": "12",
2464
2466
  "electron": "0.20",
2465
2467
  "firefox": "1",
2466
- "ie": "4",
2468
+ "ie": "9",
2467
2469
  "ios": "1.0",
2468
2470
  "node": "0.0.3",
2469
2471
  "opera": "4",
@@ -2855,6 +2857,7 @@
2855
2857
  "firefox": "90",
2856
2858
  "node": "16.6",
2857
2859
  "opera": "78",
2860
+ "safari": "15.1",
2858
2861
  "samsung": "16.0"
2859
2862
  },
2860
2863
  "es.typed-array.copy-within": {
@@ -3278,12 +3281,17 @@
3278
3281
  "firefox": "90",
3279
3282
  "node": "16.6",
3280
3283
  "opera": "78",
3284
+ "safari": "15.1",
3281
3285
  "samsung": "16.0"
3282
3286
  },
3283
3287
  "esnext.array.filter-out": {},
3284
3288
  "esnext.array.filter-reject": {},
3285
- "esnext.array.find-last": {},
3286
- "esnext.array.find-last-index": {},
3289
+ "esnext.array.find-last": {
3290
+ "safari": "15.1"
3291
+ },
3292
+ "esnext.array.find-last-index": {
3293
+ "safari": "15.1"
3294
+ },
3287
3295
  "esnext.array.group-by": {},
3288
3296
  "esnext.array.is-template-object": {},
3289
3297
  "esnext.array.last-index": {},
@@ -3486,12 +3494,17 @@
3486
3494
  "firefox": "90",
3487
3495
  "node": "16.6",
3488
3496
  "opera": "78",
3497
+ "safari": "15.1",
3489
3498
  "samsung": "16.0"
3490
3499
  },
3491
3500
  "esnext.typed-array.filter-out": {},
3492
3501
  "esnext.typed-array.filter-reject": {},
3493
- "esnext.typed-array.find-last": {},
3494
- "esnext.typed-array.find-last-index": {},
3502
+ "esnext.typed-array.find-last": {
3503
+ "safari": "15.1"
3504
+ },
3505
+ "esnext.typed-array.find-last-index": {
3506
+ "safari": "15.1"
3507
+ },
3495
3508
  "esnext.typed-array.group-by": {},
3496
3509
  "esnext.typed-array.unique-by": {},
3497
3510
  "esnext.weak-map.delete-all": {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
3
  "description": "core-js compat",
4
- "version": "3.18.0",
4
+ "version": "3.18.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "main": "index.js",
11
11
  "dependencies": {
12
- "browserslist": "^4.17.0",
12
+ "browserslist": "^4.17.1",
13
13
  "semver": "7.0.0"
14
14
  },
15
15
  "funding": {
@@ -17,5 +17,5 @@
17
17
  "url": "https://opencollective.com/core-js"
18
18
  },
19
19
  "license": "MIT",
20
- "gitHead": "272ac1b4515c5cfbf348b069f1da829165a7181e"
20
+ "gitHead": "1a347bdf0297884ed8d9e32e1971267c6d572822"
21
21
  }