core-js-compat 3.19.2 → 3.20.2

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.
@@ -402,5 +402,29 @@
402
402
  "3.18": [
403
403
  "esnext.array.from-async",
404
404
  "esnext.typed-array.from-async"
405
+ ],
406
+ "3.20": [
407
+ "es.error.cause",
408
+ "es.error.to-string",
409
+ "es.aggregate-error.cause",
410
+ "es.number.to-exponential",
411
+ "esnext.array.group-by-to-map",
412
+ "esnext.array.to-reversed",
413
+ "esnext.array.to-sorted",
414
+ "esnext.array.to-spliced",
415
+ "esnext.array.with",
416
+ "esnext.function.is-callable",
417
+ "esnext.function.is-constructor",
418
+ "esnext.function.un-this",
419
+ "esnext.iterator.to-async",
420
+ "esnext.string.cooked",
421
+ "esnext.typed-array.to-reversed",
422
+ "esnext.typed-array.to-sorted",
423
+ "esnext.typed-array.to-spliced",
424
+ "esnext.typed-array.with",
425
+ "web.dom-exception.constructor",
426
+ "web.dom-exception.stack",
427
+ "web.dom-exception.to-string-tag",
428
+ "web.structured-clone"
405
429
  ]
406
430
  }
package/modules.json CHANGED
@@ -14,7 +14,10 @@
14
14
  "es.symbol.to-primitive",
15
15
  "es.symbol.to-string-tag",
16
16
  "es.symbol.unscopables",
17
+ "es.error.cause",
18
+ "es.error.to-string",
17
19
  "es.aggregate-error",
20
+ "es.aggregate-error.cause",
18
21
  "es.array.at",
19
22
  "es.array.concat",
20
23
  "es.array.copy-within",
@@ -93,6 +96,7 @@
93
96
  "es.number.min-safe-integer",
94
97
  "es.number.parse-float",
95
98
  "es.number.parse-int",
99
+ "es.number.to-exponential",
96
100
  "es.number.to-fixed",
97
101
  "es.number.to-precision",
98
102
  "es.object.assign",
@@ -229,10 +233,15 @@
229
233
  "esnext.array.find-last",
230
234
  "esnext.array.find-last-index",
231
235
  "esnext.array.group-by",
236
+ "esnext.array.group-by-to-map",
232
237
  "esnext.array.is-template-object",
233
238
  "esnext.array.last-index",
234
239
  "esnext.array.last-item",
240
+ "esnext.array.to-reversed",
241
+ "esnext.array.to-sorted",
242
+ "esnext.array.to-spliced",
235
243
  "esnext.array.unique-by",
244
+ "esnext.array.with",
236
245
  "esnext.async-iterator.constructor",
237
246
  "esnext.async-iterator.as-indexed-pairs",
238
247
  "esnext.async-iterator.drop",
@@ -250,6 +259,9 @@
250
259
  "esnext.bigint.range",
251
260
  "esnext.composite-key",
252
261
  "esnext.composite-symbol",
262
+ "esnext.function.is-callable",
263
+ "esnext.function.is-constructor",
264
+ "esnext.function.un-this",
253
265
  "esnext.global-this",
254
266
  "esnext.iterator.constructor",
255
267
  "esnext.iterator.as-indexed-pairs",
@@ -265,6 +277,7 @@
265
277
  "esnext.iterator.some",
266
278
  "esnext.iterator.take",
267
279
  "esnext.iterator.to-array",
280
+ "esnext.iterator.to-async",
268
281
  "esnext.map.delete-all",
269
282
  "esnext.map.emplace",
270
283
  "esnext.map.every",
@@ -336,6 +349,7 @@
336
349
  "esnext.set.symmetric-difference",
337
350
  "esnext.set.union",
338
351
  "esnext.string.at",
352
+ "esnext.string.cooked",
339
353
  "esnext.string.code-points",
340
354
  "esnext.string.match-all",
341
355
  "esnext.string.replace-all",
@@ -353,7 +367,11 @@
353
367
  "esnext.typed-array.find-last",
354
368
  "esnext.typed-array.find-last-index",
355
369
  "esnext.typed-array.group-by",
370
+ "esnext.typed-array.to-reversed",
371
+ "esnext.typed-array.to-sorted",
372
+ "esnext.typed-array.to-spliced",
356
373
  "esnext.typed-array.unique-by",
374
+ "esnext.typed-array.with",
357
375
  "esnext.weak-map.delete-all",
358
376
  "esnext.weak-map.from",
359
377
  "esnext.weak-map.of",
@@ -365,8 +383,12 @@
365
383
  "esnext.weak-set.of",
366
384
  "web.dom-collections.for-each",
367
385
  "web.dom-collections.iterator",
386
+ "web.dom-exception.constructor",
387
+ "web.dom-exception.stack",
388
+ "web.dom-exception.to-string-tag",
368
389
  "web.immediate",
369
390
  "web.queue-microtask",
391
+ "web.structured-clone",
370
392
  "web.timers",
371
393
  "web.url",
372
394
  "web.url.to-json",
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.19.2",
4
+ "version": "3.20.2",
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.18.1",
12
+ "browserslist": "^4.19.1",
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": "e49b7f34f7b3a10cc88e1210431508c7a58e069b"
20
+ "gitHead": "da1bf15799afc93d4985392a5d1ce5468db1bdd8"
21
21
  }