core-js-compat 3.28.0 → 3.29.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.
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.28', // used `core-js` version, by default - the latest
30
+ version: '3.29', // 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.28'); // => Array<ModuleName>
128
+ require('core-js-compat/get-modules-list-for-target-version')('3.29'); // => Array<ModuleName>
129
129
  // or
130
- require('core-js-compat').getModulesListForTargetVersion('3.28'); // => Array<ModuleName>
130
+ require('core-js-compat').getModulesListForTargetVersion('3.29'); // => 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/data.json CHANGED
@@ -5588,29 +5588,47 @@
5588
5588
  "esnext.set.filter": {},
5589
5589
  "esnext.set.find": {},
5590
5590
  "esnext.set.from": {},
5591
- "esnext.set.intersection.v2": {},
5591
+ "esnext.set.intersection.v2": {
5592
+ "bun": "0.5.7"
5593
+ },
5592
5594
  "esnext.set.intersection": {},
5593
- "esnext.set.is-disjoint-from.v2": {},
5595
+ "esnext.set.is-disjoint-from.v2": {
5596
+ "bun": "0.5.7"
5597
+ },
5594
5598
  "esnext.set.is-disjoint-from": {},
5595
- "esnext.set.is-subset-of.v2": {},
5599
+ "esnext.set.is-subset-of.v2": {
5600
+ "bun": "0.5.7"
5601
+ },
5596
5602
  "esnext.set.is-subset-of": {},
5597
- "esnext.set.is-superset-of.v2": {},
5603
+ "esnext.set.is-superset-of.v2": {
5604
+ "bun": "0.5.7"
5605
+ },
5598
5606
  "esnext.set.is-superset-of": {},
5599
5607
  "esnext.set.join": {},
5600
5608
  "esnext.set.map": {},
5601
5609
  "esnext.set.of": {},
5602
5610
  "esnext.set.reduce": {},
5603
5611
  "esnext.set.some": {},
5604
- "esnext.set.symmetric-difference.v2": {},
5612
+ "esnext.set.symmetric-difference.v2": {
5613
+ "bun": "0.5.7"
5614
+ },
5605
5615
  "esnext.set.symmetric-difference": {},
5606
- "esnext.set.union.v2": {},
5616
+ "esnext.set.union.v2": {
5617
+ "bun": "0.5.7"
5618
+ },
5607
5619
  "esnext.set.union": {},
5608
5620
  "esnext.string.at": {},
5609
5621
  "esnext.string.cooked": {},
5610
5622
  "esnext.string.code-points": {},
5611
5623
  "esnext.string.dedent": {},
5612
5624
  "esnext.string.is-well-formed": {
5613
- "bun": "0.4.0"
5625
+ "android": "111",
5626
+ "bun": "0.4.0",
5627
+ "chrome": "111",
5628
+ "chrome-android": "111",
5629
+ "edge": "111",
5630
+ "electron": "24.0",
5631
+ "opera": "97"
5614
5632
  },
5615
5633
  "esnext.string.match-all": {
5616
5634
  "android": "80",
@@ -5656,7 +5674,15 @@
5656
5674
  "safari": "13.1",
5657
5675
  "samsung": "14.0"
5658
5676
  },
5659
- "esnext.string.to-well-formed": {},
5677
+ "esnext.string.to-well-formed": {
5678
+ "android": "111",
5679
+ "bun": "0.5.7",
5680
+ "chrome": "111",
5681
+ "chrome-android": "111",
5682
+ "edge": "111",
5683
+ "electron": "24.0",
5684
+ "opera": "97"
5685
+ },
5660
5686
  "esnext.symbol.async-dispose": {},
5661
5687
  "esnext.symbol.dispose": {},
5662
5688
  "esnext.symbol.is-registered": {},
@@ -6042,5 +6068,6 @@
6042
6068
  "quest": "6.0",
6043
6069
  "safari": "14.0",
6044
6070
  "samsung": "9.0"
6045
- }
6071
+ },
6072
+ "web.url-search-params.size": {}
6046
6073
  }
package/entries.json CHANGED
@@ -440,7 +440,8 @@
440
440
  "web.timers",
441
441
  "web.url",
442
442
  "web.url.to-json",
443
- "web.url-search-params"
443
+ "web.url-search-params",
444
+ "web.url-search-params.size"
444
445
  ],
445
446
  "core-js/actual": [
446
447
  "es.symbol",
@@ -769,7 +770,8 @@
769
770
  "web.timers",
770
771
  "web.url",
771
772
  "web.url.to-json",
772
- "web.url-search-params"
773
+ "web.url-search-params",
774
+ "web.url-search-params.size"
773
775
  ],
774
776
  "core-js/actual/aggregate-error": [
775
777
  "es.error.cause",
@@ -819,8 +821,8 @@
819
821
  "es.array.unscopables.flat-map",
820
822
  "es.array.unshift",
821
823
  "es.array.with",
822
- "es.map",
823
824
  "es.object.to-string",
825
+ "es.promise",
824
826
  "es.string.iterator",
825
827
  "esnext.array.from-async",
826
828
  "esnext.array.find-last",
@@ -1644,7 +1646,7 @@
1644
1646
  "es.string.trim-start"
1645
1647
  ],
1646
1648
  "core-js/actual/instance/unshift": [
1647
- "es.array.push"
1649
+ "es.array.unshift"
1648
1650
  ],
1649
1651
  "core-js/actual/instance/values": [
1650
1652
  "es.array.iterator",
@@ -3098,6 +3100,7 @@
3098
3100
  "es.typed-array.to-locale-string"
3099
3101
  ],
3100
3102
  "core-js/actual/typed-array/to-reversed": [
3103
+ "es.typed-array.to-reversed",
3101
3104
  "esnext.typed-array.to-reversed"
3102
3105
  ],
3103
3106
  "core-js/actual/typed-array/to-sorted": [
@@ -3292,6 +3295,7 @@
3292
3295
  "es.typed-array.iterator"
3293
3296
  ],
3294
3297
  "core-js/actual/typed-array/with": [
3298
+ "es.typed-array.with",
3295
3299
  "esnext.typed-array.with"
3296
3300
  ],
3297
3301
  "core-js/actual/unescape": [
@@ -3300,11 +3304,13 @@
3300
3304
  "core-js/actual/url": [
3301
3305
  "web.url",
3302
3306
  "web.url.to-json",
3303
- "web.url-search-params"
3307
+ "web.url-search-params",
3308
+ "web.url-search-params.size"
3304
3309
  ],
3305
3310
  "core-js/actual/url-search-params": [
3306
3311
  "web.dom-collections.iterator",
3307
- "web.url-search-params"
3312
+ "web.url-search-params",
3313
+ "web.url-search-params.size"
3308
3314
  ],
3309
3315
  "core-js/actual/url/to-json": [
3310
3316
  "web.url.to-json"
@@ -5319,7 +5325,7 @@
5319
5325
  "es.typed-array.to-locale-string"
5320
5326
  ],
5321
5327
  "core-js/es/typed-array/to-reversed": [
5322
- "esnext.typed-array.to-reversed"
5328
+ "es.typed-array.to-reversed"
5323
5329
  ],
5324
5330
  "core-js/es/typed-array/to-sorted": [
5325
5331
  "es.typed-array.sort",
@@ -5485,7 +5491,7 @@
5485
5491
  "es.typed-array.iterator"
5486
5492
  ],
5487
5493
  "core-js/es/typed-array/with": [
5488
- "esnext.typed-array.with"
5494
+ "es.typed-array.with"
5489
5495
  ],
5490
5496
  "core-js/es/unescape": [
5491
5497
  "es.unescape"
@@ -5941,7 +5947,8 @@
5941
5947
  "web.timers",
5942
5948
  "web.url",
5943
5949
  "web.url.to-json",
5944
- "web.url-search-params"
5950
+ "web.url-search-params",
5951
+ "web.url-search-params.size"
5945
5952
  ],
5946
5953
  "core-js/features/aggregate-error": [
5947
5954
  "es.error.cause",
@@ -6202,13 +6209,16 @@
6202
6209
  "es.array.splice"
6203
6210
  ],
6204
6211
  "core-js/features/array/to-reversed": [
6212
+ "es.array.to-reversed",
6205
6213
  "esnext.array.to-reversed"
6206
6214
  ],
6207
6215
  "core-js/features/array/to-sorted": [
6208
6216
  "es.array.sort",
6217
+ "es.array.to-sorted",
6209
6218
  "esnext.array.to-sorted"
6210
6219
  ],
6211
6220
  "core-js/features/array/to-spliced": [
6221
+ "es.array.to-spliced",
6212
6222
  "esnext.array.to-spliced"
6213
6223
  ],
6214
6224
  "core-js/features/array/unique-by": [
@@ -6421,6 +6431,7 @@
6421
6431
  "esnext.array.with"
6422
6432
  ],
6423
6433
  "core-js/features/array/with": [
6434
+ "es.array.with",
6424
6435
  "esnext.array.with"
6425
6436
  ],
6426
6437
  "core-js/features/async-disposable-stack": [
@@ -6899,7 +6910,8 @@
6899
6910
  "core-js/features/instance/replace-all": [
6900
6911
  "es.regexp.exec",
6901
6912
  "es.string.replace",
6902
- "es.string.replace-all"
6913
+ "es.string.replace-all",
6914
+ "esnext.string.replace-all"
6903
6915
  ],
6904
6916
  "core-js/features/instance/reverse": [
6905
6917
  "es.array.reverse"
@@ -6958,7 +6970,7 @@
6958
6970
  "esnext.array.unique-by"
6959
6971
  ],
6960
6972
  "core-js/features/instance/unshift": [
6961
- "es.array.push"
6973
+ "es.array.unshift"
6962
6974
  ],
6963
6975
  "core-js/features/instance/values": [
6964
6976
  "es.array.iterator",
@@ -8898,6 +8910,7 @@
8898
8910
  "es.typed-array.to-locale-string"
8899
8911
  ],
8900
8912
  "core-js/features/typed-array/to-reversed": [
8913
+ "es.typed-array.to-reversed",
8901
8914
  "esnext.typed-array.to-reversed"
8902
8915
  ],
8903
8916
  "core-js/features/typed-array/to-sorted": [
@@ -9128,6 +9141,7 @@
9128
9141
  "es.typed-array.iterator"
9129
9142
  ],
9130
9143
  "core-js/features/typed-array/with": [
9144
+ "es.typed-array.with",
9131
9145
  "esnext.typed-array.with"
9132
9146
  ],
9133
9147
  "core-js/features/unescape": [
@@ -9136,11 +9150,13 @@
9136
9150
  "core-js/features/url": [
9137
9151
  "web.url",
9138
9152
  "web.url.to-json",
9139
- "web.url-search-params"
9153
+ "web.url-search-params",
9154
+ "web.url-search-params.size"
9140
9155
  ],
9141
9156
  "core-js/features/url-search-params": [
9142
9157
  "web.dom-collections.iterator",
9143
- "web.url-search-params"
9158
+ "web.url-search-params",
9159
+ "web.url-search-params.size"
9144
9160
  ],
9145
9161
  "core-js/features/url/to-json": [
9146
9162
  "web.url.to-json"
@@ -9653,7 +9669,8 @@
9653
9669
  "web.timers",
9654
9670
  "web.url",
9655
9671
  "web.url.to-json",
9656
- "web.url-search-params"
9672
+ "web.url-search-params",
9673
+ "web.url-search-params.size"
9657
9674
  ],
9658
9675
  "core-js/full/aggregate-error": [
9659
9676
  "es.error.cause",
@@ -9914,13 +9931,16 @@
9914
9931
  "es.array.splice"
9915
9932
  ],
9916
9933
  "core-js/full/array/to-reversed": [
9934
+ "es.array.to-reversed",
9917
9935
  "esnext.array.to-reversed"
9918
9936
  ],
9919
9937
  "core-js/full/array/to-sorted": [
9920
9938
  "es.array.sort",
9939
+ "es.array.to-sorted",
9921
9940
  "esnext.array.to-sorted"
9922
9941
  ],
9923
9942
  "core-js/full/array/to-spliced": [
9943
+ "es.array.to-spliced",
9924
9944
  "esnext.array.to-spliced"
9925
9945
  ],
9926
9946
  "core-js/full/array/unique-by": [
@@ -10133,6 +10153,7 @@
10133
10153
  "esnext.array.with"
10134
10154
  ],
10135
10155
  "core-js/full/array/with": [
10156
+ "es.array.with",
10136
10157
  "esnext.array.with"
10137
10158
  ],
10138
10159
  "core-js/full/async-disposable-stack": [
@@ -10611,7 +10632,8 @@
10611
10632
  "core-js/full/instance/replace-all": [
10612
10633
  "es.regexp.exec",
10613
10634
  "es.string.replace",
10614
- "es.string.replace-all"
10635
+ "es.string.replace-all",
10636
+ "esnext.string.replace-all"
10615
10637
  ],
10616
10638
  "core-js/full/instance/reverse": [
10617
10639
  "es.array.reverse"
@@ -10670,7 +10692,7 @@
10670
10692
  "esnext.array.unique-by"
10671
10693
  ],
10672
10694
  "core-js/full/instance/unshift": [
10673
- "es.array.push"
10695
+ "es.array.unshift"
10674
10696
  ],
10675
10697
  "core-js/full/instance/values": [
10676
10698
  "es.array.iterator",
@@ -12610,6 +12632,7 @@
12610
12632
  "es.typed-array.to-locale-string"
12611
12633
  ],
12612
12634
  "core-js/full/typed-array/to-reversed": [
12635
+ "es.typed-array.to-reversed",
12613
12636
  "esnext.typed-array.to-reversed"
12614
12637
  ],
12615
12638
  "core-js/full/typed-array/to-sorted": [
@@ -12840,6 +12863,7 @@
12840
12863
  "es.typed-array.iterator"
12841
12864
  ],
12842
12865
  "core-js/full/typed-array/with": [
12866
+ "es.typed-array.with",
12843
12867
  "esnext.typed-array.with"
12844
12868
  ],
12845
12869
  "core-js/full/unescape": [
@@ -12848,11 +12872,13 @@
12848
12872
  "core-js/full/url": [
12849
12873
  "web.url",
12850
12874
  "web.url.to-json",
12851
- "web.url-search-params"
12875
+ "web.url-search-params",
12876
+ "web.url-search-params.size"
12852
12877
  ],
12853
12878
  "core-js/full/url-search-params": [
12854
12879
  "web.dom-collections.iterator",
12855
- "web.url-search-params"
12880
+ "web.url-search-params",
12881
+ "web.url-search-params.size"
12856
12882
  ],
12857
12883
  "core-js/full/url/to-json": [
12858
12884
  "web.url.to-json"
@@ -14325,6 +14351,9 @@
14325
14351
  "core-js/modules/web.url-search-params.constructor": [
14326
14352
  "web.url-search-params.constructor"
14327
14353
  ],
14354
+ "core-js/modules/web.url-search-params.size": [
14355
+ "web.url-search-params.size"
14356
+ ],
14328
14357
  "core-js/modules/web.url.constructor": [
14329
14358
  "web.url.constructor"
14330
14359
  ],
@@ -14522,7 +14551,8 @@
14522
14551
  "esnext.weak-set.of",
14523
14552
  "web.url",
14524
14553
  "web.url.to-json",
14525
- "web.url-search-params"
14554
+ "web.url-search-params",
14555
+ "web.url-search-params.size"
14526
14556
  ],
14527
14557
  "core-js/proposals/accessible-object-hasownproperty": [
14528
14558
  "esnext.object.has-own"
@@ -14966,7 +14996,8 @@
14966
14996
  "core-js/proposals/url": [
14967
14997
  "web.url",
14968
14998
  "web.url.to-json",
14969
- "web.url-search-params"
14999
+ "web.url-search-params",
15000
+ "web.url-search-params.size"
14970
15001
  ],
14971
15002
  "core-js/proposals/using-statement": [
14972
15003
  "esnext.symbol.async-dispose",
@@ -15234,7 +15265,8 @@
15234
15265
  "web.timers",
15235
15266
  "web.url",
15236
15267
  "web.url.to-json",
15237
- "web.url-search-params"
15268
+ "web.url-search-params",
15269
+ "web.url-search-params.size"
15238
15270
  ],
15239
15271
  "core-js/stable/aggregate-error": [
15240
15272
  "es.error.cause",
@@ -15859,7 +15891,7 @@
15859
15891
  "es.string.trim-start"
15860
15892
  ],
15861
15893
  "core-js/stable/instance/unshift": [
15862
- "es.array.push"
15894
+ "es.array.unshift"
15863
15895
  ],
15864
15896
  "core-js/stable/instance/values": [
15865
15897
  "es.array.iterator",
@@ -17082,7 +17114,7 @@
17082
17114
  "es.typed-array.to-locale-string"
17083
17115
  ],
17084
17116
  "core-js/stable/typed-array/to-reversed": [
17085
- "esnext.typed-array.to-reversed"
17117
+ "es.typed-array.to-reversed"
17086
17118
  ],
17087
17119
  "core-js/stable/typed-array/to-sorted": [
17088
17120
  "es.typed-array.sort",
@@ -17248,7 +17280,7 @@
17248
17280
  "es.typed-array.iterator"
17249
17281
  ],
17250
17282
  "core-js/stable/typed-array/with": [
17251
- "esnext.typed-array.with"
17283
+ "es.typed-array.with"
17252
17284
  ],
17253
17285
  "core-js/stable/unescape": [
17254
17286
  "es.unescape"
@@ -17256,11 +17288,13 @@
17256
17288
  "core-js/stable/url": [
17257
17289
  "web.url",
17258
17290
  "web.url.to-json",
17259
- "web.url-search-params"
17291
+ "web.url-search-params",
17292
+ "web.url-search-params.size"
17260
17293
  ],
17261
17294
  "core-js/stable/url-search-params": [
17262
17295
  "web.dom-collections.iterator",
17263
- "web.url-search-params"
17296
+ "web.url-search-params",
17297
+ "web.url-search-params.size"
17264
17298
  ],
17265
17299
  "core-js/stable/url/to-json": [
17266
17300
  "web.url.to-json"
@@ -17468,7 +17502,8 @@
17468
17502
  "esnext.weak-set.of",
17469
17503
  "web.url",
17470
17504
  "web.url.to-json",
17471
- "web.url-search-params"
17505
+ "web.url-search-params",
17506
+ "web.url-search-params.size"
17472
17507
  ],
17473
17508
  "core-js/stage/0": [
17474
17509
  "es.map",
@@ -17652,7 +17687,8 @@
17652
17687
  "esnext.weak-set.of",
17653
17688
  "web.url",
17654
17689
  "web.url.to-json",
17655
- "web.url-search-params"
17690
+ "web.url-search-params",
17691
+ "web.url-search-params.size"
17656
17692
  ],
17657
17693
  "core-js/stage/1": [
17658
17694
  "es.map",
@@ -18211,7 +18247,8 @@
18211
18247
  "esnext.weak-set.of",
18212
18248
  "web.url",
18213
18249
  "web.url.to-json",
18214
- "web.url-search-params"
18250
+ "web.url-search-params",
18251
+ "web.url-search-params.size"
18215
18252
  ],
18216
18253
  "core-js/web": [
18217
18254
  "web.atob",
@@ -18228,7 +18265,8 @@
18228
18265
  "web.timers",
18229
18266
  "web.url",
18230
18267
  "web.url.to-json",
18231
- "web.url-search-params"
18268
+ "web.url-search-params",
18269
+ "web.url-search-params.size"
18232
18270
  ],
18233
18271
  "core-js/web/dom-collections": [
18234
18272
  "web.dom-collections.for-each",
@@ -18259,9 +18297,11 @@
18259
18297
  "core-js/web/url": [
18260
18298
  "web.url",
18261
18299
  "web.url.to-json",
18262
- "web.url-search-params"
18300
+ "web.url-search-params",
18301
+ "web.url-search-params.size"
18263
18302
  ],
18264
18303
  "core-js/web/url-search-params": [
18265
- "web.url-search-params"
18304
+ "web.url-search-params",
18305
+ "web.url-search-params.size"
18266
18306
  ]
18267
18307
  }
@@ -487,5 +487,8 @@
487
487
  "esnext.json.raw-json",
488
488
  "esnext.symbol.is-registered",
489
489
  "esnext.symbol.is-well-known"
490
+ ],
491
+ "3.29": [
492
+ "web.url-search-params.size"
490
493
  ]
491
494
  }
package/modules.json CHANGED
@@ -439,5 +439,6 @@
439
439
  "web.timers",
440
440
  "web.url",
441
441
  "web.url.to-json",
442
- "web.url-search-params"
442
+ "web.url-search-params",
443
+ "web.url-search-params.size"
443
444
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
- "version": "3.28.0",
3
+ "version": "3.29.1",
4
4
  "description": "core-js compat",
5
5
  "repository": {
6
6
  "type": "git",