core-js-compat 3.37.1 → 3.38.0
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.
- package/README.md +3 -3
- package/compat.js +2 -1
- package/data.json +105 -22
- package/entries.json +131 -1
- package/external.json +0 -0
- package/modules-by-versions.json +4 -0
- package/modules.json +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ const {
|
|
|
27
27
|
exclude: [ // optional list / filter of modules to exclude, the signature is similar to `modules` option
|
|
28
28
|
'web.atob',
|
|
29
29
|
],
|
|
30
|
-
version: '3.
|
|
30
|
+
version: '3.38', // used `core-js` version, by default - the latest
|
|
31
31
|
inverse: false, // inverse of the result - shows modules that are NOT required for the target environment
|
|
32
32
|
});
|
|
33
33
|
|
|
@@ -125,9 +125,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
|
|
|
125
125
|
require('core-js-compat').modules; // => Array<ModuleName>
|
|
126
126
|
|
|
127
127
|
// the subset of modules which available in the passed `core-js` version:
|
|
128
|
-
require('core-js-compat/get-modules-list-for-target-version')('3.
|
|
128
|
+
require('core-js-compat/get-modules-list-for-target-version')('3.38'); // => Array<ModuleName>
|
|
129
129
|
// or
|
|
130
|
-
require('core-js-compat').getModulesListForTargetVersion('3.
|
|
130
|
+
require('core-js-compat').getModulesListForTargetVersion('3.38'); // => Array<ModuleName>
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
If you wanna help to improve this data, you could take a look at the related section of [`CONTRIBUTING.md`](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#how-to-update-core-js-compat-data). The visualization of compatibility data and the browser tests runner is available [here](http://zloirock.github.io/core-js/compat/), the example:
|
package/compat.js
CHANGED
|
@@ -19,7 +19,8 @@ function getModules(filter) {
|
|
|
19
19
|
if (typeof filter == 'string') {
|
|
20
20
|
if (has(entries, filter)) return entries[filter];
|
|
21
21
|
return atLeastSomeModules(allModules.filter(it => it.startsWith(filter)), filter);
|
|
22
|
-
}
|
|
22
|
+
}
|
|
23
|
+
if (filter instanceof RegExp) return atLeastSomeModules(allModules.filter(it => filter.test(it)), filter);
|
|
23
24
|
throwInvalidFilter(filter);
|
|
24
25
|
}
|
|
25
26
|
|
package/data.json
CHANGED
|
@@ -1792,12 +1792,14 @@
|
|
|
1792
1792
|
"electron": "27.0",
|
|
1793
1793
|
"firefox": "119",
|
|
1794
1794
|
"firefox-android": "119",
|
|
1795
|
+
"ios": "18.0",
|
|
1795
1796
|
"node": "21.0",
|
|
1796
1797
|
"oculus": "30.0",
|
|
1797
1798
|
"opera": "103",
|
|
1798
1799
|
"opera-android": "78",
|
|
1799
1800
|
"opera_mobile": "78",
|
|
1800
1801
|
"quest": "30.0",
|
|
1802
|
+
"safari": "18.0",
|
|
1801
1803
|
"samsung": "24.0"
|
|
1802
1804
|
},
|
|
1803
1805
|
"es.math.acosh": {
|
|
@@ -2827,12 +2829,14 @@
|
|
|
2827
2829
|
"electron": "27.0",
|
|
2828
2830
|
"firefox": "119",
|
|
2829
2831
|
"firefox-android": "119",
|
|
2832
|
+
"ios": "18.0",
|
|
2830
2833
|
"node": "21.0",
|
|
2831
2834
|
"oculus": "30.0",
|
|
2832
2835
|
"opera": "103",
|
|
2833
2836
|
"opera-android": "78",
|
|
2834
2837
|
"opera_mobile": "78",
|
|
2835
2838
|
"quest": "30.0",
|
|
2839
|
+
"safari": "18.0",
|
|
2836
2840
|
"samsung": "24.0"
|
|
2837
2841
|
},
|
|
2838
2842
|
"es.object.has-own": {
|
|
@@ -3800,12 +3804,15 @@
|
|
|
3800
3804
|
"electron": "30.0",
|
|
3801
3805
|
"firefox": "127",
|
|
3802
3806
|
"firefox-android": "127",
|
|
3807
|
+
"ios": "18.0",
|
|
3803
3808
|
"node": "22.0",
|
|
3804
3809
|
"oculus": "33.0",
|
|
3805
3810
|
"opera": "109",
|
|
3806
3811
|
"opera-android": "82",
|
|
3807
3812
|
"opera_mobile": "82",
|
|
3808
|
-
"quest": "33.0"
|
|
3813
|
+
"quest": "33.0",
|
|
3814
|
+
"safari": "18.0",
|
|
3815
|
+
"samsung": "27.0"
|
|
3809
3816
|
},
|
|
3810
3817
|
"es.set.intersection.v2": {
|
|
3811
3818
|
"android": "123",
|
|
@@ -3817,12 +3824,15 @@
|
|
|
3817
3824
|
"electron": "30.0",
|
|
3818
3825
|
"firefox": "127",
|
|
3819
3826
|
"firefox-android": "127",
|
|
3827
|
+
"ios": "18.0",
|
|
3820
3828
|
"node": "22.0",
|
|
3821
3829
|
"oculus": "33.0",
|
|
3822
3830
|
"opera": "109",
|
|
3823
3831
|
"opera-android": "82",
|
|
3824
3832
|
"opera_mobile": "82",
|
|
3825
|
-
"quest": "33.0"
|
|
3833
|
+
"quest": "33.0",
|
|
3834
|
+
"safari": "18.0",
|
|
3835
|
+
"samsung": "27.0"
|
|
3826
3836
|
},
|
|
3827
3837
|
"es.set.is-disjoint-from.v2": {
|
|
3828
3838
|
"android": "123",
|
|
@@ -3834,12 +3844,15 @@
|
|
|
3834
3844
|
"electron": "30.0",
|
|
3835
3845
|
"firefox": "127",
|
|
3836
3846
|
"firefox-android": "127",
|
|
3847
|
+
"ios": "18.0",
|
|
3837
3848
|
"node": "22.0",
|
|
3838
3849
|
"oculus": "33.0",
|
|
3839
3850
|
"opera": "109",
|
|
3840
3851
|
"opera-android": "82",
|
|
3841
3852
|
"opera_mobile": "82",
|
|
3842
|
-
"quest": "33.0"
|
|
3853
|
+
"quest": "33.0",
|
|
3854
|
+
"safari": "18.0",
|
|
3855
|
+
"samsung": "27.0"
|
|
3843
3856
|
},
|
|
3844
3857
|
"es.set.is-subset-of.v2": {
|
|
3845
3858
|
"android": "123",
|
|
@@ -3851,12 +3864,15 @@
|
|
|
3851
3864
|
"electron": "30.0",
|
|
3852
3865
|
"firefox": "127",
|
|
3853
3866
|
"firefox-android": "127",
|
|
3867
|
+
"ios": "18.0",
|
|
3854
3868
|
"node": "22.0",
|
|
3855
3869
|
"oculus": "33.0",
|
|
3856
3870
|
"opera": "109",
|
|
3857
3871
|
"opera-android": "82",
|
|
3858
3872
|
"opera_mobile": "82",
|
|
3859
|
-
"quest": "33.0"
|
|
3873
|
+
"quest": "33.0",
|
|
3874
|
+
"safari": "18.0",
|
|
3875
|
+
"samsung": "27.0"
|
|
3860
3876
|
},
|
|
3861
3877
|
"es.set.is-superset-of.v2": {
|
|
3862
3878
|
"android": "123",
|
|
@@ -3868,12 +3884,15 @@
|
|
|
3868
3884
|
"electron": "30.0",
|
|
3869
3885
|
"firefox": "127",
|
|
3870
3886
|
"firefox-android": "127",
|
|
3887
|
+
"ios": "18.0",
|
|
3871
3888
|
"node": "22.0",
|
|
3872
3889
|
"oculus": "33.0",
|
|
3873
3890
|
"opera": "109",
|
|
3874
3891
|
"opera-android": "82",
|
|
3875
3892
|
"opera_mobile": "82",
|
|
3876
|
-
"quest": "33.0"
|
|
3893
|
+
"quest": "33.0",
|
|
3894
|
+
"safari": "18.0",
|
|
3895
|
+
"samsung": "27.0"
|
|
3877
3896
|
},
|
|
3878
3897
|
"es.set.symmetric-difference.v2": {
|
|
3879
3898
|
"android": "123",
|
|
@@ -3885,12 +3904,15 @@
|
|
|
3885
3904
|
"electron": "30.0",
|
|
3886
3905
|
"firefox": "127",
|
|
3887
3906
|
"firefox-android": "127",
|
|
3907
|
+
"ios": "18.0",
|
|
3888
3908
|
"node": "22.0",
|
|
3889
3909
|
"oculus": "33.0",
|
|
3890
3910
|
"opera": "109",
|
|
3891
3911
|
"opera-android": "82",
|
|
3892
3912
|
"opera_mobile": "82",
|
|
3893
|
-
"quest": "33.0"
|
|
3913
|
+
"quest": "33.0",
|
|
3914
|
+
"safari": "18.0",
|
|
3915
|
+
"samsung": "27.0"
|
|
3894
3916
|
},
|
|
3895
3917
|
"es.set.union.v2": {
|
|
3896
3918
|
"android": "123",
|
|
@@ -3902,12 +3924,15 @@
|
|
|
3902
3924
|
"electron": "30.0",
|
|
3903
3925
|
"firefox": "127",
|
|
3904
3926
|
"firefox-android": "127",
|
|
3927
|
+
"ios": "18.0",
|
|
3905
3928
|
"node": "22.0",
|
|
3906
3929
|
"oculus": "33.0",
|
|
3907
3930
|
"opera": "109",
|
|
3908
3931
|
"opera-android": "82",
|
|
3909
3932
|
"opera_mobile": "82",
|
|
3910
|
-
"quest": "33.0"
|
|
3933
|
+
"quest": "33.0",
|
|
3934
|
+
"safari": "18.0",
|
|
3935
|
+
"samsung": "27.0"
|
|
3911
3936
|
},
|
|
3912
3937
|
"es.string.at-alternative": {
|
|
3913
3938
|
"android": "92",
|
|
@@ -5661,12 +5686,14 @@
|
|
|
5661
5686
|
"electron": "29.0",
|
|
5662
5687
|
"firefox": "115",
|
|
5663
5688
|
"firefox-android": "115",
|
|
5689
|
+
"ios": "18.0",
|
|
5664
5690
|
"node": "22.0",
|
|
5665
5691
|
"oculus": "32.0",
|
|
5666
5692
|
"opera": "107",
|
|
5667
5693
|
"opera-android": "81",
|
|
5668
5694
|
"opera_mobile": "81",
|
|
5669
5695
|
"quest": "32.0",
|
|
5696
|
+
"safari": "18.0",
|
|
5670
5697
|
"samsung": "25.0"
|
|
5671
5698
|
},
|
|
5672
5699
|
"esnext.array.at": {
|
|
@@ -5909,11 +5936,15 @@
|
|
|
5909
5936
|
"esnext.composite-key": {},
|
|
5910
5937
|
"esnext.composite-symbol": {},
|
|
5911
5938
|
"esnext.data-view.get-float16": {
|
|
5912
|
-
"deno": "1.43"
|
|
5939
|
+
"deno": "1.43",
|
|
5940
|
+
"firefox": "129",
|
|
5941
|
+
"firefox-android": "129"
|
|
5913
5942
|
},
|
|
5914
5943
|
"esnext.data-view.get-uint8-clamped": {},
|
|
5915
5944
|
"esnext.data-view.set-float16": {
|
|
5916
|
-
"deno": "1.43"
|
|
5945
|
+
"deno": "1.43",
|
|
5946
|
+
"firefox": "129",
|
|
5947
|
+
"firefox-android": "129"
|
|
5917
5948
|
},
|
|
5918
5949
|
"esnext.data-view.set-uint8-clamped": {},
|
|
5919
5950
|
"esnext.disposable-stack.constructor": {},
|
|
@@ -6207,12 +6238,14 @@
|
|
|
6207
6238
|
"electron": "27.0",
|
|
6208
6239
|
"firefox": "119",
|
|
6209
6240
|
"firefox-android": "119",
|
|
6241
|
+
"ios": "18.0",
|
|
6210
6242
|
"node": "21.0",
|
|
6211
6243
|
"oculus": "30.0",
|
|
6212
6244
|
"opera": "103",
|
|
6213
6245
|
"opera-android": "78",
|
|
6214
6246
|
"opera_mobile": "78",
|
|
6215
6247
|
"quest": "30.0",
|
|
6248
|
+
"safari": "18.0",
|
|
6216
6249
|
"samsung": "24.0"
|
|
6217
6250
|
},
|
|
6218
6251
|
"esnext.map.includes": {},
|
|
@@ -6232,7 +6265,9 @@
|
|
|
6232
6265
|
"esnext.math.degrees": {},
|
|
6233
6266
|
"esnext.math.fscale": {},
|
|
6234
6267
|
"esnext.math.f16round": {
|
|
6235
|
-
"deno": "1.43"
|
|
6268
|
+
"deno": "1.43",
|
|
6269
|
+
"firefox": "129",
|
|
6270
|
+
"firefox-android": "129"
|
|
6236
6271
|
},
|
|
6237
6272
|
"esnext.math.iaddh": {},
|
|
6238
6273
|
"esnext.math.imulh": {},
|
|
@@ -6282,12 +6317,14 @@
|
|
|
6282
6317
|
"electron": "27.0",
|
|
6283
6318
|
"firefox": "119",
|
|
6284
6319
|
"firefox-android": "119",
|
|
6320
|
+
"ios": "18.0",
|
|
6285
6321
|
"node": "21.0",
|
|
6286
6322
|
"oculus": "30.0",
|
|
6287
6323
|
"opera": "103",
|
|
6288
6324
|
"opera-android": "78",
|
|
6289
6325
|
"opera_mobile": "78",
|
|
6290
6326
|
"quest": "30.0",
|
|
6327
|
+
"safari": "18.0",
|
|
6291
6328
|
"samsung": "24.0"
|
|
6292
6329
|
},
|
|
6293
6330
|
"esnext.observable": {},
|
|
@@ -6332,7 +6369,14 @@
|
|
|
6332
6369
|
"safari": "14.0",
|
|
6333
6370
|
"samsung": "14.0"
|
|
6334
6371
|
},
|
|
6335
|
-
"esnext.promise.try": {
|
|
6372
|
+
"esnext.promise.try": {
|
|
6373
|
+
"android": "128",
|
|
6374
|
+
"chrome": "128",
|
|
6375
|
+
"chrome-android": "128",
|
|
6376
|
+
"edge": "128",
|
|
6377
|
+
"electron": "32.0",
|
|
6378
|
+
"opera": "114"
|
|
6379
|
+
},
|
|
6336
6380
|
"esnext.promise.with-resolvers": {
|
|
6337
6381
|
"android": "119",
|
|
6338
6382
|
"bun": "0.7.1",
|
|
@@ -6375,12 +6419,15 @@
|
|
|
6375
6419
|
"electron": "30.0",
|
|
6376
6420
|
"firefox": "127",
|
|
6377
6421
|
"firefox-android": "127",
|
|
6422
|
+
"ios": "18.0",
|
|
6378
6423
|
"node": "22.0",
|
|
6379
6424
|
"oculus": "33.0",
|
|
6380
6425
|
"opera": "109",
|
|
6381
6426
|
"opera-android": "82",
|
|
6382
6427
|
"opera_mobile": "82",
|
|
6383
|
-
"quest": "33.0"
|
|
6428
|
+
"quest": "33.0",
|
|
6429
|
+
"safari": "18.0",
|
|
6430
|
+
"samsung": "27.0"
|
|
6384
6431
|
},
|
|
6385
6432
|
"esnext.set.difference": {},
|
|
6386
6433
|
"esnext.set.every": {},
|
|
@@ -6397,12 +6444,15 @@
|
|
|
6397
6444
|
"electron": "30.0",
|
|
6398
6445
|
"firefox": "127",
|
|
6399
6446
|
"firefox-android": "127",
|
|
6447
|
+
"ios": "18.0",
|
|
6400
6448
|
"node": "22.0",
|
|
6401
6449
|
"oculus": "33.0",
|
|
6402
6450
|
"opera": "109",
|
|
6403
6451
|
"opera-android": "82",
|
|
6404
6452
|
"opera_mobile": "82",
|
|
6405
|
-
"quest": "33.0"
|
|
6453
|
+
"quest": "33.0",
|
|
6454
|
+
"safari": "18.0",
|
|
6455
|
+
"samsung": "27.0"
|
|
6406
6456
|
},
|
|
6407
6457
|
"esnext.set.intersection": {},
|
|
6408
6458
|
"esnext.set.is-disjoint-from.v2": {
|
|
@@ -6415,12 +6465,15 @@
|
|
|
6415
6465
|
"electron": "30.0",
|
|
6416
6466
|
"firefox": "127",
|
|
6417
6467
|
"firefox-android": "127",
|
|
6468
|
+
"ios": "18.0",
|
|
6418
6469
|
"node": "22.0",
|
|
6419
6470
|
"oculus": "33.0",
|
|
6420
6471
|
"opera": "109",
|
|
6421
6472
|
"opera-android": "82",
|
|
6422
6473
|
"opera_mobile": "82",
|
|
6423
|
-
"quest": "33.0"
|
|
6474
|
+
"quest": "33.0",
|
|
6475
|
+
"safari": "18.0",
|
|
6476
|
+
"samsung": "27.0"
|
|
6424
6477
|
},
|
|
6425
6478
|
"esnext.set.is-disjoint-from": {},
|
|
6426
6479
|
"esnext.set.is-subset-of.v2": {
|
|
@@ -6433,12 +6486,15 @@
|
|
|
6433
6486
|
"electron": "30.0",
|
|
6434
6487
|
"firefox": "127",
|
|
6435
6488
|
"firefox-android": "127",
|
|
6489
|
+
"ios": "18.0",
|
|
6436
6490
|
"node": "22.0",
|
|
6437
6491
|
"oculus": "33.0",
|
|
6438
6492
|
"opera": "109",
|
|
6439
6493
|
"opera-android": "82",
|
|
6440
6494
|
"opera_mobile": "82",
|
|
6441
|
-
"quest": "33.0"
|
|
6495
|
+
"quest": "33.0",
|
|
6496
|
+
"safari": "18.0",
|
|
6497
|
+
"samsung": "27.0"
|
|
6442
6498
|
},
|
|
6443
6499
|
"esnext.set.is-subset-of": {},
|
|
6444
6500
|
"esnext.set.is-superset-of.v2": {
|
|
@@ -6451,12 +6507,15 @@
|
|
|
6451
6507
|
"electron": "30.0",
|
|
6452
6508
|
"firefox": "127",
|
|
6453
6509
|
"firefox-android": "127",
|
|
6510
|
+
"ios": "18.0",
|
|
6454
6511
|
"node": "22.0",
|
|
6455
6512
|
"oculus": "33.0",
|
|
6456
6513
|
"opera": "109",
|
|
6457
6514
|
"opera-android": "82",
|
|
6458
6515
|
"opera_mobile": "82",
|
|
6459
|
-
"quest": "33.0"
|
|
6516
|
+
"quest": "33.0",
|
|
6517
|
+
"safari": "18.0",
|
|
6518
|
+
"samsung": "27.0"
|
|
6460
6519
|
},
|
|
6461
6520
|
"esnext.set.is-superset-of": {},
|
|
6462
6521
|
"esnext.set.join": {},
|
|
@@ -6474,12 +6533,15 @@
|
|
|
6474
6533
|
"electron": "30.0",
|
|
6475
6534
|
"firefox": "127",
|
|
6476
6535
|
"firefox-android": "127",
|
|
6536
|
+
"ios": "18.0",
|
|
6477
6537
|
"node": "22.0",
|
|
6478
6538
|
"oculus": "33.0",
|
|
6479
6539
|
"opera": "109",
|
|
6480
6540
|
"opera-android": "82",
|
|
6481
6541
|
"opera_mobile": "82",
|
|
6482
|
-
"quest": "33.0"
|
|
6542
|
+
"quest": "33.0",
|
|
6543
|
+
"safari": "18.0",
|
|
6544
|
+
"samsung": "27.0"
|
|
6483
6545
|
},
|
|
6484
6546
|
"esnext.set.symmetric-difference": {},
|
|
6485
6547
|
"esnext.set.union.v2": {
|
|
@@ -6492,12 +6554,15 @@
|
|
|
6492
6554
|
"electron": "30.0",
|
|
6493
6555
|
"firefox": "127",
|
|
6494
6556
|
"firefox-android": "127",
|
|
6557
|
+
"ios": "18.0",
|
|
6495
6558
|
"node": "22.0",
|
|
6496
6559
|
"oculus": "33.0",
|
|
6497
6560
|
"opera": "109",
|
|
6498
6561
|
"opera-android": "82",
|
|
6499
6562
|
"opera_mobile": "82",
|
|
6500
|
-
"quest": "33.0"
|
|
6563
|
+
"quest": "33.0",
|
|
6564
|
+
"safari": "18.0",
|
|
6565
|
+
"samsung": "27.0"
|
|
6501
6566
|
},
|
|
6502
6567
|
"esnext.set.union": {},
|
|
6503
6568
|
"esnext.string.at": {},
|
|
@@ -6590,9 +6655,15 @@
|
|
|
6590
6655
|
"samsung": "22.0"
|
|
6591
6656
|
},
|
|
6592
6657
|
"esnext.symbol.async-dispose": {
|
|
6658
|
+
"android": "127",
|
|
6593
6659
|
"bun": "1.0.23",
|
|
6660
|
+
"chrome": "127",
|
|
6661
|
+
"chrome-android": "127",
|
|
6594
6662
|
"deno": "1.38",
|
|
6595
|
-
"
|
|
6663
|
+
"edge": "127",
|
|
6664
|
+
"electron": "32.0",
|
|
6665
|
+
"node": "20.5.0",
|
|
6666
|
+
"opera": "113"
|
|
6596
6667
|
},
|
|
6597
6668
|
"esnext.symbol.custom-matcher": {},
|
|
6598
6669
|
"esnext.symbol.dispose": {
|
|
@@ -6604,7 +6675,12 @@
|
|
|
6604
6675
|
"edge": "125",
|
|
6605
6676
|
"electron": "31.0",
|
|
6606
6677
|
"node": "20.5.0",
|
|
6607
|
-
"
|
|
6678
|
+
"oculus": "34.0",
|
|
6679
|
+
"opera": "111",
|
|
6680
|
+
"opera-android": "83",
|
|
6681
|
+
"opera_mobile": "83",
|
|
6682
|
+
"quest": "34.0",
|
|
6683
|
+
"samsung": "27.0"
|
|
6608
6684
|
},
|
|
6609
6685
|
"esnext.symbol.is-registered-symbol": {},
|
|
6610
6686
|
"esnext.symbol.is-registered": {},
|
|
@@ -6752,6 +6828,8 @@
|
|
|
6752
6828
|
},
|
|
6753
6829
|
"esnext.uint8-array.from-base64": {},
|
|
6754
6830
|
"esnext.uint8-array.from-hex": {},
|
|
6831
|
+
"esnext.uint8-array.set-from-base64": {},
|
|
6832
|
+
"esnext.uint8-array.set-from-hex": {},
|
|
6755
6833
|
"esnext.uint8-array.to-base64": {},
|
|
6756
6834
|
"esnext.uint8-array.to-hex": {},
|
|
6757
6835
|
"esnext.weak-map.delete-all": {},
|
|
@@ -6926,7 +7004,6 @@
|
|
|
6926
7004
|
"bun": "1.0.22",
|
|
6927
7005
|
"chrome": "86",
|
|
6928
7006
|
"chrome-android": "86",
|
|
6929
|
-
"deno": "1.29.3",
|
|
6930
7007
|
"edge": "86",
|
|
6931
7008
|
"electron": "11.0",
|
|
6932
7009
|
"firefox": "31",
|
|
@@ -7016,8 +7093,14 @@
|
|
|
7016
7093
|
"electron": "31.0",
|
|
7017
7094
|
"firefox": "126",
|
|
7018
7095
|
"firefox-android": "126",
|
|
7096
|
+
"ios": "18.0",
|
|
7019
7097
|
"node": "22.0",
|
|
7020
|
-
"
|
|
7098
|
+
"oculus": "34.0",
|
|
7099
|
+
"opera": "112",
|
|
7100
|
+
"opera-android": "83",
|
|
7101
|
+
"opera_mobile": "83",
|
|
7102
|
+
"quest": "34.0",
|
|
7103
|
+
"safari": "18.0"
|
|
7021
7104
|
},
|
|
7022
7105
|
"web.url.to-json": {
|
|
7023
7106
|
"android": "71",
|
package/entries.json
CHANGED
|
@@ -447,6 +447,8 @@
|
|
|
447
447
|
"esnext.typed-array.with",
|
|
448
448
|
"esnext.uint8-array.from-base64",
|
|
449
449
|
"esnext.uint8-array.from-hex",
|
|
450
|
+
"esnext.uint8-array.set-from-base64",
|
|
451
|
+
"esnext.uint8-array.set-from-hex",
|
|
450
452
|
"esnext.uint8-array.to-base64",
|
|
451
453
|
"esnext.uint8-array.to-hex",
|
|
452
454
|
"esnext.weak-map.delete-all",
|
|
@@ -796,7 +798,9 @@
|
|
|
796
798
|
"esnext.object.group-by",
|
|
797
799
|
"esnext.promise.all-settled",
|
|
798
800
|
"esnext.promise.any",
|
|
801
|
+
"esnext.promise.try",
|
|
799
802
|
"esnext.promise.with-resolvers",
|
|
803
|
+
"esnext.regexp.escape",
|
|
800
804
|
"esnext.set.difference.v2",
|
|
801
805
|
"esnext.set.intersection.v2",
|
|
802
806
|
"esnext.set.is-disjoint-from.v2",
|
|
@@ -820,6 +824,8 @@
|
|
|
820
824
|
"esnext.typed-array.with",
|
|
821
825
|
"esnext.uint8-array.from-base64",
|
|
822
826
|
"esnext.uint8-array.from-hex",
|
|
827
|
+
"esnext.uint8-array.set-from-base64",
|
|
828
|
+
"esnext.uint8-array.set-from-hex",
|
|
823
829
|
"esnext.uint8-array.to-base64",
|
|
824
830
|
"esnext.uint8-array.to-hex",
|
|
825
831
|
"web.atob",
|
|
@@ -2213,6 +2219,7 @@
|
|
|
2213
2219
|
"es.promise.finally",
|
|
2214
2220
|
"es.promise.with-resolvers",
|
|
2215
2221
|
"es.string.iterator",
|
|
2222
|
+
"esnext.promise.try",
|
|
2216
2223
|
"esnext.promise.with-resolvers",
|
|
2217
2224
|
"web.dom-collections.iterator"
|
|
2218
2225
|
],
|
|
@@ -2238,6 +2245,10 @@
|
|
|
2238
2245
|
"es.promise",
|
|
2239
2246
|
"es.promise.finally"
|
|
2240
2247
|
],
|
|
2248
|
+
"core-js/actual/promise/try": [
|
|
2249
|
+
"es.promise",
|
|
2250
|
+
"esnext.promise.try"
|
|
2251
|
+
],
|
|
2241
2252
|
"core-js/actual/promise/with-resolvers": [
|
|
2242
2253
|
"es.promise",
|
|
2243
2254
|
"es.promise.with-resolvers",
|
|
@@ -2316,7 +2327,8 @@
|
|
|
2316
2327
|
"es.string.match",
|
|
2317
2328
|
"es.string.replace",
|
|
2318
2329
|
"es.string.search",
|
|
2319
|
-
"es.string.split"
|
|
2330
|
+
"es.string.split",
|
|
2331
|
+
"esnext.regexp.escape"
|
|
2320
2332
|
],
|
|
2321
2333
|
"core-js/actual/regexp/constructor": [
|
|
2322
2334
|
"es.regexp.constructor",
|
|
@@ -2329,6 +2341,9 @@
|
|
|
2329
2341
|
"es.regexp.dot-all",
|
|
2330
2342
|
"es.regexp.exec"
|
|
2331
2343
|
],
|
|
2344
|
+
"core-js/actual/regexp/escape": [
|
|
2345
|
+
"esnext.regexp.escape"
|
|
2346
|
+
],
|
|
2332
2347
|
"core-js/actual/regexp/flags": [
|
|
2333
2348
|
"es.regexp.flags"
|
|
2334
2349
|
],
|
|
@@ -2907,6 +2922,8 @@
|
|
|
2907
2922
|
"esnext.typed-array.with",
|
|
2908
2923
|
"esnext.uint8-array.from-base64",
|
|
2909
2924
|
"esnext.uint8-array.from-hex",
|
|
2925
|
+
"esnext.uint8-array.set-from-base64",
|
|
2926
|
+
"esnext.uint8-array.set-from-hex",
|
|
2910
2927
|
"esnext.uint8-array.to-base64",
|
|
2911
2928
|
"esnext.uint8-array.to-hex"
|
|
2912
2929
|
],
|
|
@@ -2988,6 +3005,8 @@
|
|
|
2988
3005
|
"esnext.typed-array.with",
|
|
2989
3006
|
"esnext.uint8-array.from-base64",
|
|
2990
3007
|
"esnext.uint8-array.from-hex",
|
|
3008
|
+
"esnext.uint8-array.set-from-base64",
|
|
3009
|
+
"esnext.uint8-array.set-from-hex",
|
|
2991
3010
|
"esnext.uint8-array.to-base64",
|
|
2992
3011
|
"esnext.uint8-array.to-hex"
|
|
2993
3012
|
],
|
|
@@ -3036,6 +3055,8 @@
|
|
|
3036
3055
|
"esnext.typed-array.with",
|
|
3037
3056
|
"esnext.uint8-array.from-base64",
|
|
3038
3057
|
"esnext.uint8-array.from-hex",
|
|
3058
|
+
"esnext.uint8-array.set-from-base64",
|
|
3059
|
+
"esnext.uint8-array.set-from-hex",
|
|
3039
3060
|
"esnext.uint8-array.to-base64",
|
|
3040
3061
|
"esnext.uint8-array.to-hex"
|
|
3041
3062
|
],
|
|
@@ -3102,6 +3123,8 @@
|
|
|
3102
3123
|
"esnext.typed-array.with",
|
|
3103
3124
|
"esnext.uint8-array.from-base64",
|
|
3104
3125
|
"esnext.uint8-array.from-hex",
|
|
3126
|
+
"esnext.uint8-array.set-from-base64",
|
|
3127
|
+
"esnext.uint8-array.set-from-hex",
|
|
3105
3128
|
"esnext.uint8-array.to-base64",
|
|
3106
3129
|
"esnext.uint8-array.to-hex"
|
|
3107
3130
|
],
|
|
@@ -3150,6 +3173,8 @@
|
|
|
3150
3173
|
"esnext.typed-array.with",
|
|
3151
3174
|
"esnext.uint8-array.from-base64",
|
|
3152
3175
|
"esnext.uint8-array.from-hex",
|
|
3176
|
+
"esnext.uint8-array.set-from-base64",
|
|
3177
|
+
"esnext.uint8-array.set-from-hex",
|
|
3153
3178
|
"esnext.uint8-array.to-base64",
|
|
3154
3179
|
"esnext.uint8-array.to-hex"
|
|
3155
3180
|
],
|
|
@@ -3198,6 +3223,8 @@
|
|
|
3198
3223
|
"esnext.typed-array.with",
|
|
3199
3224
|
"esnext.uint8-array.from-base64",
|
|
3200
3225
|
"esnext.uint8-array.from-hex",
|
|
3226
|
+
"esnext.uint8-array.set-from-base64",
|
|
3227
|
+
"esnext.uint8-array.set-from-hex",
|
|
3201
3228
|
"esnext.uint8-array.to-base64",
|
|
3202
3229
|
"esnext.uint8-array.to-hex"
|
|
3203
3230
|
],
|
|
@@ -3260,6 +3287,8 @@
|
|
|
3260
3287
|
"esnext.typed-array.with",
|
|
3261
3288
|
"esnext.uint8-array.from-base64",
|
|
3262
3289
|
"esnext.uint8-array.from-hex",
|
|
3290
|
+
"esnext.uint8-array.set-from-base64",
|
|
3291
|
+
"esnext.uint8-array.set-from-hex",
|
|
3263
3292
|
"esnext.uint8-array.to-base64",
|
|
3264
3293
|
"esnext.uint8-array.to-hex"
|
|
3265
3294
|
],
|
|
@@ -3278,6 +3307,12 @@
|
|
|
3278
3307
|
"core-js/actual/typed-array/set": [
|
|
3279
3308
|
"es.typed-array.set"
|
|
3280
3309
|
],
|
|
3310
|
+
"core-js/actual/typed-array/set-from-base64": [
|
|
3311
|
+
"esnext.uint8-array.set-from-base64"
|
|
3312
|
+
],
|
|
3313
|
+
"core-js/actual/typed-array/set-from-hex": [
|
|
3314
|
+
"esnext.uint8-array.set-from-hex"
|
|
3315
|
+
],
|
|
3281
3316
|
"core-js/actual/typed-array/slice": [
|
|
3282
3317
|
"es.typed-array.slice"
|
|
3283
3318
|
],
|
|
@@ -3359,6 +3394,8 @@
|
|
|
3359
3394
|
"esnext.typed-array.with",
|
|
3360
3395
|
"esnext.uint8-array.from-base64",
|
|
3361
3396
|
"esnext.uint8-array.from-hex",
|
|
3397
|
+
"esnext.uint8-array.set-from-base64",
|
|
3398
|
+
"esnext.uint8-array.set-from-hex",
|
|
3362
3399
|
"esnext.uint8-array.to-base64",
|
|
3363
3400
|
"esnext.uint8-array.to-hex"
|
|
3364
3401
|
],
|
|
@@ -3407,6 +3444,8 @@
|
|
|
3407
3444
|
"esnext.typed-array.with",
|
|
3408
3445
|
"esnext.uint8-array.from-base64",
|
|
3409
3446
|
"esnext.uint8-array.from-hex",
|
|
3447
|
+
"esnext.uint8-array.set-from-base64",
|
|
3448
|
+
"esnext.uint8-array.set-from-hex",
|
|
3410
3449
|
"esnext.uint8-array.to-base64",
|
|
3411
3450
|
"esnext.uint8-array.to-hex"
|
|
3412
3451
|
],
|
|
@@ -3455,6 +3494,8 @@
|
|
|
3455
3494
|
"esnext.typed-array.with",
|
|
3456
3495
|
"esnext.uint8-array.from-base64",
|
|
3457
3496
|
"esnext.uint8-array.from-hex",
|
|
3497
|
+
"esnext.uint8-array.set-from-base64",
|
|
3498
|
+
"esnext.uint8-array.set-from-hex",
|
|
3458
3499
|
"esnext.uint8-array.to-base64",
|
|
3459
3500
|
"esnext.uint8-array.to-hex"
|
|
3460
3501
|
],
|
|
@@ -3503,6 +3544,8 @@
|
|
|
3503
3544
|
"esnext.typed-array.with",
|
|
3504
3545
|
"esnext.uint8-array.from-base64",
|
|
3505
3546
|
"esnext.uint8-array.from-hex",
|
|
3547
|
+
"esnext.uint8-array.set-from-base64",
|
|
3548
|
+
"esnext.uint8-array.set-from-hex",
|
|
3506
3549
|
"esnext.uint8-array.to-base64",
|
|
3507
3550
|
"esnext.uint8-array.to-hex"
|
|
3508
3551
|
],
|
|
@@ -6290,6 +6333,8 @@
|
|
|
6290
6333
|
"esnext.typed-array.with",
|
|
6291
6334
|
"esnext.uint8-array.from-base64",
|
|
6292
6335
|
"esnext.uint8-array.from-hex",
|
|
6336
|
+
"esnext.uint8-array.set-from-base64",
|
|
6337
|
+
"esnext.uint8-array.set-from-hex",
|
|
6293
6338
|
"esnext.uint8-array.to-base64",
|
|
6294
6339
|
"esnext.uint8-array.to-hex",
|
|
6295
6340
|
"esnext.weak-map.delete-all",
|
|
@@ -9044,6 +9089,8 @@
|
|
|
9044
9089
|
"esnext.typed-array.with",
|
|
9045
9090
|
"esnext.uint8-array.from-base64",
|
|
9046
9091
|
"esnext.uint8-array.from-hex",
|
|
9092
|
+
"esnext.uint8-array.set-from-base64",
|
|
9093
|
+
"esnext.uint8-array.set-from-hex",
|
|
9047
9094
|
"esnext.uint8-array.to-base64",
|
|
9048
9095
|
"esnext.uint8-array.to-hex"
|
|
9049
9096
|
],
|
|
@@ -9140,6 +9187,8 @@
|
|
|
9140
9187
|
"esnext.typed-array.with",
|
|
9141
9188
|
"esnext.uint8-array.from-base64",
|
|
9142
9189
|
"esnext.uint8-array.from-hex",
|
|
9190
|
+
"esnext.uint8-array.set-from-base64",
|
|
9191
|
+
"esnext.uint8-array.set-from-hex",
|
|
9143
9192
|
"esnext.uint8-array.to-base64",
|
|
9144
9193
|
"esnext.uint8-array.to-hex"
|
|
9145
9194
|
],
|
|
@@ -9196,6 +9245,8 @@
|
|
|
9196
9245
|
"esnext.typed-array.with",
|
|
9197
9246
|
"esnext.uint8-array.from-base64",
|
|
9198
9247
|
"esnext.uint8-array.from-hex",
|
|
9248
|
+
"esnext.uint8-array.set-from-base64",
|
|
9249
|
+
"esnext.uint8-array.set-from-hex",
|
|
9199
9250
|
"esnext.uint8-array.to-base64",
|
|
9200
9251
|
"esnext.uint8-array.to-hex"
|
|
9201
9252
|
],
|
|
@@ -9276,6 +9327,8 @@
|
|
|
9276
9327
|
"esnext.typed-array.with",
|
|
9277
9328
|
"esnext.uint8-array.from-base64",
|
|
9278
9329
|
"esnext.uint8-array.from-hex",
|
|
9330
|
+
"esnext.uint8-array.set-from-base64",
|
|
9331
|
+
"esnext.uint8-array.set-from-hex",
|
|
9279
9332
|
"esnext.uint8-array.to-base64",
|
|
9280
9333
|
"esnext.uint8-array.to-hex"
|
|
9281
9334
|
],
|
|
@@ -9332,6 +9385,8 @@
|
|
|
9332
9385
|
"esnext.typed-array.with",
|
|
9333
9386
|
"esnext.uint8-array.from-base64",
|
|
9334
9387
|
"esnext.uint8-array.from-hex",
|
|
9388
|
+
"esnext.uint8-array.set-from-base64",
|
|
9389
|
+
"esnext.uint8-array.set-from-hex",
|
|
9335
9390
|
"esnext.uint8-array.to-base64",
|
|
9336
9391
|
"esnext.uint8-array.to-hex"
|
|
9337
9392
|
],
|
|
@@ -9388,6 +9443,8 @@
|
|
|
9388
9443
|
"esnext.typed-array.with",
|
|
9389
9444
|
"esnext.uint8-array.from-base64",
|
|
9390
9445
|
"esnext.uint8-array.from-hex",
|
|
9446
|
+
"esnext.uint8-array.set-from-base64",
|
|
9447
|
+
"esnext.uint8-array.set-from-hex",
|
|
9391
9448
|
"esnext.uint8-array.to-base64",
|
|
9392
9449
|
"esnext.uint8-array.to-hex"
|
|
9393
9450
|
],
|
|
@@ -9458,6 +9515,8 @@
|
|
|
9458
9515
|
"esnext.typed-array.with",
|
|
9459
9516
|
"esnext.uint8-array.from-base64",
|
|
9460
9517
|
"esnext.uint8-array.from-hex",
|
|
9518
|
+
"esnext.uint8-array.set-from-base64",
|
|
9519
|
+
"esnext.uint8-array.set-from-hex",
|
|
9461
9520
|
"esnext.uint8-array.to-base64",
|
|
9462
9521
|
"esnext.uint8-array.to-hex"
|
|
9463
9522
|
],
|
|
@@ -9476,6 +9535,12 @@
|
|
|
9476
9535
|
"core-js/features/typed-array/set": [
|
|
9477
9536
|
"es.typed-array.set"
|
|
9478
9537
|
],
|
|
9538
|
+
"core-js/features/typed-array/set-from-base64": [
|
|
9539
|
+
"esnext.uint8-array.set-from-base64"
|
|
9540
|
+
],
|
|
9541
|
+
"core-js/features/typed-array/set-from-hex": [
|
|
9542
|
+
"esnext.uint8-array.set-from-hex"
|
|
9543
|
+
],
|
|
9479
9544
|
"core-js/features/typed-array/slice": [
|
|
9480
9545
|
"es.typed-array.slice"
|
|
9481
9546
|
],
|
|
@@ -9565,6 +9630,8 @@
|
|
|
9565
9630
|
"esnext.typed-array.with",
|
|
9566
9631
|
"esnext.uint8-array.from-base64",
|
|
9567
9632
|
"esnext.uint8-array.from-hex",
|
|
9633
|
+
"esnext.uint8-array.set-from-base64",
|
|
9634
|
+
"esnext.uint8-array.set-from-hex",
|
|
9568
9635
|
"esnext.uint8-array.to-base64",
|
|
9569
9636
|
"esnext.uint8-array.to-hex"
|
|
9570
9637
|
],
|
|
@@ -9621,6 +9688,8 @@
|
|
|
9621
9688
|
"esnext.typed-array.with",
|
|
9622
9689
|
"esnext.uint8-array.from-base64",
|
|
9623
9690
|
"esnext.uint8-array.from-hex",
|
|
9691
|
+
"esnext.uint8-array.set-from-base64",
|
|
9692
|
+
"esnext.uint8-array.set-from-hex",
|
|
9624
9693
|
"esnext.uint8-array.to-base64",
|
|
9625
9694
|
"esnext.uint8-array.to-hex"
|
|
9626
9695
|
],
|
|
@@ -9677,6 +9746,8 @@
|
|
|
9677
9746
|
"esnext.typed-array.with",
|
|
9678
9747
|
"esnext.uint8-array.from-base64",
|
|
9679
9748
|
"esnext.uint8-array.from-hex",
|
|
9749
|
+
"esnext.uint8-array.set-from-base64",
|
|
9750
|
+
"esnext.uint8-array.set-from-hex",
|
|
9680
9751
|
"esnext.uint8-array.to-base64",
|
|
9681
9752
|
"esnext.uint8-array.to-hex"
|
|
9682
9753
|
],
|
|
@@ -9733,6 +9804,8 @@
|
|
|
9733
9804
|
"esnext.typed-array.with",
|
|
9734
9805
|
"esnext.uint8-array.from-base64",
|
|
9735
9806
|
"esnext.uint8-array.from-hex",
|
|
9807
|
+
"esnext.uint8-array.set-from-base64",
|
|
9808
|
+
"esnext.uint8-array.set-from-hex",
|
|
9736
9809
|
"esnext.uint8-array.to-base64",
|
|
9737
9810
|
"esnext.uint8-array.to-hex"
|
|
9738
9811
|
],
|
|
@@ -10306,6 +10379,8 @@
|
|
|
10306
10379
|
"esnext.typed-array.with",
|
|
10307
10380
|
"esnext.uint8-array.from-base64",
|
|
10308
10381
|
"esnext.uint8-array.from-hex",
|
|
10382
|
+
"esnext.uint8-array.set-from-base64",
|
|
10383
|
+
"esnext.uint8-array.set-from-hex",
|
|
10309
10384
|
"esnext.uint8-array.to-base64",
|
|
10310
10385
|
"esnext.uint8-array.to-hex",
|
|
10311
10386
|
"esnext.weak-map.delete-all",
|
|
@@ -13060,6 +13135,8 @@
|
|
|
13060
13135
|
"esnext.typed-array.with",
|
|
13061
13136
|
"esnext.uint8-array.from-base64",
|
|
13062
13137
|
"esnext.uint8-array.from-hex",
|
|
13138
|
+
"esnext.uint8-array.set-from-base64",
|
|
13139
|
+
"esnext.uint8-array.set-from-hex",
|
|
13063
13140
|
"esnext.uint8-array.to-base64",
|
|
13064
13141
|
"esnext.uint8-array.to-hex"
|
|
13065
13142
|
],
|
|
@@ -13156,6 +13233,8 @@
|
|
|
13156
13233
|
"esnext.typed-array.with",
|
|
13157
13234
|
"esnext.uint8-array.from-base64",
|
|
13158
13235
|
"esnext.uint8-array.from-hex",
|
|
13236
|
+
"esnext.uint8-array.set-from-base64",
|
|
13237
|
+
"esnext.uint8-array.set-from-hex",
|
|
13159
13238
|
"esnext.uint8-array.to-base64",
|
|
13160
13239
|
"esnext.uint8-array.to-hex"
|
|
13161
13240
|
],
|
|
@@ -13212,6 +13291,8 @@
|
|
|
13212
13291
|
"esnext.typed-array.with",
|
|
13213
13292
|
"esnext.uint8-array.from-base64",
|
|
13214
13293
|
"esnext.uint8-array.from-hex",
|
|
13294
|
+
"esnext.uint8-array.set-from-base64",
|
|
13295
|
+
"esnext.uint8-array.set-from-hex",
|
|
13215
13296
|
"esnext.uint8-array.to-base64",
|
|
13216
13297
|
"esnext.uint8-array.to-hex"
|
|
13217
13298
|
],
|
|
@@ -13292,6 +13373,8 @@
|
|
|
13292
13373
|
"esnext.typed-array.with",
|
|
13293
13374
|
"esnext.uint8-array.from-base64",
|
|
13294
13375
|
"esnext.uint8-array.from-hex",
|
|
13376
|
+
"esnext.uint8-array.set-from-base64",
|
|
13377
|
+
"esnext.uint8-array.set-from-hex",
|
|
13295
13378
|
"esnext.uint8-array.to-base64",
|
|
13296
13379
|
"esnext.uint8-array.to-hex"
|
|
13297
13380
|
],
|
|
@@ -13348,6 +13431,8 @@
|
|
|
13348
13431
|
"esnext.typed-array.with",
|
|
13349
13432
|
"esnext.uint8-array.from-base64",
|
|
13350
13433
|
"esnext.uint8-array.from-hex",
|
|
13434
|
+
"esnext.uint8-array.set-from-base64",
|
|
13435
|
+
"esnext.uint8-array.set-from-hex",
|
|
13351
13436
|
"esnext.uint8-array.to-base64",
|
|
13352
13437
|
"esnext.uint8-array.to-hex"
|
|
13353
13438
|
],
|
|
@@ -13404,6 +13489,8 @@
|
|
|
13404
13489
|
"esnext.typed-array.with",
|
|
13405
13490
|
"esnext.uint8-array.from-base64",
|
|
13406
13491
|
"esnext.uint8-array.from-hex",
|
|
13492
|
+
"esnext.uint8-array.set-from-base64",
|
|
13493
|
+
"esnext.uint8-array.set-from-hex",
|
|
13407
13494
|
"esnext.uint8-array.to-base64",
|
|
13408
13495
|
"esnext.uint8-array.to-hex"
|
|
13409
13496
|
],
|
|
@@ -13474,6 +13561,8 @@
|
|
|
13474
13561
|
"esnext.typed-array.with",
|
|
13475
13562
|
"esnext.uint8-array.from-base64",
|
|
13476
13563
|
"esnext.uint8-array.from-hex",
|
|
13564
|
+
"esnext.uint8-array.set-from-base64",
|
|
13565
|
+
"esnext.uint8-array.set-from-hex",
|
|
13477
13566
|
"esnext.uint8-array.to-base64",
|
|
13478
13567
|
"esnext.uint8-array.to-hex"
|
|
13479
13568
|
],
|
|
@@ -13492,6 +13581,12 @@
|
|
|
13492
13581
|
"core-js/full/typed-array/set": [
|
|
13493
13582
|
"es.typed-array.set"
|
|
13494
13583
|
],
|
|
13584
|
+
"core-js/full/typed-array/set-from-base64": [
|
|
13585
|
+
"esnext.uint8-array.set-from-base64"
|
|
13586
|
+
],
|
|
13587
|
+
"core-js/full/typed-array/set-from-hex": [
|
|
13588
|
+
"esnext.uint8-array.set-from-hex"
|
|
13589
|
+
],
|
|
13495
13590
|
"core-js/full/typed-array/slice": [
|
|
13496
13591
|
"es.typed-array.slice"
|
|
13497
13592
|
],
|
|
@@ -13581,6 +13676,8 @@
|
|
|
13581
13676
|
"esnext.typed-array.with",
|
|
13582
13677
|
"esnext.uint8-array.from-base64",
|
|
13583
13678
|
"esnext.uint8-array.from-hex",
|
|
13679
|
+
"esnext.uint8-array.set-from-base64",
|
|
13680
|
+
"esnext.uint8-array.set-from-hex",
|
|
13584
13681
|
"esnext.uint8-array.to-base64",
|
|
13585
13682
|
"esnext.uint8-array.to-hex"
|
|
13586
13683
|
],
|
|
@@ -13637,6 +13734,8 @@
|
|
|
13637
13734
|
"esnext.typed-array.with",
|
|
13638
13735
|
"esnext.uint8-array.from-base64",
|
|
13639
13736
|
"esnext.uint8-array.from-hex",
|
|
13737
|
+
"esnext.uint8-array.set-from-base64",
|
|
13738
|
+
"esnext.uint8-array.set-from-hex",
|
|
13640
13739
|
"esnext.uint8-array.to-base64",
|
|
13641
13740
|
"esnext.uint8-array.to-hex"
|
|
13642
13741
|
],
|
|
@@ -13693,6 +13792,8 @@
|
|
|
13693
13792
|
"esnext.typed-array.with",
|
|
13694
13793
|
"esnext.uint8-array.from-base64",
|
|
13695
13794
|
"esnext.uint8-array.from-hex",
|
|
13795
|
+
"esnext.uint8-array.set-from-base64",
|
|
13796
|
+
"esnext.uint8-array.set-from-hex",
|
|
13696
13797
|
"esnext.uint8-array.to-base64",
|
|
13697
13798
|
"esnext.uint8-array.to-hex"
|
|
13698
13799
|
],
|
|
@@ -13749,6 +13850,8 @@
|
|
|
13749
13850
|
"esnext.typed-array.with",
|
|
13750
13851
|
"esnext.uint8-array.from-base64",
|
|
13751
13852
|
"esnext.uint8-array.from-hex",
|
|
13853
|
+
"esnext.uint8-array.set-from-base64",
|
|
13854
|
+
"esnext.uint8-array.set-from-hex",
|
|
13752
13855
|
"esnext.uint8-array.to-base64",
|
|
13753
13856
|
"esnext.uint8-array.to-hex"
|
|
13754
13857
|
],
|
|
@@ -15281,6 +15384,12 @@
|
|
|
15281
15384
|
"core-js/modules/esnext.uint8-array.from-hex": [
|
|
15282
15385
|
"esnext.uint8-array.from-hex"
|
|
15283
15386
|
],
|
|
15387
|
+
"core-js/modules/esnext.uint8-array.set-from-base64": [
|
|
15388
|
+
"esnext.uint8-array.set-from-base64"
|
|
15389
|
+
],
|
|
15390
|
+
"core-js/modules/esnext.uint8-array.set-from-hex": [
|
|
15391
|
+
"esnext.uint8-array.set-from-hex"
|
|
15392
|
+
],
|
|
15284
15393
|
"core-js/modules/esnext.uint8-array.to-base64": [
|
|
15285
15394
|
"esnext.uint8-array.to-base64"
|
|
15286
15395
|
],
|
|
@@ -15587,6 +15696,8 @@
|
|
|
15587
15696
|
"esnext.typed-array.with",
|
|
15588
15697
|
"esnext.uint8-array.from-base64",
|
|
15589
15698
|
"esnext.uint8-array.from-hex",
|
|
15699
|
+
"esnext.uint8-array.set-from-base64",
|
|
15700
|
+
"esnext.uint8-array.set-from-hex",
|
|
15590
15701
|
"esnext.uint8-array.to-base64",
|
|
15591
15702
|
"esnext.uint8-array.to-hex",
|
|
15592
15703
|
"esnext.weak-map.delete-all",
|
|
@@ -15613,6 +15724,8 @@
|
|
|
15613
15724
|
"core-js/proposals/array-buffer-base64": [
|
|
15614
15725
|
"esnext.uint8-array.from-base64",
|
|
15615
15726
|
"esnext.uint8-array.from-hex",
|
|
15727
|
+
"esnext.uint8-array.set-from-base64",
|
|
15728
|
+
"esnext.uint8-array.set-from-hex",
|
|
15616
15729
|
"esnext.uint8-array.to-base64",
|
|
15617
15730
|
"esnext.uint8-array.to-hex"
|
|
15618
15731
|
],
|
|
@@ -18730,6 +18843,8 @@
|
|
|
18730
18843
|
"esnext.typed-array.with",
|
|
18731
18844
|
"esnext.uint8-array.from-base64",
|
|
18732
18845
|
"esnext.uint8-array.from-hex",
|
|
18846
|
+
"esnext.uint8-array.set-from-base64",
|
|
18847
|
+
"esnext.uint8-array.set-from-hex",
|
|
18733
18848
|
"esnext.uint8-array.to-base64",
|
|
18734
18849
|
"esnext.uint8-array.to-hex",
|
|
18735
18850
|
"esnext.weak-map.delete-all",
|
|
@@ -18936,6 +19051,8 @@
|
|
|
18936
19051
|
"esnext.typed-array.with",
|
|
18937
19052
|
"esnext.uint8-array.from-base64",
|
|
18938
19053
|
"esnext.uint8-array.from-hex",
|
|
19054
|
+
"esnext.uint8-array.set-from-base64",
|
|
19055
|
+
"esnext.uint8-array.set-from-hex",
|
|
18939
19056
|
"esnext.uint8-array.to-base64",
|
|
18940
19057
|
"esnext.uint8-array.to-hex",
|
|
18941
19058
|
"esnext.weak-map.delete-all",
|
|
@@ -19131,6 +19248,8 @@
|
|
|
19131
19248
|
"esnext.typed-array.with",
|
|
19132
19249
|
"esnext.uint8-array.from-base64",
|
|
19133
19250
|
"esnext.uint8-array.from-hex",
|
|
19251
|
+
"esnext.uint8-array.set-from-base64",
|
|
19252
|
+
"esnext.uint8-array.set-from-hex",
|
|
19134
19253
|
"esnext.uint8-array.to-base64",
|
|
19135
19254
|
"esnext.uint8-array.to-hex",
|
|
19136
19255
|
"esnext.weak-map.delete-all",
|
|
@@ -19254,6 +19373,8 @@
|
|
|
19254
19373
|
"esnext.typed-array.with",
|
|
19255
19374
|
"esnext.uint8-array.from-base64",
|
|
19256
19375
|
"esnext.uint8-array.from-hex",
|
|
19376
|
+
"esnext.uint8-array.set-from-base64",
|
|
19377
|
+
"esnext.uint8-array.set-from-hex",
|
|
19257
19378
|
"esnext.uint8-array.to-base64",
|
|
19258
19379
|
"esnext.uint8-array.to-hex",
|
|
19259
19380
|
"esnext.weak-map.emplace"
|
|
@@ -19324,6 +19445,7 @@
|
|
|
19324
19445
|
"esnext.promise.any",
|
|
19325
19446
|
"esnext.promise.try",
|
|
19326
19447
|
"esnext.promise.with-resolvers",
|
|
19448
|
+
"esnext.regexp.escape",
|
|
19327
19449
|
"esnext.set.difference.v2",
|
|
19328
19450
|
"esnext.set.intersection.v2",
|
|
19329
19451
|
"esnext.set.is-disjoint-from.v2",
|
|
@@ -19347,6 +19469,8 @@
|
|
|
19347
19469
|
"esnext.typed-array.with",
|
|
19348
19470
|
"esnext.uint8-array.from-base64",
|
|
19349
19471
|
"esnext.uint8-array.from-hex",
|
|
19472
|
+
"esnext.uint8-array.set-from-base64",
|
|
19473
|
+
"esnext.uint8-array.set-from-hex",
|
|
19350
19474
|
"esnext.uint8-array.to-base64",
|
|
19351
19475
|
"esnext.uint8-array.to-hex"
|
|
19352
19476
|
],
|
|
@@ -19413,7 +19537,9 @@
|
|
|
19413
19537
|
"esnext.object.group-by",
|
|
19414
19538
|
"esnext.promise.all-settled",
|
|
19415
19539
|
"esnext.promise.any",
|
|
19540
|
+
"esnext.promise.try",
|
|
19416
19541
|
"esnext.promise.with-resolvers",
|
|
19542
|
+
"esnext.regexp.escape",
|
|
19417
19543
|
"esnext.set.difference.v2",
|
|
19418
19544
|
"esnext.set.intersection.v2",
|
|
19419
19545
|
"esnext.set.is-disjoint-from.v2",
|
|
@@ -19437,6 +19563,8 @@
|
|
|
19437
19563
|
"esnext.typed-array.with",
|
|
19438
19564
|
"esnext.uint8-array.from-base64",
|
|
19439
19565
|
"esnext.uint8-array.from-hex",
|
|
19566
|
+
"esnext.uint8-array.set-from-base64",
|
|
19567
|
+
"esnext.uint8-array.set-from-hex",
|
|
19440
19568
|
"esnext.uint8-array.to-base64",
|
|
19441
19569
|
"esnext.uint8-array.to-hex"
|
|
19442
19570
|
],
|
|
@@ -19673,6 +19801,8 @@
|
|
|
19673
19801
|
"esnext.typed-array.with",
|
|
19674
19802
|
"esnext.uint8-array.from-base64",
|
|
19675
19803
|
"esnext.uint8-array.from-hex",
|
|
19804
|
+
"esnext.uint8-array.set-from-base64",
|
|
19805
|
+
"esnext.uint8-array.set-from-hex",
|
|
19676
19806
|
"esnext.uint8-array.to-base64",
|
|
19677
19807
|
"esnext.uint8-array.to-hex",
|
|
19678
19808
|
"esnext.weak-map.delete-all",
|
package/external.json
CHANGED
|
File without changes
|
package/modules-by-versions.json
CHANGED
package/modules.json
CHANGED
|
@@ -446,6 +446,8 @@
|
|
|
446
446
|
"esnext.typed-array.with",
|
|
447
447
|
"esnext.uint8-array.from-base64",
|
|
448
448
|
"esnext.uint8-array.from-hex",
|
|
449
|
+
"esnext.uint8-array.set-from-base64",
|
|
450
|
+
"esnext.uint8-array.set-from-hex",
|
|
449
451
|
"esnext.uint8-array.to-base64",
|
|
450
452
|
"esnext.uint8-array.to-hex",
|
|
451
453
|
"esnext.weak-map.delete-all",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.38.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "core-js compat",
|
|
6
6
|
"repository": {
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"main": "index.js",
|
|
23
23
|
"types": "index.d.ts",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"browserslist": "^4.23.
|
|
25
|
+
"browserslist": "^4.23.3"
|
|
26
26
|
}
|
|
27
27
|
}
|