ua-parser-js 0.7.22 → 1.0.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.
@@ -17,6 +17,15 @@
17
17
  "version" : "12.0"
18
18
  }
19
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
+ },
20
29
  {
21
30
  "desc" : "Gecko",
22
31
  "ua" : "Mozilla/5.0 (X11; Linux x86_64; rv:2.0b9pre) Gecko/20110111 Firefox/4.0b9pre",
@@ -97,5 +106,50 @@
97
106
  "name" : "WebKit",
98
107
  "version" : "537.36"
99
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
+ }
100
154
  }
101
155
  ]