ua-parser-js 0.7.37 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of ua-parser-js might be problematic. Click here for more details.

@@ -0,0 +1,155 @@
1
+ [
2
+ {
3
+ "desc" : "Blink",
4
+ "ua" : "Mozilla/5.0 (Linux; Android 7.0; SM-G920I Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) OculusBrowser/3.4.9 SamsungBrowser/4.0 Chrome/57.0.2987.146 Mobile VR Safari/537.36",
5
+ "expect" :
6
+ {
7
+ "name" : "Blink",
8
+ "version" : "57.0.2987.146"
9
+ }
10
+ },
11
+ {
12
+ "desc" : "EdgeHTML",
13
+ "ua" : "Mozilla/5.0 (Windows NT 6.4; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 Edge/12.0",
14
+ "expect" :
15
+ {
16
+ "name" : "EdgeHTML",
17
+ "version" : "12.0"
18
+ }
19
+ },
20
+ {
21
+ "desc" : "Flow",
22
+ "ua" : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_0) EkiohFlow/5.7.4.30559 Flow/5.7.4 (like Gecko Firefox/53.0 rv:53.0)",
23
+ "expect" :
24
+ {
25
+ "name" : "Flow",
26
+ "version" : "5.7.4.30559"
27
+ }
28
+ },
29
+ {
30
+ "desc" : "Gecko",
31
+ "ua" : "Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9pre) Gecko/20110111 Firefox/4.0b9pre",
32
+ "expect" :
33
+ {
34
+ "name" : "Gecko",
35
+ "version" : "2.0b9pre"
36
+ }
37
+ },
38
+ {
39
+ "desc" : "Goanna",
40
+ "ua" : "Mozilla/5.0 (Windows NT 5.1; rv:38.9) Gecko/20100101 Goanna/2.2 Firefox/38.9 PaleMoon/26.5.0",
41
+ "expect" :
42
+ {
43
+ "name" : "Goanna",
44
+ "version" : "2.2"
45
+ }
46
+ },
47
+ {
48
+ "desc" : "KHTML",
49
+ "ua" : "Mozilla/5.0 (compatible; Konqueror/4.5; FreeBSD) KHTML/4.5.4 (like Gecko)",
50
+ "expect" :
51
+ {
52
+ "name" : "KHTML",
53
+ "version" : "4.5.4"
54
+ }
55
+ },
56
+ {
57
+ "desc" : "NetFront",
58
+ "ua" : "Mozilla/4.0 (PDA; Windows CE/1.0.1) NetFront/3.0",
59
+ "expect" :
60
+ {
61
+ "name" : "NetFront",
62
+ "version" : "3.0"
63
+ }
64
+ },
65
+ {
66
+ "desc" : "Presto",
67
+ "ua" : "Opera/9.80 (Windows NT 6.1; Opera Tablet/15165; U; en) Presto/2.8.149 Version/11.1",
68
+ "expect" :
69
+ {
70
+ "name" : "Presto",
71
+ "version" : "2.8.149"
72
+ }
73
+ },
74
+ {
75
+ "desc" : "Tasman",
76
+ "ua" : "Mozilla/4.0 (compatible; MSIE 6.0; PPC Mac OS X 10.4.7; Tasman 1.0)",
77
+ "expect" :
78
+ {
79
+ "name" : "Tasman",
80
+ "version" : "1.0"
81
+ }
82
+ },
83
+ {
84
+ "desc" : "Trident",
85
+ "ua" : "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Win64; x64; Trident/6.0)",
86
+ "expect" :
87
+ {
88
+ "name" : "Trident",
89
+ "version" : "6.0"
90
+ }
91
+ },
92
+ {
93
+ "desc" : "WebKit",
94
+ "ua" : "Mozilla/5.0 (Windows; U; Windows NT 6.1; sv-SE) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4",
95
+ "expect" :
96
+ {
97
+ "name" : "WebKit",
98
+ "version" : "533.19.4"
99
+ }
100
+ },
101
+ {
102
+ "desc" : "WebKit",
103
+ "ua" : "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML like Gecko) Chrome/27.0.1453.110 Safari/537.36",
104
+ "expect" :
105
+ {
106
+ "name" : "WebKit",
107
+ "version" : "537.36"
108
+ }
109
+ },
110
+ {
111
+ "desc" : "WebOS TV 5.x",
112
+ "ua" : "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 WebAppManager",
113
+ "expect" :
114
+ {
115
+ "name" : "Blink",
116
+ "version" : "68.0.3440.106"
117
+ }
118
+ },
119
+ {
120
+ "desc" : "WebOS TV 4.x",
121
+ "ua" : "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.34 Safari/537.36 WebAppManager",
122
+ "expect" :
123
+ {
124
+ "name" : "Blink",
125
+ "version" : "53.0.2785.34"
126
+ }
127
+ },
128
+ {
129
+ "desc" : "WebOS TV 3.x",
130
+ "ua" : "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.2.1 Chrome/38.0.2125.122 Safari/537.36 WebAppManager",
131
+ "expect" :
132
+ {
133
+ "name" : "Blink",
134
+ "version" : "38.0.2125.122"
135
+ }
136
+ },
137
+ {
138
+ "desc" : "WebOS TV 2.x",
139
+ "ua" : "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/538.2 (KHTML, like Gecko) Large Screen WebAppManager Safari/538.2",
140
+ "expect" :
141
+ {
142
+ "name" : "WebKit",
143
+ "version" : "538.2"
144
+ }
145
+ },
146
+ {
147
+ "desc" : "WebOS TV 1.x",
148
+ "ua" : "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.41 (KHTML, like Gecko) Large Screen WebAppManager Safari/537.41",
149
+ "expect" :
150
+ {
151
+ "name" : "WebKit",
152
+ "version" : "537.41"
153
+ }
154
+ }
155
+ ]