core-js-compat 3.1.0 → 3.1.4

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 (2) hide show
  1. package/entries.json +31 -16
  2. package/package.json +5 -5
package/entries.json CHANGED
@@ -291,7 +291,8 @@
291
291
  "web.timers",
292
292
  "web.url",
293
293
  "web.url.to-json",
294
- "web.url-search-params"
294
+ "web.url-search-params",
295
+ "esnext.string.match-all"
295
296
  ],
296
297
  "core-js/es/array-buffer/constructor": [
297
298
  "es.array-buffer.constructor",
@@ -2648,7 +2649,8 @@
2648
2649
  "web.timers",
2649
2650
  "web.url",
2650
2651
  "web.url.to-json",
2651
- "web.url-search-params"
2652
+ "web.url-search-params",
2653
+ "esnext.string.match-all"
2652
2654
  ],
2653
2655
  "core-js/features/instance/at": [
2654
2656
  "esnext.string.at"
@@ -3240,7 +3242,7 @@
3240
3242
  "es.reflect.define-property"
3241
3243
  ],
3242
3244
  "core-js/features/reflect/delete-metadata": [
3243
- "es.reflect.delete-property"
3245
+ "esnext.reflect.delete-metadata"
3244
3246
  ],
3245
3247
  "core-js/features/reflect/delete-property": [
3246
3248
  "es.reflect.delete-property"
@@ -3525,7 +3527,8 @@
3525
3527
  "es.string.sub",
3526
3528
  "es.string.sup",
3527
3529
  "esnext.string.at",
3528
- "esnext.string.replace-all"
3530
+ "esnext.string.replace-all",
3531
+ "esnext.string.match-all"
3529
3532
  ],
3530
3533
  "core-js/features/string/italics": [
3531
3534
  "es.string.italics"
@@ -3537,7 +3540,8 @@
3537
3540
  "es.string.link"
3538
3541
  ],
3539
3542
  "core-js/features/string/match-all": [
3540
- "es.string.match-all"
3543
+ "es.string.match-all",
3544
+ "esnext.string.match-all"
3541
3545
  ],
3542
3546
  "core-js/features/string/match": [
3543
3547
  "es.string.match"
@@ -3663,7 +3667,8 @@
3663
3667
  "es.string.sub",
3664
3668
  "es.string.sup",
3665
3669
  "esnext.string.at",
3666
- "esnext.string.replace-all"
3670
+ "esnext.string.replace-all",
3671
+ "esnext.string.match-all"
3667
3672
  ],
3668
3673
  "core-js/features/string/virtual/italics": [
3669
3674
  "es.string.italics"
@@ -3675,7 +3680,8 @@
3675
3680
  "es.string.link"
3676
3681
  ],
3677
3682
  "core-js/features/string/virtual/match-all": [
3678
- "es.string.match-all"
3683
+ "es.string.match-all",
3684
+ "esnext.string.match-all"
3679
3685
  ],
3680
3686
  "core-js/features/string/virtual/pad-end": [
3681
3687
  "es.string.pad-end"
@@ -4393,7 +4399,8 @@
4393
4399
  "esnext.weak-set.of",
4394
4400
  "web.url",
4395
4401
  "web.url.to-json",
4396
- "web.url-search-params"
4402
+ "web.url-search-params",
4403
+ "esnext.string.match-all"
4397
4404
  ],
4398
4405
  "core-js/proposals/keys-composition": [
4399
4406
  "esnext.composite-key",
@@ -4462,7 +4469,8 @@
4462
4469
  ],
4463
4470
  "core-js/proposals/string-match-all": [
4464
4471
  "es.symbol.match-all",
4465
- "es.string.match-all"
4472
+ "es.string.match-all",
4473
+ "esnext.string.match-all"
4466
4474
  ],
4467
4475
  "core-js/proposals/string-replace-all": [
4468
4476
  "esnext.string.replace-all",
@@ -6303,7 +6311,8 @@
6303
6311
  "esnext.weak-set.of",
6304
6312
  "web.url",
6305
6313
  "web.url.to-json",
6306
- "web.url-search-params"
6314
+ "web.url-search-params",
6315
+ "esnext.string.match-all"
6307
6316
  ],
6308
6317
  "core-js/stage/1": [
6309
6318
  "es.symbol.match-all",
@@ -6375,7 +6384,8 @@
6375
6384
  "esnext.weak-set.add-all",
6376
6385
  "esnext.weak-set.delete-all",
6377
6386
  "esnext.weak-set.from",
6378
- "esnext.weak-set.of"
6387
+ "esnext.weak-set.of",
6388
+ "esnext.string.match-all"
6379
6389
  ],
6380
6390
  "core-js/stage/2": [
6381
6391
  "es.symbol.match-all",
@@ -6390,17 +6400,20 @@
6390
6400
  "esnext.set.symmetric-difference",
6391
6401
  "esnext.set.union",
6392
6402
  "esnext.string.replace-all",
6393
- "esnext.symbol.replace-all"
6403
+ "esnext.symbol.replace-all",
6404
+ "esnext.string.match-all"
6394
6405
  ],
6395
6406
  "core-js/stage/3": [
6396
6407
  "es.symbol.match-all",
6397
6408
  "es.string.match-all",
6398
6409
  "esnext.global-this",
6399
- "esnext.promise.all-settled"
6410
+ "esnext.promise.all-settled",
6411
+ "esnext.string.match-all"
6400
6412
  ],
6401
6413
  "core-js/stage/4": [
6402
6414
  "es.symbol.match-all",
6403
- "es.string.match-all"
6415
+ "es.string.match-all",
6416
+ "esnext.string.match-all"
6404
6417
  ],
6405
6418
  "core-js/stage": [
6406
6419
  "es.symbol.match-all",
@@ -6489,7 +6502,8 @@
6489
6502
  "esnext.weak-set.of",
6490
6503
  "web.url",
6491
6504
  "web.url.to-json",
6492
- "web.url-search-params"
6505
+ "web.url-search-params",
6506
+ "esnext.string.match-all"
6493
6507
  ],
6494
6508
  "core-js/stage/pre": [
6495
6509
  "es.symbol.match-all",
@@ -6578,7 +6592,8 @@
6578
6592
  "esnext.weak-set.of",
6579
6593
  "web.url",
6580
6594
  "web.url.to-json",
6581
- "web.url-search-params"
6595
+ "web.url-search-params",
6596
+ "esnext.string.match-all"
6582
6597
  ],
6583
6598
  "core-js/web/dom-collections": [
6584
6599
  "web.dom-collections.for-each",
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
3
  "description": "core-js compat",
4
- "version": "3.1.0",
4
+ "version": "3.1.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git"
8
8
  },
9
9
  "main": "index.js",
10
10
  "dependencies": {
11
- "browserslist": "^4.6.0",
12
- "core-js-pure": "3.1.0",
13
- "semver": "^6.0.0"
11
+ "browserslist": "^4.6.2",
12
+ "core-js-pure": "3.1.4",
13
+ "semver": "^6.1.1"
14
14
  },
15
15
  "devDependencies": {
16
16
  "detective": "^5.2.0",
17
- "electron-to-chromium": "^1.3.135",
17
+ "electron-to-chromium": "^1.3.161",
18
18
  "glob": "^7.1.4"
19
19
  },
20
20
  "license": "MIT"