Node Device Detector Versions Save

Universal library for detecting devices based on the string `UserAgent`. We can identify: App, Bot, OS, Browser, Device brand, Device model and Device type (smartphone, phablet, tablet, desktop, TV and other types, total 13)

2.0.10

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.9...2.0.10

2.0.9

1 year ago

What's Changed

added new brands and devices for existing brands

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.8...2.0.9

2.0.8

1 year ago

What's Changed

added new brands and devices for existing brands

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.7...2.0.8

2.0.7

1 year ago

What's Changed

added new brands and devices for existing brands

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.6...2.0.7

2.0.6

1 year ago

What's Changed

added new brands and devices for existing brands added improvements for client hints. added improved performance for client detection is clientIndexes turn on

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.5...2.0.6

2.0.5

1 year ago

What's Changed

  • added new device brands: ~100 added device count: ~554 added browser count: 20 added bot count: 11 added os count: 1

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.4...2.0.5

2.0.4

1 year ago

What's Changed

  • improved detection client: added indexing for browsers
  • to activate indexing, use next code:
const detector = new DeviceDetect({
  deviceIndexes: true,   // default false
  clientIndexes: true,   // default false
});
  • option discardDeviceIndexes, for constructor removed

  • improved detection device: added skip device detect is desktop regex pattern

  • added devices count: ~240

  • added apps count: 1

  • added bots count: 14

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.3...2.0.4

2.0.3

1 year ago

What's Changed

  • new browsers and improves: BrowseHere, Midori Lite, Pure Lite Browser, Berry Browser, Fulldive, Hi Browser, SuperFast Browser. Amaze Browser, Smart Search & Web Browser, Aloha Browser Lite, HUB Browser, Open Browser 4U, Chowbo, MaxTube Browser, Debuggable Browser, iDesktop PC Browser, Tesla Browser, Wave Browser

  • new device brands: X-AGE, QLink, Aoro, EBEN, VUCATIMES, Zonko, Zeeker, TJC, HOTREALS, YEPEN, AUX, EYU, FOODO, ATMAN, Neolix, BROR, Vortex, Xiaodu, AYYA, Sylvania, Future Mobile Technology, MBI, OUJIA, Qware, AFFIX, Listo, Aquarius

  • new OS: Lineage OS, Revenge OS

  • improved detection versions: iOS, macOS

  • added devices count: ~597

  • added bots count: ~10

Full Changelog: https://github.com/sanchezzzhak/node-device-detector/compare/2.0.2...2.0.3

2.0.2

2 years ago

Updated device-detector class declaration for typescript Added new brands of devices, apps and browsers

2.0.1

2 years ago

Added new browsers and devices brands Small fix for clienthints version