core-js-compat 3.16.4 → 3.17.3

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
@@ -7,7 +7,7 @@ const {
7
7
  } = require('core-js-compat')({
8
8
  targets: '> 2.5%', // browserslist query or object of minimum environment versions to support
9
9
  filter: /^(es|web)\./, // optional filter - string-prefix, regexp or list of modules
10
- version: '3.16', // used `core-js` version, by default - the latest
10
+ version: '3.17', // used `core-js` version, by default - the latest
11
11
  });
12
12
 
13
13
  console.log(targets);
@@ -92,9 +92,9 @@ require('core-js-compat/modules'); // => Array<ModuleName>
92
92
  require('core-js-compat').modules; // => Array<ModuleName>
93
93
 
94
94
  // the subset of modules which available in the passed `core-js` version:
95
- require('core-js-compat/get-modules-list-for-target-version')('3.16'); // => Array<ModuleName>
95
+ require('core-js-compat/get-modules-list-for-target-version')('3.17'); // => Array<ModuleName>
96
96
  // or
97
- require('core-js-compat').getModulesListForTargetVersion('3.16'); // => Array<ModuleName>
97
+ require('core-js-compat').getModulesListForTargetVersion('3.17'); // => Array<ModuleName>
98
98
  ```
99
99
 
100
100
  If you want to add new / update data about modules required for target engines, [follow this instruction](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#updating-core-js-compat-data).
package/data.json CHANGED
@@ -234,6 +234,17 @@
234
234
  "safari": "14.0",
235
235
  "samsung": "14.0"
236
236
  },
237
+ "es.array.at": {
238
+ "android": "92",
239
+ "chrome": "92",
240
+ "deno": "1.12",
241
+ "edge": "92",
242
+ "electron": "14.0",
243
+ "firefox": "90",
244
+ "node": "16.6",
245
+ "opera": "78",
246
+ "samsung": "16.0"
247
+ },
237
248
  "es.array.concat": {
238
249
  "android": "51",
239
250
  "chrome": "51",
@@ -1618,6 +1629,16 @@
1618
1629
  "safari": "9.0",
1619
1630
  "samsung": "4.0"
1620
1631
  },
1632
+ "es.object.has-own": {
1633
+ "android": "93",
1634
+ "chrome": "93",
1635
+ "deno": "1.13",
1636
+ "edge": "93",
1637
+ "electron": "14.0",
1638
+ "firefox": "92",
1639
+ "node": "16.9",
1640
+ "opera": "79"
1641
+ },
1621
1642
  "es.object.is": {
1622
1643
  "android": "4.1",
1623
1644
  "chrome": "19",
@@ -2194,6 +2215,17 @@
2194
2215
  "safari": "10.0",
2195
2216
  "samsung": "5.0"
2196
2217
  },
2218
+ "es.string.at-alternative": {
2219
+ "android": "92",
2220
+ "chrome": "92",
2221
+ "deno": "1.12",
2222
+ "edge": "92",
2223
+ "electron": "14.0",
2224
+ "firefox": "90",
2225
+ "node": "16.6",
2226
+ "opera": "78",
2227
+ "samsung": "16.0"
2228
+ },
2197
2229
  "es.string.code-point-at": {
2198
2230
  "android": "41",
2199
2231
  "chrome": "41",
@@ -2814,6 +2846,17 @@
2814
2846
  "safari": "14.0",
2815
2847
  "samsung": "6.0"
2816
2848
  },
2849
+ "es.typed-array.at": {
2850
+ "android": "92",
2851
+ "chrome": "92",
2852
+ "deno": "1.12",
2853
+ "edge": "92",
2854
+ "electron": "14.0",
2855
+ "firefox": "90",
2856
+ "node": "16.6",
2857
+ "opera": "78",
2858
+ "samsung": "16.0"
2859
+ },
2817
2860
  "es.typed-array.copy-within": {
2818
2861
  "android": "45",
2819
2862
  "chrome": "45",
@@ -3233,7 +3276,8 @@
3233
3276
  "electron": "14.0",
3234
3277
  "firefox": "90",
3235
3278
  "node": "16.6",
3236
- "opera": "78"
3279
+ "opera": "78",
3280
+ "samsung": "16.0"
3237
3281
  },
3238
3282
  "esnext.array.filter-out": {},
3239
3283
  "esnext.array.filter-reject": {},
@@ -3331,6 +3375,7 @@
3331
3375
  "edge": "93",
3332
3376
  "electron": "14.0",
3333
3377
  "firefox": "92",
3378
+ "node": "16.9",
3334
3379
  "opera": "79"
3335
3380
  },
3336
3381
  "esnext.object.iterate-entries": {},
@@ -3438,7 +3483,8 @@
3438
3483
  "electron": "14.0",
3439
3484
  "firefox": "90",
3440
3485
  "node": "16.6",
3441
- "opera": "78"
3486
+ "opera": "78",
3487
+ "samsung": "16.0"
3442
3488
  },
3443
3489
  "esnext.typed-array.filter-out": {},
3444
3490
  "esnext.typed-array.filter-reject": {},
package/entries.json CHANGED
@@ -16,6 +16,7 @@
16
16
  "es.symbol.to-string-tag",
17
17
  "es.symbol.unscopables",
18
18
  "es.aggregate-error",
19
+ "es.array.at",
19
20
  "es.array.concat",
20
21
  "es.array.copy-within",
21
22
  "es.array.every",
@@ -108,6 +109,7 @@
108
109
  "es.object.get-own-property-descriptors",
109
110
  "es.object.get-own-property-names",
110
111
  "es.object.get-prototype-of",
112
+ "es.object.has-own",
111
113
  "es.object.is",
112
114
  "es.object.is-extensible",
113
115
  "es.object.is-frozen",
@@ -148,6 +150,7 @@
148
150
  "es.regexp.test",
149
151
  "es.regexp.to-string",
150
152
  "es.set",
153
+ "es.string.at-alternative",
151
154
  "es.string.code-point-at",
152
155
  "es.string.ends-with",
153
156
  "es.string.from-code-point",
@@ -190,6 +193,7 @@
190
193
  "es.typed-array.uint8-clamped-array",
191
194
  "es.typed-array.uint16-array",
192
195
  "es.typed-array.uint32-array",
196
+ "es.typed-array.at",
193
197
  "es.typed-array.copy-within",
194
198
  "es.typed-array.every",
195
199
  "es.typed-array.fill",
@@ -384,6 +388,7 @@
384
388
  "es.symbol.to-string-tag",
385
389
  "es.symbol.unscopables",
386
390
  "es.aggregate-error",
391
+ "es.array.at",
387
392
  "es.array.concat",
388
393
  "es.array.copy-within",
389
394
  "es.array.every",
@@ -476,6 +481,7 @@
476
481
  "es.object.get-own-property-descriptors",
477
482
  "es.object.get-own-property-names",
478
483
  "es.object.get-prototype-of",
484
+ "es.object.has-own",
479
485
  "es.object.is",
480
486
  "es.object.is-extensible",
481
487
  "es.object.is-frozen",
@@ -516,6 +522,7 @@
516
522
  "es.regexp.test",
517
523
  "es.regexp.to-string",
518
524
  "es.set",
525
+ "es.string.at-alternative",
519
526
  "es.string.code-point-at",
520
527
  "es.string.ends-with",
521
528
  "es.string.from-code-point",
@@ -558,6 +565,7 @@
558
565
  "es.typed-array.uint8-clamped-array",
559
566
  "es.typed-array.uint16-array",
560
567
  "es.typed-array.uint32-array",
568
+ "es.typed-array.at",
561
569
  "es.typed-array.copy-within",
562
570
  "es.typed-array.every",
563
571
  "es.typed-array.fill",
@@ -593,6 +601,7 @@
593
601
  "es.string.iterator"
594
602
  ],
595
603
  "core-js/es/array": [
604
+ "es.array.at",
596
605
  "es.array.concat",
597
606
  "es.array.copy-within",
598
607
  "es.array.every",
@@ -641,6 +650,9 @@
641
650
  "core-js/es/array-buffer/slice": [
642
651
  "es.array-buffer.slice"
643
652
  ],
653
+ "core-js/es/array/at": [
654
+ "es.array.at"
655
+ ],
644
656
  "core-js/es/array/concat": [
645
657
  "es.array.concat"
646
658
  ],
@@ -736,6 +748,7 @@
736
748
  "es.object.to-string"
737
749
  ],
738
750
  "core-js/es/array/virtual": [
751
+ "es.array.at",
739
752
  "es.array.concat",
740
753
  "es.array.copy-within",
741
754
  "es.array.every",
@@ -764,6 +777,9 @@
764
777
  "es.array.unscopables.flat-map",
765
778
  "es.object.to-string"
766
779
  ],
780
+ "core-js/es/array/virtual/at": [
781
+ "es.array.at"
782
+ ],
767
783
  "core-js/es/array/virtual/concat": [
768
784
  "es.array.concat"
769
785
  ],
@@ -921,6 +937,10 @@
921
937
  "core-js/es/global-this": [
922
938
  "es.global-this"
923
939
  ],
940
+ "core-js/es/instance/at": [
941
+ "es.array.at",
942
+ "es.string.at-alternative"
943
+ ],
924
944
  "core-js/es/instance/bind": [
925
945
  "es.function.bind"
926
946
  ],
@@ -1219,6 +1239,7 @@
1219
1239
  "es.object.get-own-property-descriptors",
1220
1240
  "es.object.get-own-property-names",
1221
1241
  "es.object.get-prototype-of",
1242
+ "es.object.has-own",
1222
1243
  "es.object.is",
1223
1244
  "es.object.is-extensible",
1224
1245
  "es.object.is-frozen",
@@ -1276,6 +1297,9 @@
1276
1297
  "core-js/es/object/get-prototype-of": [
1277
1298
  "es.object.get-prototype-of"
1278
1299
  ],
1300
+ "core-js/es/object/has-own": [
1301
+ "es.object.has-own"
1302
+ ],
1279
1303
  "core-js/es/object/is": [
1280
1304
  "es.object.is"
1281
1305
  ],
@@ -1475,6 +1499,7 @@
1475
1499
  "core-js/es/string": [
1476
1500
  "es.object.to-string",
1477
1501
  "es.regexp.exec",
1502
+ "es.string.at-alternative",
1478
1503
  "es.string.code-point-at",
1479
1504
  "es.string.ends-with",
1480
1505
  "es.string.from-code-point",
@@ -1512,6 +1537,9 @@
1512
1537
  "core-js/es/string/anchor": [
1513
1538
  "es.string.anchor"
1514
1539
  ],
1540
+ "core-js/es/string/at": [
1541
+ "es.string.at-alternative"
1542
+ ],
1515
1543
  "core-js/es/string/big": [
1516
1544
  "es.string.big"
1517
1545
  ],
@@ -1626,6 +1654,7 @@
1626
1654
  "core-js/es/string/virtual": [
1627
1655
  "es.object.to-string",
1628
1656
  "es.regexp.exec",
1657
+ "es.string.at-alternative",
1629
1658
  "es.string.code-point-at",
1630
1659
  "es.string.ends-with",
1631
1660
  "es.string.includes",
@@ -1661,6 +1690,9 @@
1661
1690
  "core-js/es/string/virtual/anchor": [
1662
1691
  "es.string.anchor"
1663
1692
  ],
1693
+ "core-js/es/string/virtual/at": [
1694
+ "es.string.at-alternative"
1695
+ ],
1664
1696
  "core-js/es/string/virtual/big": [
1665
1697
  "es.string.big"
1666
1698
  ],
@@ -1853,6 +1885,7 @@
1853
1885
  "es.typed-array.uint8-clamped-array",
1854
1886
  "es.typed-array.uint16-array",
1855
1887
  "es.typed-array.uint32-array",
1888
+ "es.typed-array.at",
1856
1889
  "es.typed-array.copy-within",
1857
1890
  "es.typed-array.every",
1858
1891
  "es.typed-array.fill",
@@ -1879,6 +1912,9 @@
1879
1912
  "es.typed-array.to-locale-string",
1880
1913
  "es.typed-array.to-string"
1881
1914
  ],
1915
+ "core-js/es/typed-array/at": [
1916
+ "es.typed-array.at"
1917
+ ],
1882
1918
  "core-js/es/typed-array/copy-within": [
1883
1919
  "es.typed-array.copy-within"
1884
1920
  ],
@@ -1905,6 +1941,7 @@
1905
1941
  "es.object.to-string",
1906
1942
  "es.string.iterator",
1907
1943
  "es.typed-array.float32-array",
1944
+ "es.typed-array.at",
1908
1945
  "es.typed-array.copy-within",
1909
1946
  "es.typed-array.every",
1910
1947
  "es.typed-array.fill",
@@ -1935,6 +1972,7 @@
1935
1972
  "es.object.to-string",
1936
1973
  "es.string.iterator",
1937
1974
  "es.typed-array.float64-array",
1975
+ "es.typed-array.at",
1938
1976
  "es.typed-array.copy-within",
1939
1977
  "es.typed-array.every",
1940
1978
  "es.typed-array.fill",
@@ -1977,6 +2015,7 @@
1977
2015
  "es.object.to-string",
1978
2016
  "es.string.iterator",
1979
2017
  "es.typed-array.int16-array",
2018
+ "es.typed-array.at",
1980
2019
  "es.typed-array.copy-within",
1981
2020
  "es.typed-array.every",
1982
2021
  "es.typed-array.fill",
@@ -2007,6 +2046,7 @@
2007
2046
  "es.object.to-string",
2008
2047
  "es.string.iterator",
2009
2048
  "es.typed-array.int32-array",
2049
+ "es.typed-array.at",
2010
2050
  "es.typed-array.copy-within",
2011
2051
  "es.typed-array.every",
2012
2052
  "es.typed-array.fill",
@@ -2037,6 +2077,7 @@
2037
2077
  "es.object.to-string",
2038
2078
  "es.string.iterator",
2039
2079
  "es.typed-array.int8-array",
2080
+ "es.typed-array.at",
2040
2081
  "es.typed-array.copy-within",
2041
2082
  "es.typed-array.every",
2042
2083
  "es.typed-array.fill",
@@ -2083,6 +2124,7 @@
2083
2124
  "core-js/es/typed-array/methods": [
2084
2125
  "es.object.to-string",
2085
2126
  "es.string.iterator",
2127
+ "es.typed-array.at",
2086
2128
  "es.typed-array.copy-within",
2087
2129
  "es.typed-array.every",
2088
2130
  "es.typed-array.fill",
@@ -2146,6 +2188,7 @@
2146
2188
  "es.object.to-string",
2147
2189
  "es.string.iterator",
2148
2190
  "es.typed-array.uint16-array",
2191
+ "es.typed-array.at",
2149
2192
  "es.typed-array.copy-within",
2150
2193
  "es.typed-array.every",
2151
2194
  "es.typed-array.fill",
@@ -2176,6 +2219,7 @@
2176
2219
  "es.object.to-string",
2177
2220
  "es.string.iterator",
2178
2221
  "es.typed-array.uint32-array",
2222
+ "es.typed-array.at",
2179
2223
  "es.typed-array.copy-within",
2180
2224
  "es.typed-array.every",
2181
2225
  "es.typed-array.fill",
@@ -2206,6 +2250,7 @@
2206
2250
  "es.object.to-string",
2207
2251
  "es.string.iterator",
2208
2252
  "es.typed-array.uint8-array",
2253
+ "es.typed-array.at",
2209
2254
  "es.typed-array.copy-within",
2210
2255
  "es.typed-array.every",
2211
2256
  "es.typed-array.fill",
@@ -2236,6 +2281,7 @@
2236
2281
  "es.object.to-string",
2237
2282
  "es.string.iterator",
2238
2283
  "es.typed-array.uint8-clamped-array",
2284
+ "es.typed-array.at",
2239
2285
  "es.typed-array.copy-within",
2240
2286
  "es.typed-array.every",
2241
2287
  "es.typed-array.fill",
@@ -2296,6 +2342,7 @@
2296
2342
  "es.symbol.to-string-tag",
2297
2343
  "es.symbol.unscopables",
2298
2344
  "es.aggregate-error",
2345
+ "es.array.at",
2299
2346
  "es.array.concat",
2300
2347
  "es.array.copy-within",
2301
2348
  "es.array.every",
@@ -2388,6 +2435,7 @@
2388
2435
  "es.object.get-own-property-descriptors",
2389
2436
  "es.object.get-own-property-names",
2390
2437
  "es.object.get-prototype-of",
2438
+ "es.object.has-own",
2391
2439
  "es.object.is",
2392
2440
  "es.object.is-extensible",
2393
2441
  "es.object.is-frozen",
@@ -2428,6 +2476,7 @@
2428
2476
  "es.regexp.test",
2429
2477
  "es.regexp.to-string",
2430
2478
  "es.set",
2479
+ "es.string.at-alternative",
2431
2480
  "es.string.code-point-at",
2432
2481
  "es.string.ends-with",
2433
2482
  "es.string.from-code-point",
@@ -2470,6 +2519,7 @@
2470
2519
  "es.typed-array.uint8-clamped-array",
2471
2520
  "es.typed-array.uint16-array",
2472
2521
  "es.typed-array.uint32-array",
2522
+ "es.typed-array.at",
2473
2523
  "es.typed-array.copy-within",
2474
2524
  "es.typed-array.every",
2475
2525
  "es.typed-array.fill",
@@ -2655,6 +2705,7 @@
2655
2705
  "web.dom-collections.iterator"
2656
2706
  ],
2657
2707
  "core-js/features/array": [
2708
+ "es.array.at",
2658
2709
  "es.array.concat",
2659
2710
  "es.array.copy-within",
2660
2711
  "es.array.every",
@@ -2715,6 +2766,7 @@
2715
2766
  "es.array-buffer.slice"
2716
2767
  ],
2717
2768
  "core-js/features/array/at": [
2769
+ "es.array.at",
2718
2770
  "esnext.array.at"
2719
2771
  ],
2720
2772
  "core-js/features/array/concat": [
@@ -2840,6 +2892,7 @@
2840
2892
  "es.object.to-string"
2841
2893
  ],
2842
2894
  "core-js/features/array/virtual": [
2895
+ "es.array.at",
2843
2896
  "es.array.concat",
2844
2897
  "es.array.copy-within",
2845
2898
  "es.array.every",
@@ -2877,6 +2930,7 @@
2877
2930
  "esnext.array.unique-by"
2878
2931
  ],
2879
2932
  "core-js/features/array/virtual/at": [
2933
+ "es.array.at",
2880
2934
  "esnext.array.at"
2881
2935
  ],
2882
2936
  "core-js/features/array/virtual/concat": [
@@ -3192,6 +3246,8 @@
3192
3246
  "esnext.global-this"
3193
3247
  ],
3194
3248
  "core-js/features/instance/at": [
3249
+ "es.array.at",
3250
+ "es.string.at-alternative",
3195
3251
  "esnext.array.at",
3196
3252
  "esnext.string.at"
3197
3253
  ],
@@ -3777,6 +3833,7 @@
3777
3833
  "es.object.get-own-property-descriptors",
3778
3834
  "es.object.get-own-property-names",
3779
3835
  "es.object.get-prototype-of",
3836
+ "es.object.has-own",
3780
3837
  "es.object.is",
3781
3838
  "es.object.is-extensible",
3782
3839
  "es.object.is-frozen",
@@ -3841,6 +3898,7 @@
3841
3898
  "es.object.get-prototype-of"
3842
3899
  ],
3843
3900
  "core-js/features/object/has-own": [
3901
+ "es.object.has-own",
3844
3902
  "esnext.object.has-own"
3845
3903
  ],
3846
3904
  "core-js/features/object/is": [
@@ -4235,6 +4293,7 @@
4235
4293
  "core-js/features/string": [
4236
4294
  "es.object.to-string",
4237
4295
  "es.regexp.exec",
4296
+ "es.string.at-alternative",
4238
4297
  "es.string.code-point-at",
4239
4298
  "es.string.ends-with",
4240
4299
  "es.string.from-code-point",
@@ -4277,6 +4336,7 @@
4277
4336
  "es.string.anchor"
4278
4337
  ],
4279
4338
  "core-js/features/string/at": [
4339
+ "es.string.at-alternative",
4280
4340
  "esnext.string.at"
4281
4341
  ],
4282
4342
  "core-js/features/string/big": [
@@ -4399,6 +4459,7 @@
4399
4459
  "core-js/features/string/virtual": [
4400
4460
  "es.object.to-string",
4401
4461
  "es.regexp.exec",
4462
+ "es.string.at-alternative",
4402
4463
  "es.string.code-point-at",
4403
4464
  "es.string.ends-with",
4404
4465
  "es.string.includes",
@@ -4439,6 +4500,7 @@
4439
4500
  "es.string.anchor"
4440
4501
  ],
4441
4502
  "core-js/features/string/virtual/at": [
4503
+ "es.string.at-alternative",
4442
4504
  "esnext.string.at"
4443
4505
  ],
4444
4506
  "core-js/features/string/virtual/big": [
@@ -4670,6 +4732,7 @@
4670
4732
  "es.typed-array.uint8-clamped-array",
4671
4733
  "es.typed-array.uint16-array",
4672
4734
  "es.typed-array.uint32-array",
4735
+ "es.typed-array.at",
4673
4736
  "es.typed-array.copy-within",
4674
4737
  "es.typed-array.every",
4675
4738
  "es.typed-array.fill",
@@ -4704,6 +4767,7 @@
4704
4767
  "esnext.typed-array.unique-by"
4705
4768
  ],
4706
4769
  "core-js/features/typed-array/at": [
4770
+ "es.typed-array.every",
4707
4771
  "esnext.typed-array.at"
4708
4772
  ],
4709
4773
  "core-js/features/typed-array/copy-within": [
@@ -4745,6 +4809,7 @@
4745
4809
  "es.object.to-string",
4746
4810
  "es.string.iterator",
4747
4811
  "es.typed-array.float32-array",
4812
+ "es.typed-array.at",
4748
4813
  "es.typed-array.copy-within",
4749
4814
  "es.typed-array.every",
4750
4815
  "es.typed-array.fill",
@@ -4783,6 +4848,7 @@
4783
4848
  "es.object.to-string",
4784
4849
  "es.string.iterator",
4785
4850
  "es.typed-array.float64-array",
4851
+ "es.typed-array.at",
4786
4852
  "es.typed-array.copy-within",
4787
4853
  "es.typed-array.every",
4788
4854
  "es.typed-array.fill",
@@ -4836,6 +4902,7 @@
4836
4902
  "es.object.to-string",
4837
4903
  "es.string.iterator",
4838
4904
  "es.typed-array.int16-array",
4905
+ "es.typed-array.at",
4839
4906
  "es.typed-array.copy-within",
4840
4907
  "es.typed-array.every",
4841
4908
  "es.typed-array.fill",
@@ -4874,6 +4941,7 @@
4874
4941
  "es.object.to-string",
4875
4942
  "es.string.iterator",
4876
4943
  "es.typed-array.int32-array",
4944
+ "es.typed-array.at",
4877
4945
  "es.typed-array.copy-within",
4878
4946
  "es.typed-array.every",
4879
4947
  "es.typed-array.fill",
@@ -4912,6 +4980,7 @@
4912
4980
  "es.object.to-string",
4913
4981
  "es.string.iterator",
4914
4982
  "es.typed-array.int8-array",
4983
+ "es.typed-array.at",
4915
4984
  "es.typed-array.copy-within",
4916
4985
  "es.typed-array.every",
4917
4986
  "es.typed-array.fill",
@@ -4966,6 +5035,7 @@
4966
5035
  "es.map",
4967
5036
  "es.object.to-string",
4968
5037
  "es.string.iterator",
5038
+ "es.typed-array.at",
4969
5039
  "es.typed-array.copy-within",
4970
5040
  "es.typed-array.every",
4971
5041
  "es.typed-array.fill",
@@ -5037,6 +5107,7 @@
5037
5107
  "es.object.to-string",
5038
5108
  "es.string.iterator",
5039
5109
  "es.typed-array.uint16-array",
5110
+ "es.typed-array.at",
5040
5111
  "es.typed-array.copy-within",
5041
5112
  "es.typed-array.every",
5042
5113
  "es.typed-array.fill",
@@ -5075,6 +5146,7 @@
5075
5146
  "es.object.to-string",
5076
5147
  "es.string.iterator",
5077
5148
  "es.typed-array.uint32-array",
5149
+ "es.typed-array.at",
5078
5150
  "es.typed-array.copy-within",
5079
5151
  "es.typed-array.every",
5080
5152
  "es.typed-array.fill",
@@ -5113,6 +5185,7 @@
5113
5185
  "es.object.to-string",
5114
5186
  "es.string.iterator",
5115
5187
  "es.typed-array.uint8-array",
5188
+ "es.typed-array.at",
5116
5189
  "es.typed-array.copy-within",
5117
5190
  "es.typed-array.every",
5118
5191
  "es.typed-array.fill",
@@ -5151,6 +5224,7 @@
5151
5224
  "es.object.to-string",
5152
5225
  "es.string.iterator",
5153
5226
  "es.typed-array.uint8-clamped-array",
5227
+ "es.typed-array.at",
5154
5228
  "es.typed-array.copy-within",
5155
5229
  "es.typed-array.every",
5156
5230
  "es.typed-array.fill",
@@ -5286,6 +5360,9 @@
5286
5360
  "core-js/modules/es.array-buffer.slice": [
5287
5361
  "es.array-buffer.slice"
5288
5362
  ],
5363
+ "core-js/modules/es.array.at": [
5364
+ "es.array.at"
5365
+ ],
5289
5366
  "core-js/modules/es.array.concat": [
5290
5367
  "es.array.concat"
5291
5368
  ],
@@ -5553,6 +5630,9 @@
5553
5630
  "core-js/modules/es.object.get-prototype-of": [
5554
5631
  "es.object.get-prototype-of"
5555
5632
  ],
5633
+ "core-js/modules/es.object.has-own": [
5634
+ "es.object.has-own"
5635
+ ],
5556
5636
  "core-js/modules/es.object.is": [
5557
5637
  "es.object.is"
5558
5638
  ],
@@ -5676,6 +5756,9 @@
5676
5756
  "core-js/modules/es.string.anchor": [
5677
5757
  "es.string.anchor"
5678
5758
  ],
5759
+ "core-js/modules/es.string.at-alternative": [
5760
+ "es.string.at-alternative"
5761
+ ],
5679
5762
  "core-js/modules/es.string.big": [
5680
5763
  "es.string.big"
5681
5764
  ],
@@ -5817,6 +5900,9 @@
5817
5900
  "core-js/modules/es.symbol.unscopables": [
5818
5901
  "es.symbol.unscopables"
5819
5902
  ],
5903
+ "core-js/modules/es.typed-array.at": [
5904
+ "es.typed-array.at"
5905
+ ],
5820
5906
  "core-js/modules/es.typed-array.copy-within": [
5821
5907
  "es.typed-array.copy-within"
5822
5908
  ],
@@ -6377,6 +6463,7 @@
6377
6463
  ],
6378
6464
  "core-js/proposals": [
6379
6465
  "es.map",
6466
+ "es.string.at-alternative",
6380
6467
  "esnext.aggregate-error",
6381
6468
  "esnext.array.at",
6382
6469
  "esnext.array.filter-out",
@@ -6705,6 +6792,7 @@
6705
6792
  "esnext.reflect.metadata"
6706
6793
  ],
6707
6794
  "core-js/proposals/relative-indexing-method": [
6795
+ "es.string.at-alternative",
6708
6796
  "esnext.array.at",
6709
6797
  "esnext.typed-array.at"
6710
6798
  ],
@@ -6759,6 +6847,7 @@
6759
6847
  "es.symbol.to-string-tag",
6760
6848
  "es.symbol.unscopables",
6761
6849
  "es.aggregate-error",
6850
+ "es.array.at",
6762
6851
  "es.array.concat",
6763
6852
  "es.array.copy-within",
6764
6853
  "es.array.every",
@@ -6851,6 +6940,7 @@
6851
6940
  "es.object.get-own-property-descriptors",
6852
6941
  "es.object.get-own-property-names",
6853
6942
  "es.object.get-prototype-of",
6943
+ "es.object.has-own",
6854
6944
  "es.object.is",
6855
6945
  "es.object.is-extensible",
6856
6946
  "es.object.is-frozen",
@@ -6891,6 +6981,7 @@
6891
6981
  "es.regexp.test",
6892
6982
  "es.regexp.to-string",
6893
6983
  "es.set",
6984
+ "es.string.at-alternative",
6894
6985
  "es.string.code-point-at",
6895
6986
  "es.string.ends-with",
6896
6987
  "es.string.from-code-point",
@@ -6933,6 +7024,7 @@
6933
7024
  "es.typed-array.uint8-clamped-array",
6934
7025
  "es.typed-array.uint16-array",
6935
7026
  "es.typed-array.uint32-array",
7027
+ "es.typed-array.at",
6936
7028
  "es.typed-array.copy-within",
6937
7029
  "es.typed-array.every",
6938
7030
  "es.typed-array.fill",
@@ -6978,6 +7070,7 @@
6978
7070
  "web.dom-collections.iterator"
6979
7071
  ],
6980
7072
  "core-js/stable/array": [
7073
+ "es.array.at",
6981
7074
  "es.array.concat",
6982
7075
  "es.array.copy-within",
6983
7076
  "es.array.every",
@@ -7026,6 +7119,9 @@
7026
7119
  "core-js/stable/array-buffer/slice": [
7027
7120
  "es.array-buffer.slice"
7028
7121
  ],
7122
+ "core-js/stable/array/at": [
7123
+ "es.array.at"
7124
+ ],
7029
7125
  "core-js/stable/array/concat": [
7030
7126
  "es.array.concat"
7031
7127
  ],
@@ -7121,6 +7217,7 @@
7121
7217
  "es.object.to-string"
7122
7218
  ],
7123
7219
  "core-js/stable/array/virtual": [
7220
+ "es.array.at",
7124
7221
  "es.array.concat",
7125
7222
  "es.array.copy-within",
7126
7223
  "es.array.every",
@@ -7149,6 +7246,9 @@
7149
7246
  "es.array.unscopables.flat-map",
7150
7247
  "es.object.to-string"
7151
7248
  ],
7249
+ "core-js/stable/array/virtual/at": [
7250
+ "es.array.at"
7251
+ ],
7152
7252
  "core-js/stable/array/virtual/concat": [
7153
7253
  "es.array.concat"
7154
7254
  ],
@@ -7324,6 +7424,10 @@
7324
7424
  "core-js/stable/global-this": [
7325
7425
  "es.global-this"
7326
7426
  ],
7427
+ "core-js/stable/instance/at": [
7428
+ "es.array.at",
7429
+ "es.string.at-alternative"
7430
+ ],
7327
7431
  "core-js/stable/instance/bind": [
7328
7432
  "es.function.bind"
7329
7433
  ],
@@ -7628,6 +7732,7 @@
7628
7732
  "es.object.get-own-property-descriptors",
7629
7733
  "es.object.get-own-property-names",
7630
7734
  "es.object.get-prototype-of",
7735
+ "es.object.has-own",
7631
7736
  "es.object.is",
7632
7737
  "es.object.is-extensible",
7633
7738
  "es.object.is-frozen",
@@ -7687,6 +7792,9 @@
7687
7792
  "core-js/stable/object/get-prototype-of": [
7688
7793
  "es.object.get-prototype-of"
7689
7794
  ],
7795
+ "core-js/stable/object/has-own": [
7796
+ "es.object.has-own"
7797
+ ],
7690
7798
  "core-js/stable/object/is": [
7691
7799
  "es.object.is"
7692
7800
  ],
@@ -7901,6 +8009,7 @@
7901
8009
  "core-js/stable/string": [
7902
8010
  "es.object.to-string",
7903
8011
  "es.regexp.exec",
8012
+ "es.string.at-alternative",
7904
8013
  "es.string.code-point-at",
7905
8014
  "es.string.ends-with",
7906
8015
  "es.string.from-code-point",
@@ -7938,6 +8047,9 @@
7938
8047
  "core-js/stable/string/anchor": [
7939
8048
  "es.string.anchor"
7940
8049
  ],
8050
+ "core-js/stable/string/at": [
8051
+ "es.string.at-alternative"
8052
+ ],
7941
8053
  "core-js/stable/string/big": [
7942
8054
  "es.string.big"
7943
8055
  ],
@@ -8052,6 +8164,7 @@
8052
8164
  "core-js/stable/string/virtual": [
8053
8165
  "es.object.to-string",
8054
8166
  "es.regexp.exec",
8167
+ "es.string.at-alternative",
8055
8168
  "es.string.code-point-at",
8056
8169
  "es.string.ends-with",
8057
8170
  "es.string.includes",
@@ -8087,6 +8200,9 @@
8087
8200
  "core-js/stable/string/virtual/anchor": [
8088
8201
  "es.string.anchor"
8089
8202
  ],
8203
+ "core-js/stable/string/virtual/at": [
8204
+ "es.string.at-alternative"
8205
+ ],
8090
8206
  "core-js/stable/string/virtual/big": [
8091
8207
  "es.string.big"
8092
8208
  ],
@@ -8281,6 +8397,7 @@
8281
8397
  "es.typed-array.uint8-clamped-array",
8282
8398
  "es.typed-array.uint16-array",
8283
8399
  "es.typed-array.uint32-array",
8400
+ "es.typed-array.at",
8284
8401
  "es.typed-array.copy-within",
8285
8402
  "es.typed-array.every",
8286
8403
  "es.typed-array.fill",
@@ -8307,6 +8424,9 @@
8307
8424
  "es.typed-array.to-locale-string",
8308
8425
  "es.typed-array.to-string"
8309
8426
  ],
8427
+ "core-js/stable/typed-array/at": [
8428
+ "es.typed-array.at"
8429
+ ],
8310
8430
  "core-js/stable/typed-array/copy-within": [
8311
8431
  "es.typed-array.copy-within"
8312
8432
  ],
@@ -8333,6 +8453,7 @@
8333
8453
  "es.object.to-string",
8334
8454
  "es.string.iterator",
8335
8455
  "es.typed-array.float32-array",
8456
+ "es.typed-array.at",
8336
8457
  "es.typed-array.copy-within",
8337
8458
  "es.typed-array.every",
8338
8459
  "es.typed-array.fill",
@@ -8363,6 +8484,7 @@
8363
8484
  "es.object.to-string",
8364
8485
  "es.string.iterator",
8365
8486
  "es.typed-array.float64-array",
8487
+ "es.typed-array.at",
8366
8488
  "es.typed-array.copy-within",
8367
8489
  "es.typed-array.every",
8368
8490
  "es.typed-array.fill",
@@ -8405,6 +8527,7 @@
8405
8527
  "es.object.to-string",
8406
8528
  "es.string.iterator",
8407
8529
  "es.typed-array.int16-array",
8530
+ "es.typed-array.at",
8408
8531
  "es.typed-array.copy-within",
8409
8532
  "es.typed-array.every",
8410
8533
  "es.typed-array.fill",
@@ -8435,6 +8558,7 @@
8435
8558
  "es.object.to-string",
8436
8559
  "es.string.iterator",
8437
8560
  "es.typed-array.int32-array",
8561
+ "es.typed-array.at",
8438
8562
  "es.typed-array.copy-within",
8439
8563
  "es.typed-array.every",
8440
8564
  "es.typed-array.fill",
@@ -8465,6 +8589,7 @@
8465
8589
  "es.object.to-string",
8466
8590
  "es.string.iterator",
8467
8591
  "es.typed-array.int8-array",
8592
+ "es.typed-array.at",
8468
8593
  "es.typed-array.copy-within",
8469
8594
  "es.typed-array.every",
8470
8595
  "es.typed-array.fill",
@@ -8511,6 +8636,7 @@
8511
8636
  "core-js/stable/typed-array/methods": [
8512
8637
  "es.object.to-string",
8513
8638
  "es.string.iterator",
8639
+ "es.typed-array.at",
8514
8640
  "es.typed-array.copy-within",
8515
8641
  "es.typed-array.every",
8516
8642
  "es.typed-array.fill",
@@ -8574,6 +8700,7 @@
8574
8700
  "es.object.to-string",
8575
8701
  "es.string.iterator",
8576
8702
  "es.typed-array.uint16-array",
8703
+ "es.typed-array.at",
8577
8704
  "es.typed-array.copy-within",
8578
8705
  "es.typed-array.every",
8579
8706
  "es.typed-array.fill",
@@ -8604,6 +8731,7 @@
8604
8731
  "es.object.to-string",
8605
8732
  "es.string.iterator",
8606
8733
  "es.typed-array.uint32-array",
8734
+ "es.typed-array.at",
8607
8735
  "es.typed-array.copy-within",
8608
8736
  "es.typed-array.every",
8609
8737
  "es.typed-array.fill",
@@ -8634,6 +8762,7 @@
8634
8762
  "es.object.to-string",
8635
8763
  "es.string.iterator",
8636
8764
  "es.typed-array.uint8-array",
8765
+ "es.typed-array.at",
8637
8766
  "es.typed-array.copy-within",
8638
8767
  "es.typed-array.every",
8639
8768
  "es.typed-array.fill",
@@ -8664,6 +8793,7 @@
8664
8793
  "es.object.to-string",
8665
8794
  "es.string.iterator",
8666
8795
  "es.typed-array.uint8-clamped-array",
8796
+ "es.typed-array.at",
8667
8797
  "es.typed-array.copy-within",
8668
8798
  "es.typed-array.every",
8669
8799
  "es.typed-array.fill",
@@ -8723,6 +8853,7 @@
8723
8853
  ],
8724
8854
  "core-js/stage": [
8725
8855
  "es.map",
8856
+ "es.string.at-alternative",
8726
8857
  "esnext.aggregate-error",
8727
8858
  "esnext.array.at",
8728
8859
  "esnext.array.filter-out",
@@ -8869,6 +9000,7 @@
8869
9000
  ],
8870
9001
  "core-js/stage/0": [
8871
9002
  "es.map",
9003
+ "es.string.at-alternative",
8872
9004
  "esnext.aggregate-error",
8873
9005
  "esnext.array.at",
8874
9006
  "esnext.array.filter-out",
@@ -9006,6 +9138,7 @@
9006
9138
  ],
9007
9139
  "core-js/stage/1": [
9008
9140
  "es.map",
9141
+ "es.string.at-alternative",
9009
9142
  "esnext.aggregate-error",
9010
9143
  "esnext.array.at",
9011
9144
  "esnext.array.filter-out",
@@ -9134,6 +9267,7 @@
9134
9267
  "esnext.weak-set.of"
9135
9268
  ],
9136
9269
  "core-js/stage/2": [
9270
+ "es.string.at-alternative",
9137
9271
  "esnext.aggregate-error",
9138
9272
  "esnext.array.at",
9139
9273
  "esnext.array.find-last",
@@ -9194,6 +9328,7 @@
9194
9328
  "esnext.weak-map.upsert"
9195
9329
  ],
9196
9330
  "core-js/stage/3": [
9331
+ "es.string.at-alternative",
9197
9332
  "esnext.aggregate-error",
9198
9333
  "esnext.array.at",
9199
9334
  "esnext.array.find-last",
@@ -9210,16 +9345,21 @@
9210
9345
  "esnext.typed-array.find-last-index"
9211
9346
  ],
9212
9347
  "core-js/stage/4": [
9348
+ "es.string.at-alternative",
9213
9349
  "esnext.aggregate-error",
9350
+ "esnext.array.at",
9214
9351
  "esnext.global-this",
9352
+ "esnext.object.has-own",
9215
9353
  "esnext.promise.all-settled",
9216
9354
  "esnext.promise.any",
9217
9355
  "esnext.string.match-all",
9218
9356
  "esnext.string.replace-all",
9219
- "esnext.symbol.replace-all"
9357
+ "esnext.symbol.replace-all",
9358
+ "esnext.typed-array.at"
9220
9359
  ],
9221
9360
  "core-js/stage/pre": [
9222
9361
  "es.map",
9362
+ "es.string.at-alternative",
9223
9363
  "esnext.aggregate-error",
9224
9364
  "esnext.array.at",
9225
9365
  "esnext.array.filter-out",
@@ -392,5 +392,11 @@
392
392
  "esnext.array.group-by",
393
393
  "esnext.typed-array.filter-reject",
394
394
  "esnext.typed-array.group-by"
395
+ ],
396
+ "3.17": [
397
+ "es.array.at",
398
+ "es.object.has-own",
399
+ "es.string.at-alternative",
400
+ "es.typed-array.at"
395
401
  ]
396
402
  }
package/modules.json CHANGED
@@ -15,6 +15,7 @@
15
15
  "es.symbol.to-string-tag",
16
16
  "es.symbol.unscopables",
17
17
  "es.aggregate-error",
18
+ "es.array.at",
18
19
  "es.array.concat",
19
20
  "es.array.copy-within",
20
21
  "es.array.every",
@@ -107,6 +108,7 @@
107
108
  "es.object.get-own-property-descriptors",
108
109
  "es.object.get-own-property-names",
109
110
  "es.object.get-prototype-of",
111
+ "es.object.has-own",
110
112
  "es.object.is",
111
113
  "es.object.is-extensible",
112
114
  "es.object.is-frozen",
@@ -147,6 +149,7 @@
147
149
  "es.regexp.test",
148
150
  "es.regexp.to-string",
149
151
  "es.set",
152
+ "es.string.at-alternative",
150
153
  "es.string.code-point-at",
151
154
  "es.string.ends-with",
152
155
  "es.string.from-code-point",
@@ -189,6 +192,7 @@
189
192
  "es.typed-array.uint8-clamped-array",
190
193
  "es.typed-array.uint16-array",
191
194
  "es.typed-array.uint32-array",
195
+ "es.typed-array.at",
192
196
  "es.typed-array.copy-within",
193
197
  "es.typed-array.every",
194
198
  "es.typed-array.fill",
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",
4
+ "version": "3.17.3",
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.8",
12
+ "browserslist": "^4.17.0",
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": "eaf15afc85003c336f71c113b886aaf6ecb2a807"
20
+ "gitHead": "c65f52bdd73b4ff6eee0bd3ec39ddad901dbfa49"
21
21
  }