core-js-compat 3.37.0 → 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 +268 -40
- 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/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
|
}
|