core-js-compat 3.16.0 → 3.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/data.json +14 -14
  2. package/entries.json +196 -20
  3. 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": "9.0",
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": "8.0",
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": "9.0",
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": "8.0",
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": "9.0",
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": "8.0",
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": "9.0",
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": "8.0",
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": "9.0",
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": "8.0",
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": "9.0",
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": "8.0",
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": "9.0",
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": "8.0",
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"
@@ -3463,7 +3475,8 @@
3463
3475
  "esnext.map.some",
3464
3476
  "esnext.map.update",
3465
3477
  "esnext.map.update-or-insert",
3466
- "esnext.map.upsert"
3478
+ "esnext.map.upsert",
3479
+ "web.dom-collections.iterator"
3467
3480
  ],
3468
3481
  "core-js/features/map/delete-all": [
3469
3482
  "es.map",
@@ -3777,7 +3790,8 @@
3777
3790
  "esnext.object.has-own",
3778
3791
  "esnext.object.iterate-entries",
3779
3792
  "esnext.object.iterate-keys",
3780
- "esnext.object.iterate-values"
3793
+ "esnext.object.iterate-values",
3794
+ "web.dom-collections.iterator"
3781
3795
  ],
3782
3796
  "core-js/features/object/assign": [
3783
3797
  "es.object.assign"
@@ -3805,7 +3819,8 @@
3805
3819
  ],
3806
3820
  "core-js/features/object/from-entries": [
3807
3821
  "es.array.iterator",
3808
- "es.object.from-entries"
3822
+ "es.object.from-entries",
3823
+ "web.dom-collections.iterator"
3809
3824
  ],
3810
3825
  "core-js/features/object/get-own-property-descriptor": [
3811
3826
  "es.object.get-own-property-descriptor"
@@ -3898,7 +3913,8 @@
3898
3913
  "esnext.aggregate-error",
3899
3914
  "esnext.promise.all-settled",
3900
3915
  "esnext.promise.any",
3901
- "esnext.promise.try"
3916
+ "esnext.promise.try",
3917
+ "web.dom-collections.iterator"
3902
3918
  ],
3903
3919
  "core-js/features/promise/all-settled": [
3904
3920
  "es.array.iterator",
@@ -3906,7 +3922,8 @@
3906
3922
  "es.promise",
3907
3923
  "es.promise.all-settled",
3908
3924
  "es.string.iterator",
3909
- "esnext.promise.all-settled"
3925
+ "esnext.promise.all-settled",
3926
+ "web.dom-collections.iterator"
3910
3927
  ],
3911
3928
  "core-js/features/promise/any": [
3912
3929
  "es.aggregate-error",
@@ -3916,7 +3933,8 @@
3916
3933
  "es.promise.any",
3917
3934
  "es.string.iterator",
3918
3935
  "esnext.aggregate-error",
3919
- "esnext.promise.any"
3936
+ "esnext.promise.any",
3937
+ "web.dom-collections.iterator"
3920
3938
  ],
3921
3939
  "core-js/features/promise/finally": [
3922
3940
  "es.object.to-string",
@@ -4102,7 +4120,8 @@
4102
4120
  "esnext.set.reduce",
4103
4121
  "esnext.set.some",
4104
4122
  "esnext.set.symmetric-difference",
4105
- "esnext.set.union"
4123
+ "esnext.set.union",
4124
+ "web.dom-collections.iterator"
4106
4125
  ],
4107
4126
  "core-js/features/set-immediate": [
4108
4127
  "web.immediate"
@@ -4541,7 +4560,8 @@
4541
4560
  "esnext.symbol.metadata",
4542
4561
  "esnext.symbol.observable",
4543
4562
  "esnext.symbol.pattern-match",
4544
- "esnext.symbol.replace-all"
4563
+ "esnext.symbol.replace-all",
4564
+ "web.dom-collections.iterator"
4545
4565
  ],
4546
4566
  "core-js/features/symbol/async-dispose": [
4547
4567
  "esnext.symbol.async-dispose"
@@ -4570,7 +4590,8 @@
4570
4590
  "es.symbol.iterator",
4571
4591
  "es.array.iterator",
4572
4592
  "es.object.to-string",
4573
- "es.string.iterator"
4593
+ "es.string.iterator",
4594
+ "web.dom-collections.iterator"
4574
4595
  ],
4575
4596
  "core-js/features/symbol/key-for": [
4576
4597
  "es.symbol"
@@ -4717,6 +4738,7 @@
4717
4738
  "esnext.typed-array.find-last-index"
4718
4739
  ],
4719
4740
  "core-js/features/typed-array/float32-array": [
4741
+ "es.map",
4720
4742
  "es.object.to-string",
4721
4743
  "es.string.iterator",
4722
4744
  "es.typed-array.float32-array",
@@ -4744,9 +4766,17 @@
4744
4766
  "es.typed-array.sort",
4745
4767
  "es.typed-array.subarray",
4746
4768
  "es.typed-array.to-locale-string",
4747
- "es.typed-array.to-string"
4769
+ "es.typed-array.to-string",
4770
+ "esnext.typed-array.at",
4771
+ "esnext.typed-array.filter-out",
4772
+ "esnext.typed-array.filter-reject",
4773
+ "esnext.typed-array.find-last",
4774
+ "esnext.typed-array.find-last-index",
4775
+ "esnext.typed-array.group-by",
4776
+ "esnext.typed-array.unique-by"
4748
4777
  ],
4749
4778
  "core-js/features/typed-array/float64-array": [
4779
+ "es.map",
4750
4780
  "es.object.to-string",
4751
4781
  "es.string.iterator",
4752
4782
  "es.typed-array.float64-array",
@@ -4774,7 +4804,14 @@
4774
4804
  "es.typed-array.sort",
4775
4805
  "es.typed-array.subarray",
4776
4806
  "es.typed-array.to-locale-string",
4777
- "es.typed-array.to-string"
4807
+ "es.typed-array.to-string",
4808
+ "esnext.typed-array.at",
4809
+ "esnext.typed-array.filter-out",
4810
+ "esnext.typed-array.filter-reject",
4811
+ "esnext.typed-array.find-last",
4812
+ "esnext.typed-array.find-last-index",
4813
+ "esnext.typed-array.group-by",
4814
+ "esnext.typed-array.unique-by"
4778
4815
  ],
4779
4816
  "core-js/features/typed-array/for-each": [
4780
4817
  "es.typed-array.for-each"
@@ -4792,6 +4829,7 @@
4792
4829
  "es.typed-array.index-of"
4793
4830
  ],
4794
4831
  "core-js/features/typed-array/int16-array": [
4832
+ "es.map",
4795
4833
  "es.object.to-string",
4796
4834
  "es.string.iterator",
4797
4835
  "es.typed-array.int16-array",
@@ -4819,9 +4857,17 @@
4819
4857
  "es.typed-array.sort",
4820
4858
  "es.typed-array.subarray",
4821
4859
  "es.typed-array.to-locale-string",
4822
- "es.typed-array.to-string"
4860
+ "es.typed-array.to-string",
4861
+ "esnext.typed-array.at",
4862
+ "esnext.typed-array.filter-out",
4863
+ "esnext.typed-array.filter-reject",
4864
+ "esnext.typed-array.find-last",
4865
+ "esnext.typed-array.find-last-index",
4866
+ "esnext.typed-array.group-by",
4867
+ "esnext.typed-array.unique-by"
4823
4868
  ],
4824
4869
  "core-js/features/typed-array/int32-array": [
4870
+ "es.map",
4825
4871
  "es.object.to-string",
4826
4872
  "es.string.iterator",
4827
4873
  "es.typed-array.int32-array",
@@ -4849,9 +4895,17 @@
4849
4895
  "es.typed-array.sort",
4850
4896
  "es.typed-array.subarray",
4851
4897
  "es.typed-array.to-locale-string",
4852
- "es.typed-array.to-string"
4898
+ "es.typed-array.to-string",
4899
+ "esnext.typed-array.at",
4900
+ "esnext.typed-array.filter-out",
4901
+ "esnext.typed-array.filter-reject",
4902
+ "esnext.typed-array.find-last",
4903
+ "esnext.typed-array.find-last-index",
4904
+ "esnext.typed-array.group-by",
4905
+ "esnext.typed-array.unique-by"
4853
4906
  ],
4854
4907
  "core-js/features/typed-array/int8-array": [
4908
+ "es.map",
4855
4909
  "es.object.to-string",
4856
4910
  "es.string.iterator",
4857
4911
  "es.typed-array.int8-array",
@@ -4879,7 +4933,14 @@
4879
4933
  "es.typed-array.sort",
4880
4934
  "es.typed-array.subarray",
4881
4935
  "es.typed-array.to-locale-string",
4882
- "es.typed-array.to-string"
4936
+ "es.typed-array.to-string",
4937
+ "esnext.typed-array.at",
4938
+ "esnext.typed-array.filter-out",
4939
+ "esnext.typed-array.filter-reject",
4940
+ "esnext.typed-array.find-last",
4941
+ "esnext.typed-array.find-last-index",
4942
+ "esnext.typed-array.group-by",
4943
+ "esnext.typed-array.unique-by"
4883
4944
  ],
4884
4945
  "core-js/features/typed-array/iterator": [
4885
4946
  "es.object.to-string",
@@ -4898,6 +4959,43 @@
4898
4959
  "core-js/features/typed-array/map": [
4899
4960
  "es.typed-array.map"
4900
4961
  ],
4962
+ "core-js/features/typed-array/methods": [
4963
+ "es.map",
4964
+ "es.object.to-string",
4965
+ "es.string.iterator",
4966
+ "es.typed-array.copy-within",
4967
+ "es.typed-array.every",
4968
+ "es.typed-array.fill",
4969
+ "es.typed-array.filter",
4970
+ "es.typed-array.find",
4971
+ "es.typed-array.find-index",
4972
+ "es.typed-array.for-each",
4973
+ "es.typed-array.from",
4974
+ "es.typed-array.includes",
4975
+ "es.typed-array.index-of",
4976
+ "es.typed-array.iterator",
4977
+ "es.typed-array.join",
4978
+ "es.typed-array.last-index-of",
4979
+ "es.typed-array.map",
4980
+ "es.typed-array.of",
4981
+ "es.typed-array.reduce",
4982
+ "es.typed-array.reduce-right",
4983
+ "es.typed-array.reverse",
4984
+ "es.typed-array.set",
4985
+ "es.typed-array.slice",
4986
+ "es.typed-array.some",
4987
+ "es.typed-array.sort",
4988
+ "es.typed-array.subarray",
4989
+ "es.typed-array.to-locale-string",
4990
+ "es.typed-array.to-string",
4991
+ "esnext.typed-array.at",
4992
+ "esnext.typed-array.filter-out",
4993
+ "esnext.typed-array.filter-reject",
4994
+ "esnext.typed-array.find-last",
4995
+ "esnext.typed-array.find-last-index",
4996
+ "esnext.typed-array.group-by",
4997
+ "esnext.typed-array.unique-by"
4998
+ ],
4901
4999
  "core-js/features/typed-array/of": [
4902
5000
  "es.typed-array.of"
4903
5001
  ],
@@ -4932,6 +5030,7 @@
4932
5030
  "es.typed-array.to-string"
4933
5031
  ],
4934
5032
  "core-js/features/typed-array/uint16-array": [
5033
+ "es.map",
4935
5034
  "es.object.to-string",
4936
5035
  "es.string.iterator",
4937
5036
  "es.typed-array.uint16-array",
@@ -4959,9 +5058,17 @@
4959
5058
  "es.typed-array.sort",
4960
5059
  "es.typed-array.subarray",
4961
5060
  "es.typed-array.to-locale-string",
4962
- "es.typed-array.to-string"
5061
+ "es.typed-array.to-string",
5062
+ "esnext.typed-array.at",
5063
+ "esnext.typed-array.filter-out",
5064
+ "esnext.typed-array.filter-reject",
5065
+ "esnext.typed-array.find-last",
5066
+ "esnext.typed-array.find-last-index",
5067
+ "esnext.typed-array.group-by",
5068
+ "esnext.typed-array.unique-by"
4963
5069
  ],
4964
5070
  "core-js/features/typed-array/uint32-array": [
5071
+ "es.map",
4965
5072
  "es.object.to-string",
4966
5073
  "es.string.iterator",
4967
5074
  "es.typed-array.uint32-array",
@@ -4989,9 +5096,17 @@
4989
5096
  "es.typed-array.sort",
4990
5097
  "es.typed-array.subarray",
4991
5098
  "es.typed-array.to-locale-string",
4992
- "es.typed-array.to-string"
5099
+ "es.typed-array.to-string",
5100
+ "esnext.typed-array.at",
5101
+ "esnext.typed-array.filter-out",
5102
+ "esnext.typed-array.filter-reject",
5103
+ "esnext.typed-array.find-last",
5104
+ "esnext.typed-array.find-last-index",
5105
+ "esnext.typed-array.group-by",
5106
+ "esnext.typed-array.unique-by"
4993
5107
  ],
4994
5108
  "core-js/features/typed-array/uint8-array": [
5109
+ "es.map",
4995
5110
  "es.object.to-string",
4996
5111
  "es.string.iterator",
4997
5112
  "es.typed-array.uint8-array",
@@ -5019,9 +5134,17 @@
5019
5134
  "es.typed-array.sort",
5020
5135
  "es.typed-array.subarray",
5021
5136
  "es.typed-array.to-locale-string",
5022
- "es.typed-array.to-string"
5137
+ "es.typed-array.to-string",
5138
+ "esnext.typed-array.at",
5139
+ "esnext.typed-array.filter-out",
5140
+ "esnext.typed-array.filter-reject",
5141
+ "esnext.typed-array.find-last",
5142
+ "esnext.typed-array.find-last-index",
5143
+ "esnext.typed-array.group-by",
5144
+ "esnext.typed-array.unique-by"
5023
5145
  ],
5024
5146
  "core-js/features/typed-array/uint8-clamped-array": [
5147
+ "es.map",
5025
5148
  "es.object.to-string",
5026
5149
  "es.string.iterator",
5027
5150
  "es.typed-array.uint8-clamped-array",
@@ -5049,7 +5172,14 @@
5049
5172
  "es.typed-array.sort",
5050
5173
  "es.typed-array.subarray",
5051
5174
  "es.typed-array.to-locale-string",
5052
- "es.typed-array.to-string"
5175
+ "es.typed-array.to-string",
5176
+ "esnext.typed-array.at",
5177
+ "esnext.typed-array.filter-out",
5178
+ "esnext.typed-array.filter-reject",
5179
+ "esnext.typed-array.find-last",
5180
+ "esnext.typed-array.find-last-index",
5181
+ "esnext.typed-array.group-by",
5182
+ "esnext.typed-array.unique-by"
5053
5183
  ],
5054
5184
  "core-js/features/typed-array/unique-by": [
5055
5185
  "es.map",
@@ -5083,7 +5213,8 @@
5083
5213
  "esnext.weak-map.from",
5084
5214
  "esnext.weak-map.of",
5085
5215
  "esnext.weak-map.emplace",
5086
- "esnext.weak-map.upsert"
5216
+ "esnext.weak-map.upsert",
5217
+ "web.dom-collections.iterator"
5087
5218
  ],
5088
5219
  "core-js/features/weak-map/delete-all": [
5089
5220
  "es.weak-map",
@@ -5117,7 +5248,8 @@
5117
5248
  "esnext.weak-set.add-all",
5118
5249
  "esnext.weak-set.delete-all",
5119
5250
  "esnext.weak-set.from",
5120
- "esnext.weak-set.of"
5251
+ "esnext.weak-set.of",
5252
+ "web.dom-collections.iterator"
5121
5253
  ],
5122
5254
  "core-js/features/weak-set/add-all": [
5123
5255
  "es.weak-set",
@@ -7176,6 +7308,16 @@
7176
7308
  "core-js/stable/function/virtual/bind": [
7177
7309
  "es.function.bind"
7178
7310
  ],
7311
+ "core-js/stable/get-iterator": [
7312
+ "es.array.iterator",
7313
+ "es.string.iterator",
7314
+ "web.dom-collections.iterator"
7315
+ ],
7316
+ "core-js/stable/get-iterator-method": [
7317
+ "es.array.iterator",
7318
+ "es.string.iterator",
7319
+ "web.dom-collections.iterator"
7320
+ ],
7179
7321
  "core-js/stable/global-this": [
7180
7322
  "es.global-this"
7181
7323
  ],
@@ -7310,6 +7452,11 @@
7310
7452
  "es.object.to-string",
7311
7453
  "web.dom-collections.iterator"
7312
7454
  ],
7455
+ "core-js/stable/is-iterable": [
7456
+ "es.array.iterator",
7457
+ "es.string.iterator",
7458
+ "web.dom-collections.iterator"
7459
+ ],
7313
7460
  "core-js/stable/json": [
7314
7461
  "es.json.stringify",
7315
7462
  "es.json.to-string-tag"
@@ -8358,6 +8505,35 @@
8358
8505
  "core-js/stable/typed-array/map": [
8359
8506
  "es.typed-array.map"
8360
8507
  ],
8508
+ "core-js/stable/typed-array/methods": [
8509
+ "es.object.to-string",
8510
+ "es.string.iterator",
8511
+ "es.typed-array.copy-within",
8512
+ "es.typed-array.every",
8513
+ "es.typed-array.fill",
8514
+ "es.typed-array.filter",
8515
+ "es.typed-array.find",
8516
+ "es.typed-array.find-index",
8517
+ "es.typed-array.for-each",
8518
+ "es.typed-array.from",
8519
+ "es.typed-array.includes",
8520
+ "es.typed-array.index-of",
8521
+ "es.typed-array.iterator",
8522
+ "es.typed-array.join",
8523
+ "es.typed-array.last-index-of",
8524
+ "es.typed-array.map",
8525
+ "es.typed-array.of",
8526
+ "es.typed-array.reduce",
8527
+ "es.typed-array.reduce-right",
8528
+ "es.typed-array.reverse",
8529
+ "es.typed-array.set",
8530
+ "es.typed-array.slice",
8531
+ "es.typed-array.some",
8532
+ "es.typed-array.sort",
8533
+ "es.typed-array.subarray",
8534
+ "es.typed-array.to-locale-string",
8535
+ "es.typed-array.to-string"
8536
+ ],
8361
8537
  "core-js/stable/typed-array/of": [
8362
8538
  "es.typed-array.of"
8363
8539
  ],
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.0",
4
+ "version": "3.16.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "main": "index.js",
11
11
  "dependencies": {
12
- "browserslist": "^4.16.6",
12
+ "browserslist": "^4.16.7",
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": "89686ea7429ad46a05040269be44395e3760837d"
20
+ "gitHead": "d4ecfcefcb07bda80fad210142efdfdce5f66acd"
21
21
  }