core-js-compat 3.3.5 → 3.4.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.
package/data.json CHANGED
@@ -662,6 +662,16 @@
662
662
  "electron": "5.0",
663
663
  "ios": "13.0"
664
664
  },
665
+ "es.json.stringify": {
666
+ "chrome": "72",
667
+ "firefox": "64",
668
+ "safari": "12.1",
669
+ "edge": "74",
670
+ "opera": "59",
671
+ "node": "12.0",
672
+ "electron": "5.0",
673
+ "ios": "13.0"
674
+ },
665
675
  "es.json.to-string-tag": {
666
676
  "edge": "15",
667
677
  "chrome": "50",
@@ -1627,7 +1637,8 @@
1627
1637
  "es.string.match-all": {
1628
1638
  "chrome": "80",
1629
1639
  "edge": "80",
1630
- "opera": "67"
1640
+ "opera": "67",
1641
+ "electron": "8.0"
1631
1642
  },
1632
1643
  "es.string.pad-end": {
1633
1644
  "edge": "15",
@@ -2402,7 +2413,8 @@
2402
2413
  "esnext.string.match-all": {
2403
2414
  "chrome": "80",
2404
2415
  "edge": "80",
2405
- "opera": "67"
2416
+ "opera": "67",
2417
+ "electron": "8.0"
2406
2418
  },
2407
2419
  "esnext.string.replace-all": {},
2408
2420
  "esnext.symbol.async-dispose": {},
package/entries.json CHANGED
@@ -615,7 +615,7 @@
615
615
  "es.function.bind"
616
616
  ],
617
617
  "core-js/es/global-this": [
618
- "esnext.global-this"
618
+ "es.global-this"
619
619
  ],
620
620
  "core-js/es": [
621
621
  "es.symbol",
@@ -943,7 +943,9 @@
943
943
  "core-js/es/json": [
944
944
  "es.json.to-string-tag"
945
945
  ],
946
- "core-js/es/json/stringify": [],
946
+ "core-js/es/json/stringify": [
947
+ "es.json.stringify"
948
+ ],
947
949
  "core-js/es/json/to-string-tag": [
948
950
  "es.json.to-string-tag"
949
951
  ],
@@ -2520,6 +2522,7 @@
2520
2522
  "web.dom-collections.iterator"
2521
2523
  ],
2522
2524
  "core-js/features/global-this": [
2525
+ "es.global-this",
2523
2526
  "esnext.global-this"
2524
2527
  ],
2525
2528
  "core-js/features": [
@@ -3091,7 +3094,9 @@
3091
3094
  "core-js/features/json": [
3092
3095
  "es.json.to-string-tag"
3093
3096
  ],
3094
- "core-js/features/json/stringify": [],
3097
+ "core-js/features/json/stringify": [
3098
+ "es.json.stringify"
3099
+ ],
3095
3100
  "core-js/features/json/to-string-tag": [
3096
3101
  "es.json.to-string-tag"
3097
3102
  ],
@@ -5196,7 +5201,7 @@
5196
5201
  "es.function.bind"
5197
5202
  ],
5198
5203
  "core-js/stable/global-this": [
5199
- "esnext.global-this"
5204
+ "es.global-this"
5200
5205
  ],
5201
5206
  "core-js/stable": [
5202
5207
  "es.symbol",
@@ -5536,7 +5541,9 @@
5536
5541
  "core-js/stable/json": [
5537
5542
  "es.json.to-string-tag"
5538
5543
  ],
5539
- "core-js/stable/json/stringify": [],
5544
+ "core-js/stable/json/stringify": [
5545
+ "es.json.stringify"
5546
+ ],
5540
5547
  "core-js/stable/json/to-string-tag": [
5541
5548
  "es.json.to-string-tag"
5542
5549
  ],
@@ -7283,6 +7290,9 @@
7283
7290
  "core-js/modules/es.global-this": [
7284
7291
  "es.global-this"
7285
7292
  ],
7293
+ "core-js/modules/es.json.stringify": [
7294
+ "es.json.stringify"
7295
+ ],
7286
7296
  "core-js/modules/es.json.to-string-tag": [
7287
7297
  "es.json.to-string-tag"
7288
7298
  ],
@@ -334,5 +334,8 @@
334
334
  "esnext.iterator.to-array",
335
335
  "esnext.map.upsert",
336
336
  "esnext.weak-map.upsert"
337
+ ],
338
+ "3.4": [
339
+ "es.json.stringify"
337
340
  ]
338
341
  }
package/package.json CHANGED
@@ -1,20 +1,24 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
3
  "description": "core-js compat",
4
- "version": "3.3.5",
4
+ "version": "3.4.2",
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.7.2",
11
+ "browserslist": "^4.7.3",
12
12
  "semver": "^6.3.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "detective": "^5.2.0",
16
- "electron-to-chromium": "^1.3.296",
17
- "glob": "^7.1.5"
16
+ "electron-to-chromium": "^1.3.308",
17
+ "glob": "^7.1.6"
18
+ },
19
+ "funding": {
20
+ "type": "opencollective",
21
+ "url": "https://opencollective.com/core-js"
18
22
  },
19
23
  "license": "MIT"
20
24
  }