ua-parser-js 0.7.15 → 0.7.19

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
@@ -433,11 +433,20 @@
433
433
  },
434
434
  {
435
435
  "desc" : "Chromium OS",
436
- "ua" : "",
436
+ "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
437
  "expect" :
438
438
  {
439
- "name" : "",
440
- "version" : ""
439
+ "name" : "Chromium OS",
440
+ "version" : "10575.58.0"
441
+ }
442
+ },
443
+ {
444
+ "desc" : "Fuchsia",
445
+ "ua" : "Mozilla/5.0 (X11; Fuchsia x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3557.0 Safari/537.36",
446
+ "expect" :
447
+ {
448
+ "name" : "Fuchsia",
449
+ "version" : "undefined"
441
450
  }
442
451
  },
443
452
  {
package/.npmignore DELETED
@@ -1,24 +0,0 @@
1
- node_modules/
2
- npm-debug.log
3
- ### vim ###
4
- .*.s[a-w][a-z]
5
- *.un~
6
- Session.vim
7
- .netrwhist
8
- *~
9
- .versions
10
-
11
- ### OSX ###
12
- .DS_Store
13
- .AppleDouble
14
- .LSOverride
15
- Icon
16
-
17
-
18
- # Thumbnails
19
- ._*
20
-
21
- # Files that might appear on external disk
22
- .Spotlight-V100
23
- .Trashes
24
- .idea