core-js-compat 3.8.3 → 3.9.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/data.json +63 -51
- package/entries.json +96 -2
- package/modules-by-versions.json +7 -0
- package/modules.json +5 -0
- package/package.json +4 -4
package/data.json
CHANGED
|
@@ -233,17 +233,18 @@
|
|
|
233
233
|
"samsung": "5.0"
|
|
234
234
|
},
|
|
235
235
|
"es.array.every": {
|
|
236
|
-
"android": "
|
|
237
|
-
"chrome": "
|
|
238
|
-
"edge": "
|
|
239
|
-
"electron": "0.
|
|
240
|
-
"firefox": "
|
|
236
|
+
"android": "4.4",
|
|
237
|
+
"chrome": "26",
|
|
238
|
+
"edge": "12",
|
|
239
|
+
"electron": "0.20",
|
|
240
|
+
"firefox": "4",
|
|
241
|
+
"ie": "9",
|
|
241
242
|
"ios": "9.0",
|
|
242
|
-
"node": "
|
|
243
|
-
"opera": "
|
|
244
|
-
"opera_mobile": "
|
|
245
|
-
"safari": "
|
|
246
|
-
"samsung": "5
|
|
243
|
+
"node": "0.11.0",
|
|
244
|
+
"opera": "16",
|
|
245
|
+
"opera_mobile": "16",
|
|
246
|
+
"safari": "8.0",
|
|
247
|
+
"samsung": "1.5"
|
|
247
248
|
},
|
|
248
249
|
"es.array.fill": {
|
|
249
250
|
"android": "45",
|
|
@@ -324,17 +325,18 @@
|
|
|
324
325
|
"samsung": "10.0"
|
|
325
326
|
},
|
|
326
327
|
"es.array.for-each": {
|
|
327
|
-
"android": "
|
|
328
|
-
"chrome": "
|
|
329
|
-
"edge": "
|
|
330
|
-
"electron": "0.
|
|
331
|
-
"firefox": "
|
|
328
|
+
"android": "4.4",
|
|
329
|
+
"chrome": "26",
|
|
330
|
+
"edge": "12",
|
|
331
|
+
"electron": "0.20",
|
|
332
|
+
"firefox": "4",
|
|
333
|
+
"ie": "9",
|
|
332
334
|
"ios": "9.0",
|
|
333
|
-
"node": "
|
|
334
|
-
"opera": "
|
|
335
|
-
"opera_mobile": "
|
|
336
|
-
"safari": "
|
|
337
|
-
"samsung": "5
|
|
335
|
+
"node": "0.11.0",
|
|
336
|
+
"opera": "16",
|
|
337
|
+
"opera_mobile": "16",
|
|
338
|
+
"safari": "8.0",
|
|
339
|
+
"samsung": "1.5"
|
|
338
340
|
},
|
|
339
341
|
"es.array.from": {
|
|
340
342
|
"android": "51",
|
|
@@ -352,7 +354,7 @@
|
|
|
352
354
|
"es.array.includes": {
|
|
353
355
|
"android": "53",
|
|
354
356
|
"chrome": "53",
|
|
355
|
-
"edge": "
|
|
357
|
+
"edge": "14",
|
|
356
358
|
"electron": "1.4",
|
|
357
359
|
"firefox": "48",
|
|
358
360
|
"ios": "10.0",
|
|
@@ -365,14 +367,15 @@
|
|
|
365
367
|
"es.array.index-of": {
|
|
366
368
|
"android": "51",
|
|
367
369
|
"chrome": "51",
|
|
368
|
-
"edge": "
|
|
370
|
+
"edge": "12",
|
|
369
371
|
"electron": "1.2",
|
|
370
|
-
"firefox": "
|
|
371
|
-
"
|
|
372
|
+
"firefox": "4",
|
|
373
|
+
"ie": "9",
|
|
374
|
+
"ios": "9.0",
|
|
372
375
|
"node": "6.5",
|
|
373
376
|
"opera": "38",
|
|
374
377
|
"opera_mobile": "38",
|
|
375
|
-
"safari": "
|
|
378
|
+
"safari": "8.0",
|
|
376
379
|
"samsung": "5.0"
|
|
377
380
|
},
|
|
378
381
|
"es.array.is-array": {
|
|
@@ -419,14 +422,15 @@
|
|
|
419
422
|
"es.array.last-index-of": {
|
|
420
423
|
"android": "51",
|
|
421
424
|
"chrome": "51",
|
|
422
|
-
"edge": "
|
|
425
|
+
"edge": "12",
|
|
423
426
|
"electron": "1.2",
|
|
424
|
-
"firefox": "
|
|
425
|
-
"
|
|
427
|
+
"firefox": "4",
|
|
428
|
+
"ie": "9",
|
|
429
|
+
"ios": "9.0",
|
|
426
430
|
"node": "6.5",
|
|
427
431
|
"opera": "38",
|
|
428
432
|
"opera_mobile": "38",
|
|
429
|
-
"safari": "
|
|
433
|
+
"safari": "8.0",
|
|
430
434
|
"samsung": "5.0"
|
|
431
435
|
},
|
|
432
436
|
"es.array.map": {
|
|
@@ -458,27 +462,29 @@
|
|
|
458
462
|
"es.array.reduce": {
|
|
459
463
|
"android": "83",
|
|
460
464
|
"chrome": "83",
|
|
461
|
-
"edge": "
|
|
465
|
+
"edge": "12",
|
|
462
466
|
"electron": "9.0",
|
|
463
|
-
"firefox": "
|
|
467
|
+
"firefox": "4",
|
|
468
|
+
"ie": "9",
|
|
464
469
|
"ios": "9.0",
|
|
465
470
|
"node": "6.0",
|
|
466
471
|
"opera": "69",
|
|
467
472
|
"opera_mobile": "59",
|
|
468
|
-
"safari": "
|
|
473
|
+
"safari": "8.0",
|
|
469
474
|
"samsung": "13.0"
|
|
470
475
|
},
|
|
471
476
|
"es.array.reduce-right": {
|
|
472
477
|
"android": "83",
|
|
473
478
|
"chrome": "83",
|
|
474
|
-
"edge": "
|
|
479
|
+
"edge": "12",
|
|
475
480
|
"electron": "9.0",
|
|
476
|
-
"firefox": "
|
|
481
|
+
"firefox": "4",
|
|
482
|
+
"ie": "9",
|
|
477
483
|
"ios": "9.0",
|
|
478
484
|
"node": "6.0",
|
|
479
485
|
"opera": "69",
|
|
480
486
|
"opera_mobile": "59",
|
|
481
|
-
"safari": "
|
|
487
|
+
"safari": "8.0",
|
|
482
488
|
"samsung": "13.0"
|
|
483
489
|
},
|
|
484
490
|
"es.array.reverse": {
|
|
@@ -498,28 +504,29 @@
|
|
|
498
504
|
"es.array.slice": {
|
|
499
505
|
"android": "51",
|
|
500
506
|
"chrome": "51",
|
|
501
|
-
"edge": "
|
|
507
|
+
"edge": "13",
|
|
502
508
|
"electron": "1.2",
|
|
503
509
|
"firefox": "48",
|
|
504
|
-
"ios": "
|
|
510
|
+
"ios": "10.0",
|
|
505
511
|
"node": "6.5",
|
|
506
512
|
"opera": "38",
|
|
507
513
|
"opera_mobile": "38",
|
|
508
|
-
"safari": "
|
|
514
|
+
"safari": "10.0",
|
|
509
515
|
"samsung": "5.0"
|
|
510
516
|
},
|
|
511
517
|
"es.array.some": {
|
|
512
|
-
"android": "
|
|
513
|
-
"chrome": "
|
|
514
|
-
"edge": "
|
|
515
|
-
"electron": "0.
|
|
516
|
-
"firefox": "
|
|
518
|
+
"android": "4.4",
|
|
519
|
+
"chrome": "26",
|
|
520
|
+
"edge": "12",
|
|
521
|
+
"electron": "0.20",
|
|
522
|
+
"firefox": "4",
|
|
523
|
+
"ie": "9",
|
|
517
524
|
"ios": "9.0",
|
|
518
|
-
"node": "
|
|
519
|
-
"opera": "
|
|
520
|
-
"opera_mobile": "
|
|
521
|
-
"safari": "
|
|
522
|
-
"samsung": "5
|
|
525
|
+
"node": "0.11.0",
|
|
526
|
+
"opera": "16",
|
|
527
|
+
"opera_mobile": "16",
|
|
528
|
+
"safari": "8.0",
|
|
529
|
+
"samsung": "1.5"
|
|
523
530
|
},
|
|
524
531
|
"es.array.sort": {
|
|
525
532
|
"android": "63",
|
|
@@ -551,14 +558,14 @@
|
|
|
551
558
|
"es.array.splice": {
|
|
552
559
|
"android": "51",
|
|
553
560
|
"chrome": "51",
|
|
554
|
-
"edge": "
|
|
561
|
+
"edge": "13",
|
|
555
562
|
"electron": "1.2",
|
|
556
563
|
"firefox": "49",
|
|
557
|
-
"ios": "
|
|
564
|
+
"ios": "10.0",
|
|
558
565
|
"node": "6.5",
|
|
559
566
|
"opera": "38",
|
|
560
567
|
"opera_mobile": "38",
|
|
561
|
-
"safari": "
|
|
568
|
+
"safari": "10.0",
|
|
562
569
|
"samsung": "5.0"
|
|
563
570
|
},
|
|
564
571
|
"es.array.unscopables.flat": {
|
|
@@ -2768,6 +2775,8 @@
|
|
|
2768
2775
|
},
|
|
2769
2776
|
"esnext.array.at": {},
|
|
2770
2777
|
"esnext.array.filter-out": {},
|
|
2778
|
+
"esnext.array.find-last": {},
|
|
2779
|
+
"esnext.array.find-last-index": {},
|
|
2771
2780
|
"esnext.array.is-template-object": {},
|
|
2772
2781
|
"esnext.array.last-index": {},
|
|
2773
2782
|
"esnext.array.last-item": {},
|
|
@@ -2942,6 +2951,9 @@
|
|
|
2942
2951
|
"esnext.symbol.replace-all": {},
|
|
2943
2952
|
"esnext.typed-array.at": {},
|
|
2944
2953
|
"esnext.typed-array.filter-out": {},
|
|
2954
|
+
"esnext.typed-array.find-last": {},
|
|
2955
|
+
"esnext.typed-array.find-last-index": {},
|
|
2956
|
+
"esnext.typed-array.unique-by": {},
|
|
2945
2957
|
"esnext.weak-map.delete-all": {},
|
|
2946
2958
|
"esnext.weak-map.from": {},
|
|
2947
2959
|
"esnext.weak-map.of": {},
|
package/entries.json
CHANGED
|
@@ -214,6 +214,8 @@
|
|
|
214
214
|
"esnext.aggregate-error",
|
|
215
215
|
"esnext.array.at",
|
|
216
216
|
"esnext.array.filter-out",
|
|
217
|
+
"esnext.array.find-last",
|
|
218
|
+
"esnext.array.find-last-index",
|
|
217
219
|
"esnext.array.is-template-object",
|
|
218
220
|
"esnext.array.last-index",
|
|
219
221
|
"esnext.array.last-item",
|
|
@@ -330,6 +332,9 @@
|
|
|
330
332
|
"esnext.symbol.replace-all",
|
|
331
333
|
"esnext.typed-array.at",
|
|
332
334
|
"esnext.typed-array.filter-out",
|
|
335
|
+
"esnext.typed-array.find-last",
|
|
336
|
+
"esnext.typed-array.find-last-index",
|
|
337
|
+
"esnext.typed-array.unique-by",
|
|
333
338
|
"esnext.weak-map.delete-all",
|
|
334
339
|
"esnext.weak-map.from",
|
|
335
340
|
"esnext.weak-map.of",
|
|
@@ -2360,6 +2365,8 @@
|
|
|
2360
2365
|
"esnext.aggregate-error",
|
|
2361
2366
|
"esnext.array.at",
|
|
2362
2367
|
"esnext.array.filter-out",
|
|
2368
|
+
"esnext.array.find-last",
|
|
2369
|
+
"esnext.array.find-last-index",
|
|
2363
2370
|
"esnext.array.is-template-object",
|
|
2364
2371
|
"esnext.array.last-index",
|
|
2365
2372
|
"esnext.array.last-item",
|
|
@@ -2476,6 +2483,9 @@
|
|
|
2476
2483
|
"esnext.symbol.replace-all",
|
|
2477
2484
|
"esnext.typed-array.at",
|
|
2478
2485
|
"esnext.typed-array.filter-out",
|
|
2486
|
+
"esnext.typed-array.find-last",
|
|
2487
|
+
"esnext.typed-array.find-last-index",
|
|
2488
|
+
"esnext.typed-array.unique-by",
|
|
2479
2489
|
"esnext.weak-map.delete-all",
|
|
2480
2490
|
"esnext.weak-map.from",
|
|
2481
2491
|
"esnext.weak-map.of",
|
|
@@ -2534,6 +2544,8 @@
|
|
|
2534
2544
|
"es.string.iterator",
|
|
2535
2545
|
"esnext.array.at",
|
|
2536
2546
|
"esnext.array.filter-out",
|
|
2547
|
+
"esnext.array.find-last",
|
|
2548
|
+
"esnext.array.find-last-index",
|
|
2537
2549
|
"esnext.array.is-template-object",
|
|
2538
2550
|
"esnext.array.last-index",
|
|
2539
2551
|
"esnext.array.last-item",
|
|
@@ -2585,6 +2597,12 @@
|
|
|
2585
2597
|
"core-js/features/array/find-index": [
|
|
2586
2598
|
"es.array.find-index"
|
|
2587
2599
|
],
|
|
2600
|
+
"core-js/features/array/find-last": [
|
|
2601
|
+
"esnext.array.find-last"
|
|
2602
|
+
],
|
|
2603
|
+
"core-js/features/array/find-last-index": [
|
|
2604
|
+
"esnext.array.find-last-index"
|
|
2605
|
+
],
|
|
2588
2606
|
"core-js/features/array/flat": [
|
|
2589
2607
|
"es.array.flat",
|
|
2590
2608
|
"es.array.unscopables.flat"
|
|
@@ -2691,8 +2709,11 @@
|
|
|
2691
2709
|
"es.array.splice",
|
|
2692
2710
|
"es.array.unscopables.flat",
|
|
2693
2711
|
"es.array.unscopables.flat-map",
|
|
2712
|
+
"es.map",
|
|
2694
2713
|
"esnext.array.at",
|
|
2695
2714
|
"esnext.array.filter-out",
|
|
2715
|
+
"esnext.array.find-last",
|
|
2716
|
+
"esnext.array.find-last-index",
|
|
2696
2717
|
"esnext.array.unique-by"
|
|
2697
2718
|
],
|
|
2698
2719
|
"core-js/features/array/virtual/at": [
|
|
@@ -2725,6 +2746,12 @@
|
|
|
2725
2746
|
"core-js/features/array/virtual/find-index": [
|
|
2726
2747
|
"es.array.find-index"
|
|
2727
2748
|
],
|
|
2749
|
+
"core-js/features/array/virtual/find-last": [
|
|
2750
|
+
"esnext.array.find-last"
|
|
2751
|
+
],
|
|
2752
|
+
"core-js/features/array/virtual/find-last-index": [
|
|
2753
|
+
"esnext.array.find-last-index"
|
|
2754
|
+
],
|
|
2728
2755
|
"core-js/features/array/virtual/flat": [
|
|
2729
2756
|
"es.array.flat",
|
|
2730
2757
|
"es.array.unscopables.flat"
|
|
@@ -3039,6 +3066,12 @@
|
|
|
3039
3066
|
"core-js/features/instance/find-index": [
|
|
3040
3067
|
"es.array.find-index"
|
|
3041
3068
|
],
|
|
3069
|
+
"core-js/features/instance/find-last": [
|
|
3070
|
+
"esnext.array.find-last"
|
|
3071
|
+
],
|
|
3072
|
+
"core-js/features/instance/find-last-index": [
|
|
3073
|
+
"esnext.array.find-last-index"
|
|
3074
|
+
],
|
|
3042
3075
|
"core-js/features/instance/flags": [
|
|
3043
3076
|
"es.regexp.flags"
|
|
3044
3077
|
],
|
|
@@ -4377,6 +4410,7 @@
|
|
|
4377
4410
|
"es.symbol.unscopables"
|
|
4378
4411
|
],
|
|
4379
4412
|
"core-js/features/typed-array": [
|
|
4413
|
+
"es.map",
|
|
4380
4414
|
"es.object.to-string",
|
|
4381
4415
|
"es.typed-array.float32-array",
|
|
4382
4416
|
"es.typed-array.float64-array",
|
|
@@ -4413,7 +4447,10 @@
|
|
|
4413
4447
|
"es.typed-array.to-locale-string",
|
|
4414
4448
|
"es.typed-array.to-string",
|
|
4415
4449
|
"esnext.typed-array.at",
|
|
4416
|
-
"esnext.typed-array.filter-out"
|
|
4450
|
+
"esnext.typed-array.filter-out",
|
|
4451
|
+
"esnext.typed-array.find-last",
|
|
4452
|
+
"esnext.typed-array.find-last-index",
|
|
4453
|
+
"esnext.typed-array.unique-by"
|
|
4417
4454
|
],
|
|
4418
4455
|
"core-js/features/typed-array/at": [
|
|
4419
4456
|
"esnext.typed-array.at"
|
|
@@ -4442,6 +4479,12 @@
|
|
|
4442
4479
|
"core-js/features/typed-array/find-index": [
|
|
4443
4480
|
"es.typed-array.find-index"
|
|
4444
4481
|
],
|
|
4482
|
+
"core-js/features/typed-array/find-last": [
|
|
4483
|
+
"esnext.typed-array.find-last"
|
|
4484
|
+
],
|
|
4485
|
+
"core-js/features/typed-array/find-last-index": [
|
|
4486
|
+
"esnext.typed-array.find-last-index"
|
|
4487
|
+
],
|
|
4445
4488
|
"core-js/features/typed-array/float32-array": [
|
|
4446
4489
|
"es.object.to-string",
|
|
4447
4490
|
"es.typed-array.float32-array",
|
|
@@ -4763,6 +4806,10 @@
|
|
|
4763
4806
|
"es.typed-array.to-locale-string",
|
|
4764
4807
|
"es.typed-array.to-string"
|
|
4765
4808
|
],
|
|
4809
|
+
"core-js/features/typed-array/unique-by": [
|
|
4810
|
+
"es.map",
|
|
4811
|
+
"esnext.typed-array.unique-by"
|
|
4812
|
+
],
|
|
4766
4813
|
"core-js/features/typed-array/values": [
|
|
4767
4814
|
"es.typed-array.iterator"
|
|
4768
4815
|
],
|
|
@@ -5482,6 +5529,12 @@
|
|
|
5482
5529
|
"core-js/modules/esnext.array.filter-out": [
|
|
5483
5530
|
"esnext.array.filter-out"
|
|
5484
5531
|
],
|
|
5532
|
+
"core-js/modules/esnext.array.find-last": [
|
|
5533
|
+
"esnext.array.find-last"
|
|
5534
|
+
],
|
|
5535
|
+
"core-js/modules/esnext.array.find-last-index": [
|
|
5536
|
+
"esnext.array.find-last-index"
|
|
5537
|
+
],
|
|
5485
5538
|
"core-js/modules/esnext.array.is-template-object": [
|
|
5486
5539
|
"esnext.array.is-template-object"
|
|
5487
5540
|
],
|
|
@@ -5833,6 +5886,15 @@
|
|
|
5833
5886
|
"core-js/modules/esnext.typed-array.filter-out": [
|
|
5834
5887
|
"esnext.typed-array.filter-out"
|
|
5835
5888
|
],
|
|
5889
|
+
"core-js/modules/esnext.typed-array.find-last": [
|
|
5890
|
+
"esnext.typed-array.find-last"
|
|
5891
|
+
],
|
|
5892
|
+
"core-js/modules/esnext.typed-array.find-last-index": [
|
|
5893
|
+
"esnext.typed-array.find-last-index"
|
|
5894
|
+
],
|
|
5895
|
+
"core-js/modules/esnext.typed-array.unique-by": [
|
|
5896
|
+
"esnext.typed-array.unique-by"
|
|
5897
|
+
],
|
|
5836
5898
|
"core-js/modules/esnext.weak-map.delete-all": [
|
|
5837
5899
|
"esnext.weak-map.delete-all"
|
|
5838
5900
|
],
|
|
@@ -5889,6 +5951,8 @@
|
|
|
5889
5951
|
"esnext.aggregate-error",
|
|
5890
5952
|
"esnext.array.at",
|
|
5891
5953
|
"esnext.array.filter-out",
|
|
5954
|
+
"esnext.array.find-last",
|
|
5955
|
+
"esnext.array.find-last-index",
|
|
5892
5956
|
"esnext.array.is-template-object",
|
|
5893
5957
|
"esnext.array.last-index",
|
|
5894
5958
|
"esnext.array.last-item",
|
|
@@ -6005,6 +6069,9 @@
|
|
|
6005
6069
|
"esnext.symbol.replace-all",
|
|
6006
6070
|
"esnext.typed-array.at",
|
|
6007
6071
|
"esnext.typed-array.filter-out",
|
|
6072
|
+
"esnext.typed-array.find-last",
|
|
6073
|
+
"esnext.typed-array.find-last-index",
|
|
6074
|
+
"esnext.typed-array.unique-by",
|
|
6008
6075
|
"esnext.weak-map.delete-all",
|
|
6009
6076
|
"esnext.weak-map.from",
|
|
6010
6077
|
"esnext.weak-map.of",
|
|
@@ -6022,6 +6089,12 @@
|
|
|
6022
6089
|
"esnext.array.filter-out",
|
|
6023
6090
|
"esnext.typed-array.filter-out"
|
|
6024
6091
|
],
|
|
6092
|
+
"core-js/proposals/array-find-from-last": [
|
|
6093
|
+
"esnext.array.find-last",
|
|
6094
|
+
"esnext.array.find-last-index",
|
|
6095
|
+
"esnext.typed-array.find-last",
|
|
6096
|
+
"esnext.typed-array.find-last-index"
|
|
6097
|
+
],
|
|
6025
6098
|
"core-js/proposals/array-is-template-object": [
|
|
6026
6099
|
"esnext.array.is-template-object"
|
|
6027
6100
|
],
|
|
@@ -6031,7 +6104,8 @@
|
|
|
6031
6104
|
],
|
|
6032
6105
|
"core-js/proposals/array-unique": [
|
|
6033
6106
|
"es.map",
|
|
6034
|
-
"esnext.array.unique-by"
|
|
6107
|
+
"esnext.array.unique-by",
|
|
6108
|
+
"esnext.typed-array.unique-by"
|
|
6035
6109
|
],
|
|
6036
6110
|
"core-js/proposals/collection-methods": [
|
|
6037
6111
|
"esnext.map.delete-all",
|
|
@@ -8040,6 +8114,8 @@
|
|
|
8040
8114
|
"esnext.aggregate-error",
|
|
8041
8115
|
"esnext.array.at",
|
|
8042
8116
|
"esnext.array.filter-out",
|
|
8117
|
+
"esnext.array.find-last",
|
|
8118
|
+
"esnext.array.find-last-index",
|
|
8043
8119
|
"esnext.array.is-template-object",
|
|
8044
8120
|
"esnext.array.last-index",
|
|
8045
8121
|
"esnext.array.last-item",
|
|
@@ -8156,6 +8232,9 @@
|
|
|
8156
8232
|
"esnext.symbol.replace-all",
|
|
8157
8233
|
"esnext.typed-array.at",
|
|
8158
8234
|
"esnext.typed-array.filter-out",
|
|
8235
|
+
"esnext.typed-array.find-last",
|
|
8236
|
+
"esnext.typed-array.find-last-index",
|
|
8237
|
+
"esnext.typed-array.unique-by",
|
|
8159
8238
|
"esnext.weak-map.delete-all",
|
|
8160
8239
|
"esnext.weak-map.from",
|
|
8161
8240
|
"esnext.weak-map.of",
|
|
@@ -8174,6 +8253,8 @@
|
|
|
8174
8253
|
"esnext.aggregate-error",
|
|
8175
8254
|
"esnext.array.at",
|
|
8176
8255
|
"esnext.array.filter-out",
|
|
8256
|
+
"esnext.array.find-last",
|
|
8257
|
+
"esnext.array.find-last-index",
|
|
8177
8258
|
"esnext.array.is-template-object",
|
|
8178
8259
|
"esnext.array.last-index",
|
|
8179
8260
|
"esnext.array.last-item",
|
|
@@ -8281,6 +8362,9 @@
|
|
|
8281
8362
|
"esnext.symbol.replace-all",
|
|
8282
8363
|
"esnext.typed-array.at",
|
|
8283
8364
|
"esnext.typed-array.filter-out",
|
|
8365
|
+
"esnext.typed-array.find-last",
|
|
8366
|
+
"esnext.typed-array.find-last-index",
|
|
8367
|
+
"esnext.typed-array.unique-by",
|
|
8284
8368
|
"esnext.weak-map.delete-all",
|
|
8285
8369
|
"esnext.weak-map.from",
|
|
8286
8370
|
"esnext.weak-map.of",
|
|
@@ -8299,6 +8383,8 @@
|
|
|
8299
8383
|
"esnext.aggregate-error",
|
|
8300
8384
|
"esnext.array.at",
|
|
8301
8385
|
"esnext.array.filter-out",
|
|
8386
|
+
"esnext.array.find-last",
|
|
8387
|
+
"esnext.array.find-last-index",
|
|
8302
8388
|
"esnext.array.is-template-object",
|
|
8303
8389
|
"esnext.array.last-index",
|
|
8304
8390
|
"esnext.array.last-item",
|
|
@@ -8401,6 +8487,9 @@
|
|
|
8401
8487
|
"esnext.symbol.replace-all",
|
|
8402
8488
|
"esnext.typed-array.at",
|
|
8403
8489
|
"esnext.typed-array.filter-out",
|
|
8490
|
+
"esnext.typed-array.find-last",
|
|
8491
|
+
"esnext.typed-array.find-last-index",
|
|
8492
|
+
"esnext.typed-array.unique-by",
|
|
8404
8493
|
"esnext.weak-map.delete-all",
|
|
8405
8494
|
"esnext.weak-map.from",
|
|
8406
8495
|
"esnext.weak-map.of",
|
|
@@ -8490,6 +8579,8 @@
|
|
|
8490
8579
|
"esnext.aggregate-error",
|
|
8491
8580
|
"esnext.array.at",
|
|
8492
8581
|
"esnext.array.filter-out",
|
|
8582
|
+
"esnext.array.find-last",
|
|
8583
|
+
"esnext.array.find-last-index",
|
|
8493
8584
|
"esnext.array.is-template-object",
|
|
8494
8585
|
"esnext.array.last-index",
|
|
8495
8586
|
"esnext.array.last-item",
|
|
@@ -8606,6 +8697,9 @@
|
|
|
8606
8697
|
"esnext.symbol.replace-all",
|
|
8607
8698
|
"esnext.typed-array.at",
|
|
8608
8699
|
"esnext.typed-array.filter-out",
|
|
8700
|
+
"esnext.typed-array.find-last",
|
|
8701
|
+
"esnext.typed-array.find-last-index",
|
|
8702
|
+
"esnext.typed-array.unique-by",
|
|
8609
8703
|
"esnext.weak-map.delete-all",
|
|
8610
8704
|
"esnext.weak-map.from",
|
|
8611
8705
|
"esnext.weak-map.of",
|
package/modules-by-versions.json
CHANGED
|
@@ -363,5 +363,12 @@
|
|
|
363
363
|
"esnext.number.range",
|
|
364
364
|
"esnext.typed-array.at",
|
|
365
365
|
"esnext.typed-array.filter-out"
|
|
366
|
+
],
|
|
367
|
+
"3.9": [
|
|
368
|
+
"esnext.array.find-last",
|
|
369
|
+
"esnext.array.find-last-index",
|
|
370
|
+
"esnext.typed-array.find-last",
|
|
371
|
+
"esnext.typed-array.find-last-index",
|
|
372
|
+
"esnext.typed-array.unique-by"
|
|
366
373
|
]
|
|
367
374
|
}
|
package/modules.json
CHANGED
|
@@ -213,6 +213,8 @@
|
|
|
213
213
|
"esnext.aggregate-error",
|
|
214
214
|
"esnext.array.at",
|
|
215
215
|
"esnext.array.filter-out",
|
|
216
|
+
"esnext.array.find-last",
|
|
217
|
+
"esnext.array.find-last-index",
|
|
216
218
|
"esnext.array.is-template-object",
|
|
217
219
|
"esnext.array.last-index",
|
|
218
220
|
"esnext.array.last-item",
|
|
@@ -329,6 +331,9 @@
|
|
|
329
331
|
"esnext.symbol.replace-all",
|
|
330
332
|
"esnext.typed-array.at",
|
|
331
333
|
"esnext.typed-array.filter-out",
|
|
334
|
+
"esnext.typed-array.find-last",
|
|
335
|
+
"esnext.typed-array.find-last-index",
|
|
336
|
+
"esnext.typed-array.unique-by",
|
|
332
337
|
"esnext.weak-map.delete-all",
|
|
333
338
|
"esnext.weak-map.from",
|
|
334
339
|
"esnext.weak-map.of",
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
3
|
"description": "core-js compat",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.9.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git"
|
|
8
8
|
},
|
|
9
9
|
"main": "index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"browserslist": "^4.16.
|
|
11
|
+
"browserslist": "^4.16.3",
|
|
12
12
|
"semver": "7.0.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"detective": "^5.2.0",
|
|
16
|
-
"electron-to-chromium": "^1.3.
|
|
16
|
+
"electron-to-chromium": "^1.3.667",
|
|
17
17
|
"glob": "^7.1.6"
|
|
18
18
|
},
|
|
19
19
|
"funding": {
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"url": "https://opencollective.com/core-js"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "37970c09678489b5663bd051342c2055f6982f37"
|
|
25
25
|
}
|