es-check 9.5.0 → 9.5.1
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/lib/constants/versions.js +38 -3
- package/package.json +1 -1
|
@@ -77,6 +77,11 @@ const BROWSER_TO_ES_VERSION = {
|
|
|
77
77
|
18: 9,
|
|
78
78
|
79: 10,
|
|
79
79
|
80: 11,
|
|
80
|
+
85: 12,
|
|
81
|
+
93: 13,
|
|
82
|
+
97: 14,
|
|
83
|
+
117: 15,
|
|
84
|
+
136: 16,
|
|
80
85
|
},
|
|
81
86
|
firefox: {
|
|
82
87
|
52: 6,
|
|
@@ -85,6 +90,11 @@ const BROWSER_TO_ES_VERSION = {
|
|
|
85
90
|
65: 9,
|
|
86
91
|
70: 10,
|
|
87
92
|
75: 11,
|
|
93
|
+
79: 12,
|
|
94
|
+
90: 13,
|
|
95
|
+
104: 14,
|
|
96
|
+
119: 15,
|
|
97
|
+
134: 16,
|
|
88
98
|
},
|
|
89
99
|
chrome: {
|
|
90
100
|
51: 6,
|
|
@@ -93,6 +103,11 @@ const BROWSER_TO_ES_VERSION = {
|
|
|
93
103
|
70: 9,
|
|
94
104
|
75: 10,
|
|
95
105
|
80: 11,
|
|
106
|
+
85: 12,
|
|
107
|
+
93: 13,
|
|
108
|
+
97: 14,
|
|
109
|
+
117: 15,
|
|
110
|
+
136: 16,
|
|
96
111
|
},
|
|
97
112
|
safari: {
|
|
98
113
|
10: 6,
|
|
@@ -101,6 +116,11 @@ const BROWSER_TO_ES_VERSION = {
|
|
|
101
116
|
12: 9,
|
|
102
117
|
13: 10,
|
|
103
118
|
13.1: 11,
|
|
119
|
+
14: 12,
|
|
120
|
+
14.1: 13,
|
|
121
|
+
15.4: 14,
|
|
122
|
+
17: 15,
|
|
123
|
+
18.2: 16,
|
|
104
124
|
},
|
|
105
125
|
opera: {
|
|
106
126
|
38: 6,
|
|
@@ -109,6 +129,11 @@ const BROWSER_TO_ES_VERSION = {
|
|
|
109
129
|
57: 9,
|
|
110
130
|
62: 10,
|
|
111
131
|
67: 11,
|
|
132
|
+
71: 12,
|
|
133
|
+
79: 13,
|
|
134
|
+
83: 14,
|
|
135
|
+
103: 15,
|
|
136
|
+
121: 16,
|
|
112
137
|
},
|
|
113
138
|
ios_saf: {
|
|
114
139
|
10: 6,
|
|
@@ -117,14 +142,24 @@ const BROWSER_TO_ES_VERSION = {
|
|
|
117
142
|
12: 9,
|
|
118
143
|
13: 10,
|
|
119
144
|
13.4: 11,
|
|
145
|
+
14: 12,
|
|
146
|
+
14.5: 13,
|
|
147
|
+
15.4: 14,
|
|
148
|
+
17: 15,
|
|
149
|
+
18.2: 16,
|
|
120
150
|
},
|
|
121
151
|
android: {
|
|
122
152
|
67: 6,
|
|
123
153
|
76: 7,
|
|
124
154
|
80: 8,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
155
|
+
81: 9,
|
|
156
|
+
85: 10,
|
|
157
|
+
90: 11,
|
|
158
|
+
92: 12,
|
|
159
|
+
93: 13,
|
|
160
|
+
97: 14,
|
|
161
|
+
117: 15,
|
|
162
|
+
136: 16,
|
|
128
163
|
},
|
|
129
164
|
};
|
|
130
165
|
|