device icon indicating copy to clipboard operation
device copied to clipboard

Device type detection library based on the useragent string. Refactored from my express-device repo.

Results 5 device issues
Sort by recently updated
recently updated
newest added

Update erroneous field data type in documentation

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

### Target Device: XCode Simulator: IOS 13.3 - Ipad (7th generation) IOS 13.3 - Ipad Pro (11 -inch) ### Code Snippet: ``` const express = require('express'); const router = express.Router();...

Some iPhone user agent strings are not matching to 'phone' - as raised in #31. This PR: * adds config to the test case in commit 85d92c941f6b7d7ae5f2dcb3a11f2ac66434a5a4 to avoid the...