4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 21:16:57 +00:00
setup-helm/node_modules/universal-user-agent
2021-03-17 14:25:23 +05:30
..
dist-node Adding graphql query to fetch latest helm release of specified type 2021-03-17 14:25:23 +05:30
dist-src Adding graphql query to fetch latest helm release of specified type 2021-03-17 14:25:23 +05:30
dist-types Adding graphql query to fetch latest helm release of specified type 2021-03-17 14:25:23 +05:30
dist-web Adding graphql query to fetch latest helm release of specified type 2021-03-17 14:25:23 +05:30
LICENSE.md Adding graphql query to fetch latest helm release of specified type 2021-03-17 14:25:23 +05:30
package.json Adding graphql query to fetch latest helm release of specified type 2021-03-17 14:25:23 +05:30
README.md Adding graphql query to fetch latest helm release of specified type 2021-03-17 14:25:23 +05:30

universal-user-agent

Get a user agent string in both browser and node

@latest Build Status Greenkeeper

const { getUserAgent } = require("universal-user-agent");
// or 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)

Credits

The Node implementation was originally inspired by default-user-agent.

License

ISC