electron-to-chromium 1.3.26 → 1.3.30
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 +5 -0
- package/full-chromium-versions.js +37 -36
- package/full-versions.js +20 -19
- package/package.json +4 -1
- package/versions.js +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# Electron-to-Chromium [](https://www.npmjs.com/package/electron-to-chromium) [](https://travis-ci.org/Kilian/electron-to-chromium) [](https://www.npmjs.com/package/electron-to-chromium) [](https://codecov.io/gh/Kilian/electron-to-chromium)
|
|
2
|
+
[](https://app.fossa.io/projects/git%2Bgithub.com%2FKilian%2Felectron-to-chromium?ref=badge_shield)
|
|
2
3
|
|
|
3
4
|
This repository provides a mapping of Electron versions to the Chromium version that it uses.
|
|
4
5
|
|
|
@@ -163,3 +164,7 @@ This package will be updated with each new Electron release.
|
|
|
163
164
|
To update the list, run `npm run build.js`. Requires internet access as it downloads from the canonical list of Electron versions.
|
|
164
165
|
|
|
165
166
|
To verify correct behaviour, run `npm test`.
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## License
|
|
170
|
+
[](https://app.fossa.io/projects/git%2Bgithub.com%2FKilian%2Felectron-to-chromium?ref=badge_large)
|
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
+
"59.0.3071.115": [
|
|
3
|
+
"1.8.2-beta.3",
|
|
4
|
+
"1.8.1",
|
|
5
|
+
"1.8.0"
|
|
6
|
+
],
|
|
7
|
+
"58.0.3029.110": [
|
|
8
|
+
"1.7.10",
|
|
9
|
+
"1.7.9",
|
|
10
|
+
"1.7.8",
|
|
11
|
+
"1.7.7",
|
|
12
|
+
"1.7.6",
|
|
13
|
+
"1.7.5",
|
|
14
|
+
"1.7.4",
|
|
15
|
+
"1.7.3",
|
|
16
|
+
"1.7.2",
|
|
17
|
+
"1.7.1",
|
|
18
|
+
"1.7.0"
|
|
19
|
+
],
|
|
2
20
|
"56.0.2924.87": [
|
|
3
21
|
"1.6.15",
|
|
4
22
|
"1.6.14",
|
|
@@ -17,36 +35,9 @@ module.exports = {
|
|
|
17
35
|
"1.6.1",
|
|
18
36
|
"1.6.0"
|
|
19
37
|
],
|
|
20
|
-
"
|
|
21
|
-
"1.
|
|
22
|
-
"1.
|
|
23
|
-
"1.7.7",
|
|
24
|
-
"1.7.6",
|
|
25
|
-
"1.7.5",
|
|
26
|
-
"1.7.4",
|
|
27
|
-
"1.7.3",
|
|
28
|
-
"1.7.2",
|
|
29
|
-
"1.7.1",
|
|
30
|
-
"1.7.0"
|
|
31
|
-
],
|
|
32
|
-
"59.0.3071.115": [
|
|
33
|
-
"1.8.1",
|
|
34
|
-
"1.8.0"
|
|
35
|
-
],
|
|
36
|
-
"52.0.2743.82": [
|
|
37
|
-
"1.3.15",
|
|
38
|
-
"1.3.14",
|
|
39
|
-
"1.3.13",
|
|
40
|
-
"1.3.10",
|
|
41
|
-
"1.3.9",
|
|
42
|
-
"1.3.7",
|
|
43
|
-
"1.3.6",
|
|
44
|
-
"1.3.5",
|
|
45
|
-
"1.3.4",
|
|
46
|
-
"1.3.3",
|
|
47
|
-
"1.3.2",
|
|
48
|
-
"1.3.1",
|
|
49
|
-
"1.3.0"
|
|
38
|
+
"54.0.2840.101": [
|
|
39
|
+
"1.5.1",
|
|
40
|
+
"1.5.0"
|
|
50
41
|
],
|
|
51
42
|
"53.0.2785.143": [
|
|
52
43
|
"1.4.16",
|
|
@@ -55,15 +46,10 @@ module.exports = {
|
|
|
55
46
|
"1.4.13",
|
|
56
47
|
"1.4.11",
|
|
57
48
|
"1.4.10",
|
|
58
|
-
"1.4.9",
|
|
59
49
|
"1.4.8",
|
|
60
50
|
"1.4.7",
|
|
61
51
|
"1.4.6"
|
|
62
52
|
],
|
|
63
|
-
"54.0.2840.101": [
|
|
64
|
-
"1.5.1",
|
|
65
|
-
"1.5.0"
|
|
66
|
-
],
|
|
67
53
|
"54.0.2840.51": [
|
|
68
54
|
"1.4.12"
|
|
69
55
|
],
|
|
@@ -75,6 +61,21 @@ module.exports = {
|
|
|
75
61
|
"1.4.1",
|
|
76
62
|
"1.4.0"
|
|
77
63
|
],
|
|
64
|
+
"52.0.2743.82": [
|
|
65
|
+
"1.3.15",
|
|
66
|
+
"1.3.14",
|
|
67
|
+
"1.3.13",
|
|
68
|
+
"1.3.10",
|
|
69
|
+
"1.3.9",
|
|
70
|
+
"1.3.7",
|
|
71
|
+
"1.3.6",
|
|
72
|
+
"1.3.5",
|
|
73
|
+
"1.3.4",
|
|
74
|
+
"1.3.3",
|
|
75
|
+
"1.3.2",
|
|
76
|
+
"1.3.1",
|
|
77
|
+
"1.3.0"
|
|
78
|
+
],
|
|
78
79
|
"51.0.2704.106": [
|
|
79
80
|
"1.2.8",
|
|
80
81
|
"1.2.7",
|
|
@@ -132,8 +133,8 @@ module.exports = {
|
|
|
132
133
|
"0.35.4",
|
|
133
134
|
"0.35.3",
|
|
134
135
|
"0.35.2",
|
|
135
|
-
"0.34.4",
|
|
136
136
|
"0.35.1",
|
|
137
|
+
"0.34.4",
|
|
137
138
|
"0.34.3",
|
|
138
139
|
"0.34.2",
|
|
139
140
|
"0.34.1",
|
package/full-versions.js
CHANGED
|
@@ -1,57 +1,58 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"1.
|
|
3
|
-
"1.7.9": "58.0.3029.110",
|
|
2
|
+
"1.8.2-beta.3": "59.0.3071.115",
|
|
4
3
|
"1.8.1": "59.0.3071.115",
|
|
5
|
-
"1.6.14": "56.0.2924.87",
|
|
6
|
-
"1.7.8": "58.0.3029.110",
|
|
7
|
-
"1.6.13": "56.0.2924.87",
|
|
8
4
|
"1.8.0": "59.0.3071.115",
|
|
5
|
+
"1.7.10": "58.0.3029.110",
|
|
6
|
+
"1.7.9": "58.0.3029.110",
|
|
7
|
+
"1.7.8": "58.0.3029.110",
|
|
9
8
|
"1.7.7": "58.0.3029.110",
|
|
10
9
|
"1.7.6": "58.0.3029.110",
|
|
11
|
-
"1.6.12": "56.0.2924.87",
|
|
12
10
|
"1.7.5": "58.0.3029.110",
|
|
13
11
|
"1.7.4": "58.0.3029.110",
|
|
14
12
|
"1.7.3": "58.0.3029.110",
|
|
15
13
|
"1.7.2": "58.0.3029.110",
|
|
16
|
-
"1.6.11": "56.0.2924.87",
|
|
17
14
|
"1.7.1": "58.0.3029.110",
|
|
18
|
-
"1.6.10": "56.0.2924.87",
|
|
19
15
|
"1.7.0": "58.0.3029.110",
|
|
16
|
+
"1.6.15": "56.0.2924.87",
|
|
17
|
+
"1.6.14": "56.0.2924.87",
|
|
18
|
+
"1.6.13": "56.0.2924.87",
|
|
19
|
+
"1.6.12": "56.0.2924.87",
|
|
20
|
+
"1.6.11": "56.0.2924.87",
|
|
21
|
+
"1.6.10": "56.0.2924.87",
|
|
20
22
|
"1.6.9": "56.0.2924.87",
|
|
21
23
|
"1.6.8": "56.0.2924.87",
|
|
22
|
-
"1.3.15": "52.0.2743.82",
|
|
23
24
|
"1.6.7": "56.0.2924.87",
|
|
24
25
|
"1.6.6": "56.0.2924.87",
|
|
25
|
-
"1.4.16": "53.0.2785.143",
|
|
26
26
|
"1.6.5": "56.0.2924.87",
|
|
27
27
|
"1.6.4": "56.0.2924.87",
|
|
28
|
-
"1.3.14": "52.0.2743.82",
|
|
29
28
|
"1.6.3": "56.0.2924.87",
|
|
30
29
|
"1.6.2": "56.0.2924.87",
|
|
31
30
|
"1.6.1": "56.0.2924.87",
|
|
32
31
|
"1.6.0": "56.0.2924.87",
|
|
33
32
|
"1.5.1": "54.0.2840.101",
|
|
34
33
|
"1.5.0": "54.0.2840.101",
|
|
34
|
+
"1.4.16": "53.0.2785.143",
|
|
35
35
|
"1.4.15": "53.0.2785.143",
|
|
36
36
|
"1.4.14": "53.0.2785.143",
|
|
37
37
|
"1.4.13": "53.0.2785.143",
|
|
38
38
|
"1.4.12": "54.0.2840.51",
|
|
39
39
|
"1.4.11": "53.0.2785.143",
|
|
40
|
-
"1.3.13": "52.0.2743.82",
|
|
41
40
|
"1.4.10": "53.0.2785.143",
|
|
42
|
-
"1.4.9": "53.0.2785.143",
|
|
43
41
|
"1.4.8": "53.0.2785.143",
|
|
44
|
-
"1.3.10": "52.0.2743.82",
|
|
45
|
-
"1.3.9": "52.0.2743.82",
|
|
46
42
|
"1.4.7": "53.0.2785.143",
|
|
47
43
|
"1.4.6": "53.0.2785.143",
|
|
48
44
|
"1.4.5": "53.0.2785.113",
|
|
49
45
|
"1.4.4": "53.0.2785.113",
|
|
50
46
|
"1.4.3": "53.0.2785.113",
|
|
51
47
|
"1.4.2": "53.0.2785.113",
|
|
52
|
-
"1.3.7": "52.0.2743.82",
|
|
53
48
|
"1.4.1": "53.0.2785.113",
|
|
54
49
|
"1.4.0": "53.0.2785.113",
|
|
50
|
+
"1.3.15": "52.0.2743.82",
|
|
51
|
+
"1.3.14": "52.0.2743.82",
|
|
52
|
+
"1.3.13": "52.0.2743.82",
|
|
53
|
+
"1.3.10": "52.0.2743.82",
|
|
54
|
+
"1.3.9": "52.0.2743.82",
|
|
55
|
+
"1.3.7": "52.0.2743.82",
|
|
55
56
|
"1.3.6": "52.0.2743.82",
|
|
56
57
|
"1.3.5": "52.0.2743.82",
|
|
57
58
|
"1.3.4": "52.0.2743.82",
|
|
@@ -81,9 +82,9 @@ module.exports = {
|
|
|
81
82
|
"0.37.5": "49.0.2623.75",
|
|
82
83
|
"0.37.4": "49.0.2623.75",
|
|
83
84
|
"0.37.3": "49.0.2623.75",
|
|
84
|
-
"0.36.12": "47.0.2526.110",
|
|
85
85
|
"0.37.1": "49.0.2623.75",
|
|
86
86
|
"0.37.0": "49.0.2623.75",
|
|
87
|
+
"0.36.12": "47.0.2526.110",
|
|
87
88
|
"0.36.11": "47.0.2526.110",
|
|
88
89
|
"0.36.10": "47.0.2526.110",
|
|
89
90
|
"0.36.9": "47.0.2526.110",
|
|
@@ -93,14 +94,14 @@ module.exports = {
|
|
|
93
94
|
"0.36.5": "47.0.2526.110",
|
|
94
95
|
"0.36.4": "47.0.2526.73",
|
|
95
96
|
"0.36.3": "47.0.2526.73",
|
|
96
|
-
"0.35.5": "45.0.2454.85",
|
|
97
97
|
"0.36.2": "47.0.2526.73",
|
|
98
98
|
"0.36.0": "47.0.2526.73",
|
|
99
|
+
"0.35.5": "45.0.2454.85",
|
|
99
100
|
"0.35.4": "45.0.2454.85",
|
|
100
101
|
"0.35.3": "45.0.2454.85",
|
|
101
102
|
"0.35.2": "45.0.2454.85",
|
|
102
|
-
"0.34.4": "45.0.2454.85",
|
|
103
103
|
"0.35.1": "45.0.2454.85",
|
|
104
|
+
"0.34.4": "45.0.2454.85",
|
|
104
105
|
"0.34.3": "45.0.2454.85",
|
|
105
106
|
"0.34.2": "45.0.2454.85",
|
|
106
107
|
"0.34.1": "45.0.2454.85",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-to-chromium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.30",
|
|
4
4
|
"description": "Provides a list of electron-to-chromium version mappings",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -32,5 +32,8 @@
|
|
|
32
32
|
"nyc": "^10.2.0",
|
|
33
33
|
"request": "^2.79.0",
|
|
34
34
|
"shelljs": "^0.7.6"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"electron-releases": "^2.1.0"
|
|
35
38
|
}
|
|
36
39
|
}
|