next-useragent icon indicating copy to clipboard operation
next-useragent copied to clipboard

next-useragent parses browser user-agent strings for next.js

Results 10 next-useragent issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I get for my Macbook 16" Apple M1 Max the following user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 This is wrong. The number...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

issue: https://github.com/tokuda109/next-useragent/issues/379

Hi I found your library while searching for `user agent` related libraries, and checked that it doesn't support `Samsung Internet`. (https://play.google.com/store/apps/details?id=com.sec.android.app.sbrowser&hl=en&gl=US) `Samsung Internet` is provided on Android devices and `ua-parser-js`...

Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...

dependencies

There's a malicious `ua-parser-js` NPM takeover, this PR bumps `ua-parser-js` version to the safe 0.7.30. Security advisory: https://github.com/advisories/GHSA-pjwm-rvh2-c87w GH thread: faisalman/ua-parser-js#536

## TODO * [ ] Update rollup build system * [ ] FIx vulnerabilities * [ ] Upgrade the implementations for the latest Next.js version

## 🐞 Describe the bug Getting error "withUserAgent(bt).getInitialProps()" should resolve to an object. But found "undefined" instead.

Is it possible to use with getStaticProps and get user agent in it?