Files
codeql-action/node_modules/@octokit/request/node_modules/universal-user-agent
Andrew Eisenberg 5f98c40063 Fix dependabot errors
I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other
dependencies were upgraded.
2025-03-14 13:13:56 -07:00
..
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00
2025-03-14 13:13:56 -07:00

universal-user-agent

Get a user agent string across all JavaScript Runtime Environments

@latest Build Status

import { getUserAgent } from "universal-user-agent";

const userAgent = getUserAgent();
// userAgent will look like this
// in browser: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0"
// in node: Node.js/v8.9.4 (macOS High Sierra; x64)

License

ISC