core-js-compat 3.17.3 → 3.18.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/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.17', // used `core-js` version, by default - the latest
10
+ version: '3.18', // 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.17'); // => Array<ModuleName>
95
+ require('core-js-compat/get-modules-list-for-target-version')('3.18'); // => Array<ModuleName>
96
96
  // or
97
- require('core-js-compat').getModulesListForTargetVersion('3.17'); // => Array<ModuleName>
97
+ require('core-js-compat').getModulesListForTargetVersion('3.18'); // => 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
@@ -424,7 +424,7 @@
424
424
  "deno": "1.0",
425
425
  "edge": "12",
426
426
  "electron": "1.2",
427
- "firefox": "4",
427
+ "firefox": "47",
428
428
  "ie": "9",
429
429
  "ios": "8.0",
430
430
  "node": "6.5",
@@ -486,7 +486,7 @@
486
486
  "deno": "1.0",
487
487
  "edge": "12",
488
488
  "electron": "1.2",
489
- "firefox": "4",
489
+ "firefox": "47",
490
490
  "ie": "9",
491
491
  "ios": "8.0",
492
492
  "node": "6.5",
@@ -1377,7 +1377,7 @@
1377
1377
  "android": "37",
1378
1378
  "chrome": "35",
1379
1379
  "deno": "1.0",
1380
- "edge": "13",
1380
+ "edge": "74",
1381
1381
  "electron": "0.20",
1382
1382
  "firefox": "39",
1383
1383
  "ios": "11.0",
@@ -1391,7 +1391,7 @@
1391
1391
  "android": "37",
1392
1392
  "chrome": "35",
1393
1393
  "deno": "1.0",
1394
- "edge": "13",
1394
+ "edge": "74",
1395
1395
  "electron": "0.20",
1396
1396
  "firefox": "39",
1397
1397
  "ios": "9.0",
@@ -1822,7 +1822,7 @@
1822
1822
  "android": "37",
1823
1823
  "chrome": "35",
1824
1824
  "deno": "1.0",
1825
- "edge": "12",
1825
+ "edge": "74",
1826
1826
  "electron": "0.20",
1827
1827
  "firefox": "8",
1828
1828
  "ie": "8",
@@ -1838,7 +1838,7 @@
1838
1838
  "android": "37",
1839
1839
  "chrome": "35",
1840
1840
  "deno": "1.0",
1841
- "edge": "12",
1841
+ "edge": "74",
1842
1842
  "electron": "0.20",
1843
1843
  "firefox": "21",
1844
1844
  "ie": "9",
@@ -3268,6 +3268,7 @@
3268
3268
  "safari": "14.0",
3269
3269
  "samsung": "14.0"
3270
3270
  },
3271
+ "esnext.array.from-async": {},
3271
3272
  "esnext.array.at": {
3272
3273
  "android": "92",
3273
3274
  "chrome": "92",
@@ -3475,6 +3476,7 @@
3475
3476
  "esnext.symbol.observable": {},
3476
3477
  "esnext.symbol.pattern-match": {},
3477
3478
  "esnext.symbol.replace-all": {},
3479
+ "esnext.typed-array.from-async": {},
3478
3480
  "esnext.typed-array.at": {
3479
3481
  "android": "92",
3480
3482
  "chrome": "92",
package/entries.json CHANGED
@@ -223,6 +223,7 @@
223
223
  "es.weak-map",
224
224
  "es.weak-set",
225
225
  "esnext.aggregate-error",
226
+ "esnext.array.from-async",
226
227
  "esnext.array.at",
227
228
  "esnext.array.filter-out",
228
229
  "esnext.array.filter-reject",
@@ -346,6 +347,7 @@
346
347
  "esnext.symbol.observable",
347
348
  "esnext.symbol.pattern-match",
348
349
  "esnext.symbol.replace-all",
350
+ "esnext.typed-array.from-async",
349
351
  "esnext.typed-array.at",
350
352
  "esnext.typed-array.filter-out",
351
353
  "esnext.typed-array.filter-reject",
@@ -2549,6 +2551,7 @@
2549
2551
  "es.weak-map",
2550
2552
  "es.weak-set",
2551
2553
  "esnext.aggregate-error",
2554
+ "esnext.array.from-async",
2552
2555
  "esnext.array.at",
2553
2556
  "esnext.array.filter-out",
2554
2557
  "esnext.array.filter-reject",
@@ -2672,6 +2675,7 @@
2672
2675
  "esnext.symbol.observable",
2673
2676
  "esnext.symbol.pattern-match",
2674
2677
  "esnext.symbol.replace-all",
2678
+ "esnext.typed-array.from-async",
2675
2679
  "esnext.typed-array.at",
2676
2680
  "esnext.typed-array.filter-out",
2677
2681
  "esnext.typed-array.filter-reject",
@@ -2737,7 +2741,9 @@
2737
2741
  "es.array.unscopables.flat-map",
2738
2742
  "es.map",
2739
2743
  "es.object.to-string",
2744
+ "es.promise",
2740
2745
  "es.string.iterator",
2746
+ "esnext.array.from-async",
2741
2747
  "esnext.array.at",
2742
2748
  "esnext.array.filter-out",
2743
2749
  "esnext.array.filter-reject",
@@ -2821,6 +2827,13 @@
2821
2827
  "es.array.from",
2822
2828
  "es.string.iterator"
2823
2829
  ],
2830
+ "core-js/features/array/from-async": [
2831
+ "es.array.iterator",
2832
+ "es.object.to-string",
2833
+ "es.promise",
2834
+ "es.string.iterator",
2835
+ "esnext.array.from-async"
2836
+ ],
2824
2837
  "core-js/features/array/group-by": [
2825
2838
  "esnext.array.group-by"
2826
2839
  ],
@@ -4722,6 +4735,7 @@
4722
4735
  "core-js/features/typed-array": [
4723
4736
  "es.map",
4724
4737
  "es.object.to-string",
4738
+ "es.promise",
4725
4739
  "es.string.iterator",
4726
4740
  "es.typed-array.float32-array",
4727
4741
  "es.typed-array.float64-array",
@@ -4758,6 +4772,7 @@
4758
4772
  "es.typed-array.subarray",
4759
4773
  "es.typed-array.to-locale-string",
4760
4774
  "es.typed-array.to-string",
4775
+ "esnext.typed-array.from-async",
4761
4776
  "esnext.typed-array.at",
4762
4777
  "esnext.typed-array.filter-out",
4763
4778
  "esnext.typed-array.filter-reject",
@@ -4888,6 +4903,9 @@
4888
4903
  "core-js/features/typed-array/from": [
4889
4904
  "es.typed-array.from"
4890
4905
  ],
4906
+ "core-js/features/typed-array/from-async": [
4907
+ "esnext.typed-array.from-async"
4908
+ ],
4891
4909
  "core-js/features/typed-array/group-by": [
4892
4910
  "esnext.typed-array.group-by"
4893
4911
  ],
@@ -6032,6 +6050,9 @@
6032
6050
  "core-js/modules/esnext.array.find-last-index": [
6033
6051
  "esnext.array.find-last-index"
6034
6052
  ],
6053
+ "core-js/modules/esnext.array.from-async": [
6054
+ "esnext.array.from-async"
6055
+ ],
6035
6056
  "core-js/modules/esnext.array.group-by": [
6036
6057
  "esnext.array.group-by"
6037
6058
  ],
@@ -6404,6 +6425,9 @@
6404
6425
  "core-js/modules/esnext.typed-array.find-last-index": [
6405
6426
  "esnext.typed-array.find-last-index"
6406
6427
  ],
6428
+ "core-js/modules/esnext.typed-array.from-async": [
6429
+ "esnext.typed-array.from-async"
6430
+ ],
6407
6431
  "core-js/modules/esnext.typed-array.group-by": [
6408
6432
  "esnext.typed-array.group-by"
6409
6433
  ],
@@ -6465,6 +6489,7 @@
6465
6489
  "es.map",
6466
6490
  "es.string.at-alternative",
6467
6491
  "esnext.aggregate-error",
6492
+ "esnext.array.from-async",
6468
6493
  "esnext.array.at",
6469
6494
  "esnext.array.filter-out",
6470
6495
  "esnext.array.filter-reject",
@@ -6588,6 +6613,7 @@
6588
6613
  "esnext.symbol.observable",
6589
6614
  "esnext.symbol.pattern-match",
6590
6615
  "esnext.symbol.replace-all",
6616
+ "esnext.typed-array.from-async",
6591
6617
  "esnext.typed-array.at",
6592
6618
  "esnext.typed-array.filter-out",
6593
6619
  "esnext.typed-array.filter-reject",
@@ -6623,6 +6649,10 @@
6623
6649
  "esnext.typed-array.find-last",
6624
6650
  "esnext.typed-array.find-last-index"
6625
6651
  ],
6652
+ "core-js/proposals/array-from-async": [
6653
+ "esnext.array.from-async",
6654
+ "esnext.typed-array.from-async"
6655
+ ],
6626
6656
  "core-js/proposals/array-grouping": [
6627
6657
  "esnext.array.group-by",
6628
6658
  "esnext.typed-array.group-by"
@@ -8855,6 +8885,7 @@
8855
8885
  "es.map",
8856
8886
  "es.string.at-alternative",
8857
8887
  "esnext.aggregate-error",
8888
+ "esnext.array.from-async",
8858
8889
  "esnext.array.at",
8859
8890
  "esnext.array.filter-out",
8860
8891
  "esnext.array.filter-reject",
@@ -8978,6 +9009,7 @@
8978
9009
  "esnext.symbol.observable",
8979
9010
  "esnext.symbol.pattern-match",
8980
9011
  "esnext.symbol.replace-all",
9012
+ "esnext.typed-array.from-async",
8981
9013
  "esnext.typed-array.at",
8982
9014
  "esnext.typed-array.filter-out",
8983
9015
  "esnext.typed-array.filter-reject",
@@ -9002,6 +9034,7 @@
9002
9034
  "es.map",
9003
9035
  "es.string.at-alternative",
9004
9036
  "esnext.aggregate-error",
9037
+ "esnext.array.from-async",
9005
9038
  "esnext.array.at",
9006
9039
  "esnext.array.filter-out",
9007
9040
  "esnext.array.filter-reject",
@@ -9116,6 +9149,7 @@
9116
9149
  "esnext.symbol.observable",
9117
9150
  "esnext.symbol.pattern-match",
9118
9151
  "esnext.symbol.replace-all",
9152
+ "esnext.typed-array.from-async",
9119
9153
  "esnext.typed-array.at",
9120
9154
  "esnext.typed-array.filter-out",
9121
9155
  "esnext.typed-array.filter-reject",
@@ -9140,6 +9174,7 @@
9140
9174
  "es.map",
9141
9175
  "es.string.at-alternative",
9142
9176
  "esnext.aggregate-error",
9177
+ "esnext.array.from-async",
9143
9178
  "esnext.array.at",
9144
9179
  "esnext.array.filter-out",
9145
9180
  "esnext.array.filter-reject",
@@ -9249,6 +9284,7 @@
9249
9284
  "esnext.symbol.observable",
9250
9285
  "esnext.symbol.pattern-match",
9251
9286
  "esnext.symbol.replace-all",
9287
+ "esnext.typed-array.from-async",
9252
9288
  "esnext.typed-array.at",
9253
9289
  "esnext.typed-array.filter-out",
9254
9290
  "esnext.typed-array.filter-reject",
@@ -9361,6 +9397,7 @@
9361
9397
  "es.map",
9362
9398
  "es.string.at-alternative",
9363
9399
  "esnext.aggregate-error",
9400
+ "esnext.array.from-async",
9364
9401
  "esnext.array.at",
9365
9402
  "esnext.array.filter-out",
9366
9403
  "esnext.array.filter-reject",
@@ -9484,6 +9521,7 @@
9484
9521
  "esnext.symbol.observable",
9485
9522
  "esnext.symbol.pattern-match",
9486
9523
  "esnext.symbol.replace-all",
9524
+ "esnext.typed-array.from-async",
9487
9525
  "esnext.typed-array.at",
9488
9526
  "esnext.typed-array.filter-out",
9489
9527
  "esnext.typed-array.filter-reject",
@@ -398,5 +398,9 @@
398
398
  "es.object.has-own",
399
399
  "es.string.at-alternative",
400
400
  "es.typed-array.at"
401
+ ],
402
+ "3.18": [
403
+ "esnext.array.from-async",
404
+ "esnext.typed-array.from-async"
401
405
  ]
402
406
  }
package/modules.json CHANGED
@@ -222,6 +222,7 @@
222
222
  "es.weak-map",
223
223
  "es.weak-set",
224
224
  "esnext.aggregate-error",
225
+ "esnext.array.from-async",
225
226
  "esnext.array.at",
226
227
  "esnext.array.filter-out",
227
228
  "esnext.array.filter-reject",
@@ -345,6 +346,7 @@
345
346
  "esnext.symbol.observable",
346
347
  "esnext.symbol.pattern-match",
347
348
  "esnext.symbol.replace-all",
349
+ "esnext.typed-array.from-async",
348
350
  "esnext.typed-array.at",
349
351
  "esnext.typed-array.filter-out",
350
352
  "esnext.typed-array.filter-reject",
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.17.3",
4
+ "version": "3.18.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",
@@ -17,5 +17,5 @@
17
17
  "url": "https://opencollective.com/core-js"
18
18
  },
19
19
  "license": "MIT",
20
- "gitHead": "c65f52bdd73b4ff6eee0bd3ec39ddad901dbfa49"
20
+ "gitHead": "272ac1b4515c5cfbf348b069f1da829165a7181e"
21
21
  }