duskload / react-device-detect

Detect device, and render view according to detected device type.
MIT License
2.79k stars 154 forks source link

Fetch & compare with latest available version of a browser #116

Closed proton1k closed 3 years ago

proton1k commented 3 years ago

1. Feature description

Show if the browser is being outdated.

2. What do you suggest

As an example, there could be a simple list of available versions like this one, but technically it's easy to subscribe to the feed of new version releases and store this info somewhere internally. A function like 'getBrowserLatestVersion' might perform the check against the browser name and return if it's being outdated or most recent.

Technically that might be similar to the feature request regarding crowlers, since there's a living updated list of web crowlers.

duskload commented 3 years ago

I don't think that this feature is needed for this package.