ua-parser-js 0.7.16 → 0.7.20

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.

Potentially problematic release.


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

package/test/os-test.json CHANGED
@@ -170,6 +170,15 @@
170
170
  "version" : "2.2.2"
171
171
  }
172
172
  },
173
+ {
174
+ "desc" : "Sailfish",
175
+ "ua" : "Mozilla/5.0 (Linux; U; Sailfish 3.0; Mobile; rv:45.0) Gecko/45.0 Firefox/45.0 SailfishBrowser/1.0",
176
+ "expect" :
177
+ {
178
+ "name" : "Sailfish",
179
+ "version" : "3.0"
180
+ }
181
+ },
173
182
  {
174
183
  "desc" : "WebOS",
175
184
  "ua" : "",
@@ -433,11 +442,20 @@
433
442
  },
434
443
  {
435
444
  "desc" : "Chromium OS",
436
- "ua" : "",
445
+ "ua" : "Mozilla/5.0 (X11; CrOS x86_64 10575.58.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36",
437
446
  "expect" :
438
447
  {
439
- "name" : "",
440
- "version" : ""
448
+ "name" : "Chromium OS",
449
+ "version" : "10575.58.0"
450
+ }
451
+ },
452
+ {
453
+ "desc" : "Fuchsia",
454
+ "ua" : "Mozilla/5.0 (X11; Fuchsia x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3557.0 Safari/537.36",
455
+ "expect" :
456
+ {
457
+ "name" : "Fuchsia",
458
+ "version" : "undefined"
441
459
  }
442
460
  },
443
461
  {