core-js-compat 3.3.6 → 3.4.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/data.json +10 -0
- package/entries.json +12 -3
- package/modules-by-versions.json +3 -0
- package/package.json +2 -2
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",
|
package/entries.json
CHANGED
|
@@ -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
|
],
|
|
@@ -3092,7 +3094,9 @@
|
|
|
3092
3094
|
"core-js/features/json": [
|
|
3093
3095
|
"es.json.to-string-tag"
|
|
3094
3096
|
],
|
|
3095
|
-
"core-js/features/json/stringify": [
|
|
3097
|
+
"core-js/features/json/stringify": [
|
|
3098
|
+
"es.json.stringify"
|
|
3099
|
+
],
|
|
3096
3100
|
"core-js/features/json/to-string-tag": [
|
|
3097
3101
|
"es.json.to-string-tag"
|
|
3098
3102
|
],
|
|
@@ -5537,7 +5541,9 @@
|
|
|
5537
5541
|
"core-js/stable/json": [
|
|
5538
5542
|
"es.json.to-string-tag"
|
|
5539
5543
|
],
|
|
5540
|
-
"core-js/stable/json/stringify": [
|
|
5544
|
+
"core-js/stable/json/stringify": [
|
|
5545
|
+
"es.json.stringify"
|
|
5546
|
+
],
|
|
5541
5547
|
"core-js/stable/json/to-string-tag": [
|
|
5542
5548
|
"es.json.to-string-tag"
|
|
5543
5549
|
],
|
|
@@ -7284,6 +7290,9 @@
|
|
|
7284
7290
|
"core-js/modules/es.global-this": [
|
|
7285
7291
|
"es.global-this"
|
|
7286
7292
|
],
|
|
7293
|
+
"core-js/modules/es.json.stringify": [
|
|
7294
|
+
"es.json.stringify"
|
|
7295
|
+
],
|
|
7287
7296
|
"core-js/modules/es.json.to-string-tag": [
|
|
7288
7297
|
"es.json.to-string-tag"
|
|
7289
7298
|
],
|
package/modules-by-versions.json
CHANGED
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.
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"detective": "^5.2.0",
|
|
16
|
-
"electron-to-chromium": "^1.3.
|
|
16
|
+
"electron-to-chromium": "^1.3.303",
|
|
17
17
|
"glob": "^7.1.5"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT"
|