Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

UAParser.js

{UAParser.js} is a JavaScript library to detect user's Browser, Engine, OS, CPU, and Device type/model. Runs either in browser (client-side) or node.js (server-side).
Collective - Host: opensource - https://opencollective.com/ua-parser-js - Website: https://uaparser.dev/ - Code: https://github.com/faisalman/ua-parser-js

Added Xperia Z, Galaxy, Oppo, Advan, i-mobile

github.com/faisalman/ua-parser-js - f6b22d6654bf7a9fd6584a195011ebab592de1dc authored almost 10 years ago by Dmitry Tyschenko <[email protected]>
Merge pull request #93 from austinpray/master

fixes typeof

github.com/faisalman/ua-parser-js - 354d29c2b67bbe9f70d52f755c1a3795b91db88f authored almost 10 years ago by Faisal Salman <[email protected]>
Merge pull request #91 from algenon/develop

Android Browser and Xiaomi devices detection

github.com/faisalman/ua-parser-js - 6402ac67b984c8728022636849adcae1634a8f3f authored almost 10 years ago by Faisal Salman <[email protected]>
fixes typeof

github.com/faisalman/ua-parser-js - 7cae802f3c627563132f73df66036d2f553c008e authored almost 10 years ago by Austin Pray <[email protected]>
Add Android and MIUI Browser to description

github.com/faisalman/ua-parser-js - 5c2522961612393862bbb65cfc8b570588485342 authored almost 10 years ago by algenon <[email protected]>
Add Xiaomi devices

github.com/faisalman/ua-parser-js - 9d383c53958a4d6a111497b97eefdaf1e9d8ff0e authored almost 10 years ago by algenon <[email protected]>
Add Android Browser and Xiaomi MIUI Browser

github.com/faisalman/ua-parser-js - 1eeb1face1336e15f4cc31e72367afad58a25079 authored almost 10 years ago by algenon <[email protected]>
Merge pull request #88 from soundrop/develop

Better detection of Sony Xperia devices

github.com/faisalman/ua-parser-js - c3ddbe27aec9066d9cbea47f02f46c418588cd49 authored almost 10 years ago by Faisal Salman <[email protected]>
Merge branch 'master' of https://github.com/faisalman/ua-parser-js

github.com/faisalman/ua-parser-js - 073b551b9015b18926b893c4bfca7563f3def38e authored almost 10 years ago by Dumitru Uzun <[email protected]>
Remove duplication

github.com/faisalman/ua-parser-js - 7d5e50f0089d1d6e5a61c97c9e279bd2dad1ecb8 authored about 10 years ago by Sylvain Gizard <[email protected]>
Remove duplicated test

github.com/faisalman/ua-parser-js - 294fae589d007d87d09ea37b943e767718afc5a6 authored about 10 years ago by Sylvain Gizard <[email protected]>
Update build

github.com/faisalman/ua-parser-js - d47e1a5e8e44e0514488fac4b355c402f7af5588 authored about 10 years ago by Sylvain Gizard <[email protected]>
Trailing whitespace

github.com/faisalman/ua-parser-js - 50c4e3e551295088824192f08b4deea52fa7e7c9 authored about 10 years ago by Sylvain Gizard <[email protected]>
Rough detection of Sony Xperia phones and tablets

github.com/faisalman/ua-parser-js - 5002ea08468ce07d3eb96b558afc5672e8f014e2 authored about 10 years ago by Sylvain Gizard <[email protected]>
Merge pull request #86 from sgautrea/nexus-9

Adding HTC Nexus 9 recognition

github.com/faisalman/ua-parser-js - bc4561b1c1107cf144291aa8ca55970d1f2f739c authored about 10 years ago by Faisal Salman <[email protected]>
Adding test for Nexus 9 recognition

github.com/faisalman/ua-parser-js - 083db7b7d2f545fa688558aba4b765d5d4178a33 authored about 10 years ago by Shane Gautreau <[email protected]>
Update ua-parser.js

Adding regex for Nexus 9 tablet

github.com/faisalman/ua-parser-js - 744c9bf0bd35a72eb2fcf83ca45fe2a977ee40e4 authored about 10 years ago by sgautrea <[email protected]>
Closure Compiled

github.com/faisalman/ua-parser-js - 27c17736c2356222306080eb5fb75567db660ad8 authored about 10 years ago by Dumitru Uzun <[email protected]>
Merge pull request #81 from duzun/patch-2

Keep global scope clean with AMD. Always check for jQuery global.

github.com/faisalman/ua-parser-js - 4d3656bb9c9465db0aefc81d572bd28cd15761b5 authored about 10 years ago by Faisal Salman <[email protected]>
Keep global scope clean with AMD. Always check for jQuery global.

If an AMD environment, don't export `UAParser` to global scope.
Even in AMD environment jQuery ...

github.com/faisalman/ua-parser-js - 551fbf100c26bfe9f3f626200c4173124c064fca authored about 10 years ago by Dumitru Uzun <[email protected]>
Fix #24 #80

github.com/faisalman/ua-parser-js - e725633328ac2ccce819a986e4a3795d1c3fca9a authored about 10 years ago by Faisal Salman <[email protected]>
Merge pull request #79 from hmvs/patch-3

Moto X, G, Razr Mobile detection

github.com/faisalman/ua-parser-js - d5cf0257138100adbca8dad47a9fb776bbc7b3e6 authored about 10 years ago by Faisal Salman <[email protected]>
Moto X, G, Razr Mobile detection

Moto RAZR:
Mozilla/5.0 (Linux; Android 4.0.4; XT910 Build/6.7.2-180_SPU-19-TA-11.6) AppleWebKi...

github.com/faisalman/ua-parser-js - 9256ed418676fb2be1b96db896e2a3141a031f97 authored about 10 years ago by Vadim Kurachevsky <[email protected]>
Extract major from version instead of directly using regex

github.com/faisalman/ua-parser-js - 70d629ca71e514bcd1920516c784ebd42ce129d1 authored about 10 years ago by Faisal Salman <[email protected]>
Update patch version to 0.7.3

github.com/faisalman/ua-parser-js - 0951cebd09f15037f1eb2460a478e7ccb94610e5 authored about 10 years ago by Faisal Salman <[email protected]>
Fix #77: Standardize OS name for Mac OS

github.com/faisalman/ua-parser-js - 0a2b05c6fd333a152285cfce4df7d86c7c10babf authored about 10 years ago by Faisal Salman <[email protected]>
Merge branch 'master' of github.com:faisalman/ua-parser-js

github.com/faisalman/ua-parser-js - 9e81f03558da5a6c6d0310c33c7418f5bff73a0a authored about 10 years ago by Faisal Salman <[email protected]>
Merge from develop branch

github.com/faisalman/ua-parser-js - a04d2c0efc38902d08e13e22744e7043b0ebc54e authored about 10 years ago by Faisal Salman <[email protected]>
Add Windows 10

github.com/faisalman/ua-parser-js - 152377b39024b8ca7591ee3f596cc24aa45365e9 authored about 10 years ago by Faisal Salman <[email protected]>
Increment patch version to 0.7.2

github.com/faisalman/ua-parser-js - d3f1b0eaf72f3a889619ae818062801549b473b3 authored about 10 years ago by Faisal Salman <[email protected]>
Keep license comment when minifying

github.com/faisalman/ua-parser-js - a78d3f7d4bc23c8758d61fcc7a0d2850decd1873 authored about 10 years ago by Faisal Salman <[email protected]>
Fix #54: update mocha version to 1.8.0

github.com/faisalman/ua-parser-js - b0ed222114fa108e6e82c9b546350faecde9e064 authored about 10 years ago by Faisal Salman <[email protected]>
Drop test on 0.8

github.com/faisalman/ua-parser-js - 8c813e15b355ef93772aa95aff1dc042d20a66c0 authored about 10 years ago by Faisal Salman <[email protected]>
Update readme.md

github.com/faisalman/ua-parser-js - e6c2296d862e92e40fc875b1ecef36ded7da47c4 authored about 10 years ago by Faisal Salman <[email protected]>
Move minified script under /dist directory

github.com/faisalman/ua-parser-js - 577ded52721bdc12f63ea689c825a6accc5925a7 authored about 10 years ago by Faisal Salman <[email protected]>
Add OS: VectorLinux

github.com/faisalman/ua-parser-js - a455d7be0dcf67c4f2da8d7fc34c5a74ba0d6a40 authored about 10 years ago by Faisal Salman <[email protected]>
Add new devices: Pebble & Google Glass

github.com/faisalman/ua-parser-js - 4222c6c1e06d7c29209e71246e0f8dac6bae5312 authored about 10 years ago by Faisal Salman <[email protected]>
New categories for device: wearable & embedded

github.com/faisalman/ua-parser-js - 2be03bf30c72b5e89af2b97276533139120fea3f authored about 10 years ago by Faisal Salman <[email protected]>
Rearranging things

github.com/faisalman/ua-parser-js - 6c1c202815d95a02fd7fe7153d5fc42eefc83cb3 authored about 10 years ago by Faisal Salman <[email protected]>
Add OS: Contiki, Mageia, Linpus, Solaris, OpenVMS

github.com/faisalman/ua-parser-js - d3a0e2394594e74259f2ffd1a7ed728b4bbe54b3 authored about 10 years ago by Faisal Salman <[email protected]>
Add CPU architecture: ARM64, AVR

github.com/faisalman/ua-parser-js - 6bb2e239242e16e3c14148cbc38269966848e389 authored about 10 years ago by Faisal Salman <[email protected]>
Change for loop into while

github.com/faisalman/ua-parser-js - 4e41b6e1d0af5cac4e2600e6b716d5cb9707ae72 authored about 10 years ago by Faisal Salman <[email protected]>
Merge pull request #73 from PeterDaveHello/patch-2

Use svg instead of png to get better image quality

github.com/faisalman/ua-parser-js - b2f54a6b24b304a89c231a9dd878ce744b9dae9f authored about 10 years ago by Faisal Salman <[email protected]>
Use svg instead of png to get better image quality

github.com/faisalman/ua-parser-js - 39168a321cc8aa528579ef6a0fb4946d4fc0dc45 authored about 10 years ago by Peter Dave Hello <[email protected]>
Add new devices: Microsoft Kin, Archos Gamepad, Nvidia Shield, Samsung SmartTV, Sharp Aquos

github.com/faisalman/ua-parser-js - 1cd7427e90bc6de70812f9bb954e2cb5afd081f9 authored about 10 years ago by Faisal Salman <[email protected]>
Add new devices: Xbox, Ouya

github.com/faisalman/ua-parser-js - 02122f000216ff6400ad9eec30ac7815b8f85319 authored about 10 years ago by Faisal Salman <[email protected]>
Merge remote master branch

github.com/faisalman/ua-parser-js - 9fe282ed418eb552c0e24812a73c1ccef494609d authored about 10 years ago by Faisal Salman <[email protected]>
Merge pull request #71 from boneyao/china

ucbrowser qqbrowser

github.com/faisalman/ua-parser-js - 46178992247fa1ad35d1c8771a1b7a93058be5e5 authored about 10 years ago by Faisal Salman <[email protected]>
Remove KTAs(?)

github.com/faisalman/ua-parser-js - cf0ec0f14325c8fb1856cce311fc623bd242aa43 authored about 10 years ago by Faisal Salman <[email protected]>
Increment patch version to 0.7.1

github.com/faisalman/ua-parser-js - 2d885aef268563ab9b2c4d1c64706605a450a586 authored about 10 years ago by Faisal Salman <[email protected]>
Update readme

github.com/faisalman/ua-parser-js - 851a15d86b15747eeef8d790319cacee92ab7fd9 authored about 10 years ago by Faisal Salman <[email protected]>
User defined regexes first

github.com/faisalman/ua-parser-js - 90c85f59f10d6e8c201b50a95fe94878e8b54dc8 authored about 10 years ago by Faisal Salman <[email protected]>
Fix #66

github.com/faisalman/ua-parser-js - 87b7f809c5ed3d78daa0000961ec6fb6b342f488 authored about 10 years ago by Faisal Salman <[email protected]>
Hide media players

github.com/faisalman/ua-parser-js - 5d817e372b9768a76a3db74627d27e843ea8dc67 authored about 10 years ago by Faisal Salman <[email protected]>
Move extend function inside util

github.com/faisalman/ua-parser-js - 381bbea8450645aa5293637edb971a337d82eb58 authored about 10 years ago by Faisal Salman <[email protected]>
Merge branch 'develop' of github.com:faisalman/ua-parser-js into develop

github.com/faisalman/ua-parser-js - 309ec34951a0a24f7130d44e83e2a249432e7286 authored about 10 years ago by Faisal Salman <[email protected]>
change version

github.com/faisalman/ua-parser-js - fdf865a86fa0f1adf05fb77b2ae5326843eec753 authored about 10 years ago by boneyao <[email protected]>
ucbrowser qqbrowser

github.com/faisalman/ua-parser-js - af60b4f1a8085ac16b388bcf98cce7944c1d14e5 authored about 10 years ago by boneyao <[email protected]>
Merge pull request #70 from maurermax/develop

Extending regex when instantiating object

github.com/faisalman/ua-parser-js - 8d1791a88b33bb7ee45dea1790049c7689ca0917 authored about 10 years ago by Faisal Salman <[email protected]>
added myself to the contributors

github.com/faisalman/ua-parser-js - 7e5a6dd2620cab0931858a56e9bc73263113b076 authored about 10 years ago by Max Maurer <[email protected]>
extended to be able to pass in own regexes

github.com/faisalman/ua-parser-js - d4229ed33bcfe7db5b196e9eff9af2e33ee59dc9 authored about 10 years ago by Max Maurer <[email protected]>
Merge pull request #61 from captainclam/master

Samsung Tablets

github.com/faisalman/ua-parser-js - a7e53ade39206293d041129c5a0786fa720ac313 authored about 10 years ago by Faisal Salman <[email protected]>
include SM-T within Samsung tablet model field. add 2 more tests.

github.com/faisalman/ua-parser-js - 23196490027a2c79bf444fb8ca9d465d866d554f authored over 10 years ago by Simon Lang <[email protected]>
test for Samsung SM-T231

github.com/faisalman/ua-parser-js - 2b4f19970ecc90700fc59ffb7f5d22e7cbb94949 authored over 10 years ago by Simon Lang <[email protected]>
Merge pull request #60 from hhelwich/master

Fix hyphens in regexp character classes

github.com/faisalman/ua-parser-js - 3fc24a6d7a3a57ce4f8eaf59bc6a2ef1a8ae4ab7 authored over 10 years ago by Faisal Salman <[email protected]>
Fix hyphens in regexp character classes

github.com/faisalman/ua-parser-js - 6f91063634df8cc760cab540bbdfd2c7098a5c34 authored over 10 years ago by Hendrik Helwich <[email protected]>
Samsung Tablets (untested)

e.g. "Mozilla/5.0 (Linux; Android 4.4.2; SM-T700 Build/KOT49H) AppleWebKit/537.36 (KHTML, like G...

github.com/faisalman/ua-parser-js - cd3c3e7d2a54c0e8ec347a29776ee19a28fdb0a7 authored over 10 years ago by Simon Lang <[email protected]>
Add Amazon Fire Phone

github.com/faisalman/ua-parser-js - 36de46956bbc4cee7c5f261dd9b56e8dcd2e238b authored over 10 years ago by Faisal Salman <[email protected]>
Add Series40

github.com/faisalman/ua-parser-js - 3510f83b4c1177acaaa8d925eba2be9cd6d84b71 authored over 10 years ago by Faisal Salman <[email protected]>
Merge pull request #58 from CCVonLewin/master

Added Samsung Galaxy Note III

github.com/faisalman/ua-parser-js - 31187b1be1a66b9c6a0d1e255e1ef9c45c37abe0 authored over 10 years ago by Faisal Salman <[email protected]>
Added Samsung Galaxy Note III

Added Samsung Galaxy Note III - phablet to "Samsung mobile" expression. User agent strings; http...

github.com/faisalman/ua-parser-js - 6375492be3d83f9fdf1c090a3c6985186829cbd5 authored over 10 years ago by Carl C Von Lewin <[email protected]>
Fix issue #20

github.com/faisalman/ua-parser-js - 77e518befb6cf33980ec6d8f7339133c2469cdbf authored over 10 years ago by Faisal Salman <[email protected]>
Fix issue #42

github.com/faisalman/ua-parser-js - c6501015b5a78fb698179d5730b936b9c76c133c authored over 10 years ago by Faisal Salman <[email protected]>
Merge pull request #56 from duzun/patch-1

Added Zepto support (aka jQuery)

github.com/faisalman/ua-parser-js - 2b96f9b297f038f9a714be815d5d26d69d54294c authored over 10 years ago by Faisal Salman <[email protected]>
Added Zepto support (aka jQuery)

Added Zepto support (aka jQuery)

http://zeptojs.com/

github.com/faisalman/ua-parser-js - 86387a2a39dd3d77c999b3c851c2a13376dfb1c6 authored over 10 years ago by Dumitru Uzun <[email protected]>
Added Sailfish, Jolla, Polytron

github.com/faisalman/ua-parser-js - 7860d09c79b430fb0acf3705fe308d9038c7571f authored over 10 years ago by Faisal Salman <[email protected]>
Merge pull request #55 from otakusid/master

Added Lenovo S5000 and S6000

github.com/faisalman/ua-parser-js - b60ed8c0c68f8eeff3163f47e4576e5cb3b76057 authored over 10 years ago by Faisal Salman <[email protected]>
Added Lenovo S5000 and S6000

github.com/faisalman/ua-parser-js - 3afb471c74d4e66caad640f284bdc3cf87790f93 authored over 10 years ago by otakuSiD <[email protected]>
Merge pull request #53 from banzai-inc/master

Fix trailing comma errors for Google Closure

github.com/faisalman/ua-parser-js - eec75b2cef2030d88d9937d58cb7dfa0806f1252 authored over 10 years ago by Faisal Salman <[email protected]>
Fix trailing comma errors for Google Closure

github.com/faisalman/ua-parser-js - bf315c4a081bc721b53f89227da77e2eabd7b794 authored over 10 years ago by Kendall Buchanan <[email protected]>
Increment minor version

github.com/faisalman/ua-parser-js - ec68ecee4a4aa7e175f6d59c88ff856e86bab197 authored over 10 years ago by Faisal Salman <[email protected]>
Some fixes here and there

github.com/faisalman/ua-parser-js - 66bb3bd87434428e9ff1cf49971d6cb4b256996c authored over 10 years ago by Faisal Salman <[email protected]>
Merge branch 'adorsys-master'

github.com/faisalman/ua-parser-js - 82e704cb0ee68d96d7566c06e46dc807129f5b3e authored over 10 years ago by Faisal Salman <[email protected]>
test.js bug

github.com/faisalman/ua-parser-js - 6e8d5a8b670a6f23308406ad82fa821aaeffc588 authored over 10 years ago by Faisal Salman <[email protected]>
Merge branch 'jayarjo-fix-test-runner'

github.com/faisalman/ua-parser-js - 489a28288f4033118999e2ac8f2640ecdd678cc6 authored over 10 years ago by Faisal Salman <[email protected]>
Merge branch 'fix-test-runner' of https://github.com/jayarjo/ua-parser-js into jayarjo-fix-test-runner

github.com/faisalman/ua-parser-js - 354d6306adc57fdec98d931db49cfbde51830870 authored over 10 years ago by Faisal Salman <[email protected]>
Merge branch 'rossnoble-add_kindle_fire_detection'

github.com/faisalman/ua-parser-js - cc5a30d162f8dd84c58c4bd224980d775dee608c authored over 10 years ago by Faisal Salman <[email protected]>
Kindle Fire HD

github.com/faisalman/ua-parser-js - 40a8f6ec20e4fe2496a8470309997db7e4afc878 authored over 10 years ago by Faisal Salman <[email protected]>
Merge pull request #44 from Benxamin/Typecheck-iteration

Update ua-parser.js

github.com/faisalman/ua-parser-js - 28429c6a36445dca6eebb5ba8a8949d822079db9 authored over 10 years ago by Faisal Salman <[email protected]>
Merge pull request #41 from radiocicletta/master

Added Audio players and crawlers/bots

github.com/faisalman/ua-parser-js - 2dedba8b4a26581872ce8519d50cde4402d35c02 authored over 10 years ago by Faisal Salman <[email protected]>
Merge pull request #40 from d1o/master

Added Nexus 7 and Nexus 10 devices

github.com/faisalman/ua-parser-js - 3edce404fe2de3acd74b381238eaaff10443399e authored over 10 years ago by Faisal Salman <[email protected]>
v0.6.3-ktb

github.com/faisalman/ua-parser-js - baf4bb99b4ef92c71419931e8fd334e34c051e52 authored over 10 years ago by Sandro Sonntag <[email protected]>
added bower support

github.com/faisalman/ua-parser-js - fab1fd2ec6bbb929294f612035d024518ce67171 authored over 10 years ago by Sandro Sonntag <[email protected]>
added custom ua strings for ktb

github.com/faisalman/ua-parser-js - a6211ca98cd2df33e04d6239a285728bf4544398 authored over 10 years ago by Sandro Sonntag <[email protected]>
Testing bug - only the last definition of test case was checked

github.com/faisalman/ua-parser-js - 676844156f0e8004b1c9b52aaff904eb55f43493 authored over 10 years ago by Sandro Sonntag <[email protected]>
Make sure that we check for all requested properties.

Only ‘version’ was checked, because of plain for loop. Switch to
forEach() and closure.

github.com/faisalman/ua-parser-js - 7da36bad0b082efd6d3b2517df8a2ee3e1998544 authored over 10 years ago by Davit Barbakadze <[email protected]>
Add kindle fire device detection

github.com/faisalman/ua-parser-js - 1261dca9375754a4689ff0c0ca4d06e9bcd6565e authored over 10 years ago by Ross Noble <[email protected]>
Update ua-parser.js

Prevents errors (cannot call .toLowerCase() on function) when Objects are extended downstream.

github.com/faisalman/ua-parser-js - a23ae902b8332278a8f21c0aced79648376c943c authored over 10 years ago by Benjamin Bertrand <[email protected]>
Added Audio players and crawlers/bots

The following Audio PLayers/Platform have been added:

Apple TV, Aqualung, Lyssna, BSPlayer, Are...

github.com/faisalman/ua-parser-js - 3fa1fe9f704d716e8f57dea46bccc5724da7b952 authored over 10 years ago by leonardo <[email protected]>
Added Nexus 7 and Nexus 10 devices

github.com/faisalman/ua-parser-js - 0fbf55227daed25c1f4d3b210b497a95eb368232 authored over 10 years ago by Dmitry Tyschenko <[email protected]>