core-js-compat 3.16.0 → 3.16.4
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 +14 -14
- package/entries.json +199 -20
- package/package.json +3 -3
package/data.json
CHANGED
|
@@ -270,12 +270,12 @@
|
|
|
270
270
|
"electron": "0.20",
|
|
271
271
|
"firefox": "4",
|
|
272
272
|
"ie": "9",
|
|
273
|
-
"ios": "
|
|
273
|
+
"ios": "8.0",
|
|
274
274
|
"node": "0.11.0",
|
|
275
275
|
"opera": "16",
|
|
276
276
|
"opera_mobile": "16",
|
|
277
277
|
"rhino": "1.7.13",
|
|
278
|
-
"safari": "
|
|
278
|
+
"safari": "7.1",
|
|
279
279
|
"samsung": "1.5"
|
|
280
280
|
},
|
|
281
281
|
"es.array.fill": {
|
|
@@ -370,12 +370,12 @@
|
|
|
370
370
|
"electron": "0.20",
|
|
371
371
|
"firefox": "4",
|
|
372
372
|
"ie": "9",
|
|
373
|
-
"ios": "
|
|
373
|
+
"ios": "8.0",
|
|
374
374
|
"node": "0.11.0",
|
|
375
375
|
"opera": "16",
|
|
376
376
|
"opera_mobile": "16",
|
|
377
377
|
"rhino": "1.7.13",
|
|
378
|
-
"safari": "
|
|
378
|
+
"safari": "7.1",
|
|
379
379
|
"samsung": "1.5"
|
|
380
380
|
},
|
|
381
381
|
"es.array.from": {
|
|
@@ -415,12 +415,12 @@
|
|
|
415
415
|
"electron": "1.2",
|
|
416
416
|
"firefox": "4",
|
|
417
417
|
"ie": "9",
|
|
418
|
-
"ios": "
|
|
418
|
+
"ios": "8.0",
|
|
419
419
|
"node": "6.5",
|
|
420
420
|
"opera": "38",
|
|
421
421
|
"opera_mobile": "38",
|
|
422
422
|
"rhino": "1.7.13",
|
|
423
|
-
"safari": "
|
|
423
|
+
"safari": "7.1",
|
|
424
424
|
"samsung": "5.0"
|
|
425
425
|
},
|
|
426
426
|
"es.array.is-array": {
|
|
@@ -477,12 +477,12 @@
|
|
|
477
477
|
"electron": "1.2",
|
|
478
478
|
"firefox": "4",
|
|
479
479
|
"ie": "9",
|
|
480
|
-
"ios": "
|
|
480
|
+
"ios": "8.0",
|
|
481
481
|
"node": "6.5",
|
|
482
482
|
"opera": "38",
|
|
483
483
|
"opera_mobile": "38",
|
|
484
484
|
"rhino": "1.7.13",
|
|
485
|
-
"safari": "
|
|
485
|
+
"safari": "7.1",
|
|
486
486
|
"samsung": "5.0"
|
|
487
487
|
},
|
|
488
488
|
"es.array.map": {
|
|
@@ -522,12 +522,12 @@
|
|
|
522
522
|
"electron": "9.0",
|
|
523
523
|
"firefox": "4",
|
|
524
524
|
"ie": "9",
|
|
525
|
-
"ios": "
|
|
525
|
+
"ios": "8.0",
|
|
526
526
|
"node": "6.0",
|
|
527
527
|
"opera": "69",
|
|
528
528
|
"opera_mobile": "59",
|
|
529
529
|
"rhino": "1.7.13",
|
|
530
|
-
"safari": "
|
|
530
|
+
"safari": "7.1",
|
|
531
531
|
"samsung": "13.0"
|
|
532
532
|
},
|
|
533
533
|
"es.array.reduce-right": {
|
|
@@ -538,12 +538,12 @@
|
|
|
538
538
|
"electron": "9.0",
|
|
539
539
|
"firefox": "4",
|
|
540
540
|
"ie": "9",
|
|
541
|
-
"ios": "
|
|
541
|
+
"ios": "8.0",
|
|
542
542
|
"node": "6.0",
|
|
543
543
|
"opera": "69",
|
|
544
544
|
"opera_mobile": "59",
|
|
545
545
|
"rhino": "1.7.13",
|
|
546
|
-
"safari": "
|
|
546
|
+
"safari": "7.1",
|
|
547
547
|
"samsung": "13.0"
|
|
548
548
|
},
|
|
549
549
|
"es.array.reverse": {
|
|
@@ -584,12 +584,12 @@
|
|
|
584
584
|
"electron": "0.20",
|
|
585
585
|
"firefox": "4",
|
|
586
586
|
"ie": "9",
|
|
587
|
-
"ios": "
|
|
587
|
+
"ios": "8.0",
|
|
588
588
|
"node": "0.11.0",
|
|
589
589
|
"opera": "16",
|
|
590
590
|
"opera_mobile": "16",
|
|
591
591
|
"rhino": "1.7.13",
|
|
592
|
-
"safari": "
|
|
592
|
+
"safari": "7.1",
|
|
593
593
|
"samsung": "1.5"
|
|
594
594
|
},
|
|
595
595
|
"es.array.sort": {
|
package/entries.json
CHANGED
|
@@ -910,6 +910,14 @@
|
|
|
910
910
|
"core-js/es/function/virtual/bind": [
|
|
911
911
|
"es.function.bind"
|
|
912
912
|
],
|
|
913
|
+
"core-js/es/get-iterator": [
|
|
914
|
+
"es.array.iterator",
|
|
915
|
+
"es.string.iterator"
|
|
916
|
+
],
|
|
917
|
+
"core-js/es/get-iterator-method": [
|
|
918
|
+
"es.array.iterator",
|
|
919
|
+
"es.string.iterator"
|
|
920
|
+
],
|
|
913
921
|
"core-js/es/global-this": [
|
|
914
922
|
"es.global-this"
|
|
915
923
|
],
|
|
@@ -1040,6 +1048,10 @@
|
|
|
1040
1048
|
"es.array.iterator",
|
|
1041
1049
|
"es.object.to-string"
|
|
1042
1050
|
],
|
|
1051
|
+
"core-js/es/is-iterable": [
|
|
1052
|
+
"es.array.iterator",
|
|
1053
|
+
"es.string.iterator"
|
|
1054
|
+
],
|
|
1043
1055
|
"core-js/es/json": [
|
|
1044
1056
|
"es.json.stringify",
|
|
1045
1057
|
"es.json.to-string-tag"
|
|
@@ -3073,9 +3085,11 @@
|
|
|
3073
3085
|
"esnext.async-iterator.to-array"
|
|
3074
3086
|
],
|
|
3075
3087
|
"core-js/features/bigint": [
|
|
3088
|
+
"es.object.to-string",
|
|
3076
3089
|
"esnext.bigint.range"
|
|
3077
3090
|
],
|
|
3078
3091
|
"core-js/features/bigint/range": [
|
|
3092
|
+
"es.object.to-string",
|
|
3079
3093
|
"esnext.bigint.range"
|
|
3080
3094
|
],
|
|
3081
3095
|
"core-js/features/clear-immediate": [
|
|
@@ -3463,7 +3477,8 @@
|
|
|
3463
3477
|
"esnext.map.some",
|
|
3464
3478
|
"esnext.map.update",
|
|
3465
3479
|
"esnext.map.update-or-insert",
|
|
3466
|
-
"esnext.map.upsert"
|
|
3480
|
+
"esnext.map.upsert",
|
|
3481
|
+
"web.dom-collections.iterator"
|
|
3467
3482
|
],
|
|
3468
3483
|
"core-js/features/map/delete-all": [
|
|
3469
3484
|
"es.map",
|
|
@@ -3688,6 +3703,7 @@
|
|
|
3688
3703
|
"es.number.parse-int",
|
|
3689
3704
|
"es.number.to-fixed",
|
|
3690
3705
|
"es.number.to-precision",
|
|
3706
|
+
"es.object.to-string",
|
|
3691
3707
|
"esnext.number.from-string",
|
|
3692
3708
|
"esnext.number.range"
|
|
3693
3709
|
],
|
|
@@ -3777,7 +3793,8 @@
|
|
|
3777
3793
|
"esnext.object.has-own",
|
|
3778
3794
|
"esnext.object.iterate-entries",
|
|
3779
3795
|
"esnext.object.iterate-keys",
|
|
3780
|
-
"esnext.object.iterate-values"
|
|
3796
|
+
"esnext.object.iterate-values",
|
|
3797
|
+
"web.dom-collections.iterator"
|
|
3781
3798
|
],
|
|
3782
3799
|
"core-js/features/object/assign": [
|
|
3783
3800
|
"es.object.assign"
|
|
@@ -3805,7 +3822,8 @@
|
|
|
3805
3822
|
],
|
|
3806
3823
|
"core-js/features/object/from-entries": [
|
|
3807
3824
|
"es.array.iterator",
|
|
3808
|
-
"es.object.from-entries"
|
|
3825
|
+
"es.object.from-entries",
|
|
3826
|
+
"web.dom-collections.iterator"
|
|
3809
3827
|
],
|
|
3810
3828
|
"core-js/features/object/get-own-property-descriptor": [
|
|
3811
3829
|
"es.object.get-own-property-descriptor"
|
|
@@ -3898,7 +3916,8 @@
|
|
|
3898
3916
|
"esnext.aggregate-error",
|
|
3899
3917
|
"esnext.promise.all-settled",
|
|
3900
3918
|
"esnext.promise.any",
|
|
3901
|
-
"esnext.promise.try"
|
|
3919
|
+
"esnext.promise.try",
|
|
3920
|
+
"web.dom-collections.iterator"
|
|
3902
3921
|
],
|
|
3903
3922
|
"core-js/features/promise/all-settled": [
|
|
3904
3923
|
"es.array.iterator",
|
|
@@ -3906,7 +3925,8 @@
|
|
|
3906
3925
|
"es.promise",
|
|
3907
3926
|
"es.promise.all-settled",
|
|
3908
3927
|
"es.string.iterator",
|
|
3909
|
-
"esnext.promise.all-settled"
|
|
3928
|
+
"esnext.promise.all-settled",
|
|
3929
|
+
"web.dom-collections.iterator"
|
|
3910
3930
|
],
|
|
3911
3931
|
"core-js/features/promise/any": [
|
|
3912
3932
|
"es.aggregate-error",
|
|
@@ -3916,7 +3936,8 @@
|
|
|
3916
3936
|
"es.promise.any",
|
|
3917
3937
|
"es.string.iterator",
|
|
3918
3938
|
"esnext.aggregate-error",
|
|
3919
|
-
"esnext.promise.any"
|
|
3939
|
+
"esnext.promise.any",
|
|
3940
|
+
"web.dom-collections.iterator"
|
|
3920
3941
|
],
|
|
3921
3942
|
"core-js/features/promise/finally": [
|
|
3922
3943
|
"es.object.to-string",
|
|
@@ -4102,7 +4123,8 @@
|
|
|
4102
4123
|
"esnext.set.reduce",
|
|
4103
4124
|
"esnext.set.some",
|
|
4104
4125
|
"esnext.set.symmetric-difference",
|
|
4105
|
-
"esnext.set.union"
|
|
4126
|
+
"esnext.set.union",
|
|
4127
|
+
"web.dom-collections.iterator"
|
|
4106
4128
|
],
|
|
4107
4129
|
"core-js/features/set-immediate": [
|
|
4108
4130
|
"web.immediate"
|
|
@@ -4541,7 +4563,8 @@
|
|
|
4541
4563
|
"esnext.symbol.metadata",
|
|
4542
4564
|
"esnext.symbol.observable",
|
|
4543
4565
|
"esnext.symbol.pattern-match",
|
|
4544
|
-
"esnext.symbol.replace-all"
|
|
4566
|
+
"esnext.symbol.replace-all",
|
|
4567
|
+
"web.dom-collections.iterator"
|
|
4545
4568
|
],
|
|
4546
4569
|
"core-js/features/symbol/async-dispose": [
|
|
4547
4570
|
"esnext.symbol.async-dispose"
|
|
@@ -4570,7 +4593,8 @@
|
|
|
4570
4593
|
"es.symbol.iterator",
|
|
4571
4594
|
"es.array.iterator",
|
|
4572
4595
|
"es.object.to-string",
|
|
4573
|
-
"es.string.iterator"
|
|
4596
|
+
"es.string.iterator",
|
|
4597
|
+
"web.dom-collections.iterator"
|
|
4574
4598
|
],
|
|
4575
4599
|
"core-js/features/symbol/key-for": [
|
|
4576
4600
|
"es.symbol"
|
|
@@ -4717,6 +4741,7 @@
|
|
|
4717
4741
|
"esnext.typed-array.find-last-index"
|
|
4718
4742
|
],
|
|
4719
4743
|
"core-js/features/typed-array/float32-array": [
|
|
4744
|
+
"es.map",
|
|
4720
4745
|
"es.object.to-string",
|
|
4721
4746
|
"es.string.iterator",
|
|
4722
4747
|
"es.typed-array.float32-array",
|
|
@@ -4744,9 +4769,17 @@
|
|
|
4744
4769
|
"es.typed-array.sort",
|
|
4745
4770
|
"es.typed-array.subarray",
|
|
4746
4771
|
"es.typed-array.to-locale-string",
|
|
4747
|
-
"es.typed-array.to-string"
|
|
4772
|
+
"es.typed-array.to-string",
|
|
4773
|
+
"esnext.typed-array.at",
|
|
4774
|
+
"esnext.typed-array.filter-out",
|
|
4775
|
+
"esnext.typed-array.filter-reject",
|
|
4776
|
+
"esnext.typed-array.find-last",
|
|
4777
|
+
"esnext.typed-array.find-last-index",
|
|
4778
|
+
"esnext.typed-array.group-by",
|
|
4779
|
+
"esnext.typed-array.unique-by"
|
|
4748
4780
|
],
|
|
4749
4781
|
"core-js/features/typed-array/float64-array": [
|
|
4782
|
+
"es.map",
|
|
4750
4783
|
"es.object.to-string",
|
|
4751
4784
|
"es.string.iterator",
|
|
4752
4785
|
"es.typed-array.float64-array",
|
|
@@ -4774,7 +4807,14 @@
|
|
|
4774
4807
|
"es.typed-array.sort",
|
|
4775
4808
|
"es.typed-array.subarray",
|
|
4776
4809
|
"es.typed-array.to-locale-string",
|
|
4777
|
-
"es.typed-array.to-string"
|
|
4810
|
+
"es.typed-array.to-string",
|
|
4811
|
+
"esnext.typed-array.at",
|
|
4812
|
+
"esnext.typed-array.filter-out",
|
|
4813
|
+
"esnext.typed-array.filter-reject",
|
|
4814
|
+
"esnext.typed-array.find-last",
|
|
4815
|
+
"esnext.typed-array.find-last-index",
|
|
4816
|
+
"esnext.typed-array.group-by",
|
|
4817
|
+
"esnext.typed-array.unique-by"
|
|
4778
4818
|
],
|
|
4779
4819
|
"core-js/features/typed-array/for-each": [
|
|
4780
4820
|
"es.typed-array.for-each"
|
|
@@ -4792,6 +4832,7 @@
|
|
|
4792
4832
|
"es.typed-array.index-of"
|
|
4793
4833
|
],
|
|
4794
4834
|
"core-js/features/typed-array/int16-array": [
|
|
4835
|
+
"es.map",
|
|
4795
4836
|
"es.object.to-string",
|
|
4796
4837
|
"es.string.iterator",
|
|
4797
4838
|
"es.typed-array.int16-array",
|
|
@@ -4819,9 +4860,17 @@
|
|
|
4819
4860
|
"es.typed-array.sort",
|
|
4820
4861
|
"es.typed-array.subarray",
|
|
4821
4862
|
"es.typed-array.to-locale-string",
|
|
4822
|
-
"es.typed-array.to-string"
|
|
4863
|
+
"es.typed-array.to-string",
|
|
4864
|
+
"esnext.typed-array.at",
|
|
4865
|
+
"esnext.typed-array.filter-out",
|
|
4866
|
+
"esnext.typed-array.filter-reject",
|
|
4867
|
+
"esnext.typed-array.find-last",
|
|
4868
|
+
"esnext.typed-array.find-last-index",
|
|
4869
|
+
"esnext.typed-array.group-by",
|
|
4870
|
+
"esnext.typed-array.unique-by"
|
|
4823
4871
|
],
|
|
4824
4872
|
"core-js/features/typed-array/int32-array": [
|
|
4873
|
+
"es.map",
|
|
4825
4874
|
"es.object.to-string",
|
|
4826
4875
|
"es.string.iterator",
|
|
4827
4876
|
"es.typed-array.int32-array",
|
|
@@ -4849,9 +4898,17 @@
|
|
|
4849
4898
|
"es.typed-array.sort",
|
|
4850
4899
|
"es.typed-array.subarray",
|
|
4851
4900
|
"es.typed-array.to-locale-string",
|
|
4852
|
-
"es.typed-array.to-string"
|
|
4901
|
+
"es.typed-array.to-string",
|
|
4902
|
+
"esnext.typed-array.at",
|
|
4903
|
+
"esnext.typed-array.filter-out",
|
|
4904
|
+
"esnext.typed-array.filter-reject",
|
|
4905
|
+
"esnext.typed-array.find-last",
|
|
4906
|
+
"esnext.typed-array.find-last-index",
|
|
4907
|
+
"esnext.typed-array.group-by",
|
|
4908
|
+
"esnext.typed-array.unique-by"
|
|
4853
4909
|
],
|
|
4854
4910
|
"core-js/features/typed-array/int8-array": [
|
|
4911
|
+
"es.map",
|
|
4855
4912
|
"es.object.to-string",
|
|
4856
4913
|
"es.string.iterator",
|
|
4857
4914
|
"es.typed-array.int8-array",
|
|
@@ -4879,7 +4936,14 @@
|
|
|
4879
4936
|
"es.typed-array.sort",
|
|
4880
4937
|
"es.typed-array.subarray",
|
|
4881
4938
|
"es.typed-array.to-locale-string",
|
|
4882
|
-
"es.typed-array.to-string"
|
|
4939
|
+
"es.typed-array.to-string",
|
|
4940
|
+
"esnext.typed-array.at",
|
|
4941
|
+
"esnext.typed-array.filter-out",
|
|
4942
|
+
"esnext.typed-array.filter-reject",
|
|
4943
|
+
"esnext.typed-array.find-last",
|
|
4944
|
+
"esnext.typed-array.find-last-index",
|
|
4945
|
+
"esnext.typed-array.group-by",
|
|
4946
|
+
"esnext.typed-array.unique-by"
|
|
4883
4947
|
],
|
|
4884
4948
|
"core-js/features/typed-array/iterator": [
|
|
4885
4949
|
"es.object.to-string",
|
|
@@ -4898,6 +4962,43 @@
|
|
|
4898
4962
|
"core-js/features/typed-array/map": [
|
|
4899
4963
|
"es.typed-array.map"
|
|
4900
4964
|
],
|
|
4965
|
+
"core-js/features/typed-array/methods": [
|
|
4966
|
+
"es.map",
|
|
4967
|
+
"es.object.to-string",
|
|
4968
|
+
"es.string.iterator",
|
|
4969
|
+
"es.typed-array.copy-within",
|
|
4970
|
+
"es.typed-array.every",
|
|
4971
|
+
"es.typed-array.fill",
|
|
4972
|
+
"es.typed-array.filter",
|
|
4973
|
+
"es.typed-array.find",
|
|
4974
|
+
"es.typed-array.find-index",
|
|
4975
|
+
"es.typed-array.for-each",
|
|
4976
|
+
"es.typed-array.from",
|
|
4977
|
+
"es.typed-array.includes",
|
|
4978
|
+
"es.typed-array.index-of",
|
|
4979
|
+
"es.typed-array.iterator",
|
|
4980
|
+
"es.typed-array.join",
|
|
4981
|
+
"es.typed-array.last-index-of",
|
|
4982
|
+
"es.typed-array.map",
|
|
4983
|
+
"es.typed-array.of",
|
|
4984
|
+
"es.typed-array.reduce",
|
|
4985
|
+
"es.typed-array.reduce-right",
|
|
4986
|
+
"es.typed-array.reverse",
|
|
4987
|
+
"es.typed-array.set",
|
|
4988
|
+
"es.typed-array.slice",
|
|
4989
|
+
"es.typed-array.some",
|
|
4990
|
+
"es.typed-array.sort",
|
|
4991
|
+
"es.typed-array.subarray",
|
|
4992
|
+
"es.typed-array.to-locale-string",
|
|
4993
|
+
"es.typed-array.to-string",
|
|
4994
|
+
"esnext.typed-array.at",
|
|
4995
|
+
"esnext.typed-array.filter-out",
|
|
4996
|
+
"esnext.typed-array.filter-reject",
|
|
4997
|
+
"esnext.typed-array.find-last",
|
|
4998
|
+
"esnext.typed-array.find-last-index",
|
|
4999
|
+
"esnext.typed-array.group-by",
|
|
5000
|
+
"esnext.typed-array.unique-by"
|
|
5001
|
+
],
|
|
4901
5002
|
"core-js/features/typed-array/of": [
|
|
4902
5003
|
"es.typed-array.of"
|
|
4903
5004
|
],
|
|
@@ -4932,6 +5033,7 @@
|
|
|
4932
5033
|
"es.typed-array.to-string"
|
|
4933
5034
|
],
|
|
4934
5035
|
"core-js/features/typed-array/uint16-array": [
|
|
5036
|
+
"es.map",
|
|
4935
5037
|
"es.object.to-string",
|
|
4936
5038
|
"es.string.iterator",
|
|
4937
5039
|
"es.typed-array.uint16-array",
|
|
@@ -4959,9 +5061,17 @@
|
|
|
4959
5061
|
"es.typed-array.sort",
|
|
4960
5062
|
"es.typed-array.subarray",
|
|
4961
5063
|
"es.typed-array.to-locale-string",
|
|
4962
|
-
"es.typed-array.to-string"
|
|
5064
|
+
"es.typed-array.to-string",
|
|
5065
|
+
"esnext.typed-array.at",
|
|
5066
|
+
"esnext.typed-array.filter-out",
|
|
5067
|
+
"esnext.typed-array.filter-reject",
|
|
5068
|
+
"esnext.typed-array.find-last",
|
|
5069
|
+
"esnext.typed-array.find-last-index",
|
|
5070
|
+
"esnext.typed-array.group-by",
|
|
5071
|
+
"esnext.typed-array.unique-by"
|
|
4963
5072
|
],
|
|
4964
5073
|
"core-js/features/typed-array/uint32-array": [
|
|
5074
|
+
"es.map",
|
|
4965
5075
|
"es.object.to-string",
|
|
4966
5076
|
"es.string.iterator",
|
|
4967
5077
|
"es.typed-array.uint32-array",
|
|
@@ -4989,9 +5099,17 @@
|
|
|
4989
5099
|
"es.typed-array.sort",
|
|
4990
5100
|
"es.typed-array.subarray",
|
|
4991
5101
|
"es.typed-array.to-locale-string",
|
|
4992
|
-
"es.typed-array.to-string"
|
|
5102
|
+
"es.typed-array.to-string",
|
|
5103
|
+
"esnext.typed-array.at",
|
|
5104
|
+
"esnext.typed-array.filter-out",
|
|
5105
|
+
"esnext.typed-array.filter-reject",
|
|
5106
|
+
"esnext.typed-array.find-last",
|
|
5107
|
+
"esnext.typed-array.find-last-index",
|
|
5108
|
+
"esnext.typed-array.group-by",
|
|
5109
|
+
"esnext.typed-array.unique-by"
|
|
4993
5110
|
],
|
|
4994
5111
|
"core-js/features/typed-array/uint8-array": [
|
|
5112
|
+
"es.map",
|
|
4995
5113
|
"es.object.to-string",
|
|
4996
5114
|
"es.string.iterator",
|
|
4997
5115
|
"es.typed-array.uint8-array",
|
|
@@ -5019,9 +5137,17 @@
|
|
|
5019
5137
|
"es.typed-array.sort",
|
|
5020
5138
|
"es.typed-array.subarray",
|
|
5021
5139
|
"es.typed-array.to-locale-string",
|
|
5022
|
-
"es.typed-array.to-string"
|
|
5140
|
+
"es.typed-array.to-string",
|
|
5141
|
+
"esnext.typed-array.at",
|
|
5142
|
+
"esnext.typed-array.filter-out",
|
|
5143
|
+
"esnext.typed-array.filter-reject",
|
|
5144
|
+
"esnext.typed-array.find-last",
|
|
5145
|
+
"esnext.typed-array.find-last-index",
|
|
5146
|
+
"esnext.typed-array.group-by",
|
|
5147
|
+
"esnext.typed-array.unique-by"
|
|
5023
5148
|
],
|
|
5024
5149
|
"core-js/features/typed-array/uint8-clamped-array": [
|
|
5150
|
+
"es.map",
|
|
5025
5151
|
"es.object.to-string",
|
|
5026
5152
|
"es.string.iterator",
|
|
5027
5153
|
"es.typed-array.uint8-clamped-array",
|
|
@@ -5049,7 +5175,14 @@
|
|
|
5049
5175
|
"es.typed-array.sort",
|
|
5050
5176
|
"es.typed-array.subarray",
|
|
5051
5177
|
"es.typed-array.to-locale-string",
|
|
5052
|
-
"es.typed-array.to-string"
|
|
5178
|
+
"es.typed-array.to-string",
|
|
5179
|
+
"esnext.typed-array.at",
|
|
5180
|
+
"esnext.typed-array.filter-out",
|
|
5181
|
+
"esnext.typed-array.filter-reject",
|
|
5182
|
+
"esnext.typed-array.find-last",
|
|
5183
|
+
"esnext.typed-array.find-last-index",
|
|
5184
|
+
"esnext.typed-array.group-by",
|
|
5185
|
+
"esnext.typed-array.unique-by"
|
|
5053
5186
|
],
|
|
5054
5187
|
"core-js/features/typed-array/unique-by": [
|
|
5055
5188
|
"es.map",
|
|
@@ -5083,7 +5216,8 @@
|
|
|
5083
5216
|
"esnext.weak-map.from",
|
|
5084
5217
|
"esnext.weak-map.of",
|
|
5085
5218
|
"esnext.weak-map.emplace",
|
|
5086
|
-
"esnext.weak-map.upsert"
|
|
5219
|
+
"esnext.weak-map.upsert",
|
|
5220
|
+
"web.dom-collections.iterator"
|
|
5087
5221
|
],
|
|
5088
5222
|
"core-js/features/weak-map/delete-all": [
|
|
5089
5223
|
"es.weak-map",
|
|
@@ -5117,7 +5251,8 @@
|
|
|
5117
5251
|
"esnext.weak-set.add-all",
|
|
5118
5252
|
"esnext.weak-set.delete-all",
|
|
5119
5253
|
"esnext.weak-set.from",
|
|
5120
|
-
"esnext.weak-set.of"
|
|
5254
|
+
"esnext.weak-set.of",
|
|
5255
|
+
"web.dom-collections.iterator"
|
|
5121
5256
|
],
|
|
5122
5257
|
"core-js/features/weak-set/add-all": [
|
|
5123
5258
|
"es.weak-set",
|
|
@@ -7176,6 +7311,16 @@
|
|
|
7176
7311
|
"core-js/stable/function/virtual/bind": [
|
|
7177
7312
|
"es.function.bind"
|
|
7178
7313
|
],
|
|
7314
|
+
"core-js/stable/get-iterator": [
|
|
7315
|
+
"es.array.iterator",
|
|
7316
|
+
"es.string.iterator",
|
|
7317
|
+
"web.dom-collections.iterator"
|
|
7318
|
+
],
|
|
7319
|
+
"core-js/stable/get-iterator-method": [
|
|
7320
|
+
"es.array.iterator",
|
|
7321
|
+
"es.string.iterator",
|
|
7322
|
+
"web.dom-collections.iterator"
|
|
7323
|
+
],
|
|
7179
7324
|
"core-js/stable/global-this": [
|
|
7180
7325
|
"es.global-this"
|
|
7181
7326
|
],
|
|
@@ -7310,6 +7455,11 @@
|
|
|
7310
7455
|
"es.object.to-string",
|
|
7311
7456
|
"web.dom-collections.iterator"
|
|
7312
7457
|
],
|
|
7458
|
+
"core-js/stable/is-iterable": [
|
|
7459
|
+
"es.array.iterator",
|
|
7460
|
+
"es.string.iterator",
|
|
7461
|
+
"web.dom-collections.iterator"
|
|
7462
|
+
],
|
|
7313
7463
|
"core-js/stable/json": [
|
|
7314
7464
|
"es.json.stringify",
|
|
7315
7465
|
"es.json.to-string-tag"
|
|
@@ -8358,6 +8508,35 @@
|
|
|
8358
8508
|
"core-js/stable/typed-array/map": [
|
|
8359
8509
|
"es.typed-array.map"
|
|
8360
8510
|
],
|
|
8511
|
+
"core-js/stable/typed-array/methods": [
|
|
8512
|
+
"es.object.to-string",
|
|
8513
|
+
"es.string.iterator",
|
|
8514
|
+
"es.typed-array.copy-within",
|
|
8515
|
+
"es.typed-array.every",
|
|
8516
|
+
"es.typed-array.fill",
|
|
8517
|
+
"es.typed-array.filter",
|
|
8518
|
+
"es.typed-array.find",
|
|
8519
|
+
"es.typed-array.find-index",
|
|
8520
|
+
"es.typed-array.for-each",
|
|
8521
|
+
"es.typed-array.from",
|
|
8522
|
+
"es.typed-array.includes",
|
|
8523
|
+
"es.typed-array.index-of",
|
|
8524
|
+
"es.typed-array.iterator",
|
|
8525
|
+
"es.typed-array.join",
|
|
8526
|
+
"es.typed-array.last-index-of",
|
|
8527
|
+
"es.typed-array.map",
|
|
8528
|
+
"es.typed-array.of",
|
|
8529
|
+
"es.typed-array.reduce",
|
|
8530
|
+
"es.typed-array.reduce-right",
|
|
8531
|
+
"es.typed-array.reverse",
|
|
8532
|
+
"es.typed-array.set",
|
|
8533
|
+
"es.typed-array.slice",
|
|
8534
|
+
"es.typed-array.some",
|
|
8535
|
+
"es.typed-array.sort",
|
|
8536
|
+
"es.typed-array.subarray",
|
|
8537
|
+
"es.typed-array.to-locale-string",
|
|
8538
|
+
"es.typed-array.to-string"
|
|
8539
|
+
],
|
|
8361
8540
|
"core-js/stable/typed-array/of": [
|
|
8362
8541
|
"es.typed-array.of"
|
|
8363
8542
|
],
|
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.16.
|
|
4
|
+
"version": "3.16.4",
|
|
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.16.
|
|
12
|
+
"browserslist": "^4.16.8",
|
|
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": "
|
|
20
|
+
"gitHead": "eaf15afc85003c336f71c113b886aaf6ecb2a807"
|
|
21
21
|
}
|