Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 7, 2024 via pnpm

@aws-sdk/util-user-agent-browser 3.413.0

[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-user-agent-browser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-browser) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-user-agent-browser.svg)](https://www.n
Package summary
Share
0
issues
3
licenses
3
Apache-2.0
1
MIT
1
0BSD
Package created
25 Jan 2019
Version published
14 Sep 2023
Maintainers
5
Total deps
5
Direct deps
4
License
Apache-2.0

Issues

0
This package has no issues

Licenses

Apache License 2.0

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
use-patent-claims
place-warranty
Cannot
hold-liable
use-trademark
Must
include-copyright
include-license
state-changes
include-notice
3 Packages, Including:
@aws-sdk/types@3.413.0
@aws-sdk/util-user-agent-browser@3.413.0
@smithy/types@2.12.0

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
bowser@2.11.0

BSD Zero Clause License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
include-copyright
include-license
include-original
Cannot
hold-liable
Must
1 Packages, Including:
tslib@2.6.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

4
All Dependencies CSV
β“˜ This is a list of @aws-sdk/util-user-agent-browser 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
@aws-sdk/types3.413.013.14 kBApache-2.0
prod
@smithy/types2.12.0227.75 kBApache-2.0
prod
bowser2.11.057.68 kBMIT
prod
tslib2.6.215.59 kB0BSD
prod

Visualizations

Frequently Asked Questions

What does @aws-sdk/util-user-agent-browser do?

The @aws-sdk/util-user-agent-browser is a utility package used within the AWS SDK for JavaScript V3. Its primary function is to assist with the generation and handling of user-agent strings in a browser environment. Certain specific functionalities of the @@aws-sdk/util-user-agent-browser package are internal to AWS SDK and are tailored to optimize and enhance web application interactions with AWS services on the browser side.

How do you use @aws-sdk/util-user-agent-browser?

Although the readme file advises against direct usage of the @aws-sdk/util-user-agent-browser package, if you have a specific use case necessitating direct usage, you can import and use this utility in your project once installed via NPM. It's important to note, however, that the package is primarily designed for internal use within AWS SDK. Here's an example of how you might use it:

const userAgentHelper = require('@aws-sdk/util-user-agent-browser');
const userAgentString = userAgentHelper();
console.log(userAgentString);

Keep in mind that the usage of this package may change as you update versions or in response to internal modifications on the side of AWS SDK, so it would be advisable to check for any notable changes in behavior or deprecated functionalities if you opt to use it directly.

Where are the @aws-sdk/util-user-agent-browser docs?

The @aws-sdk/util-user-agent-browser documentation is not listed separately because it's an internal utility within the AWS SDK. Information specific to this utility can be found in the broader AWS SDK for JavaScript V3 documentation. Use this GitHub link to access the AWS SDK GitHub repository where you can find extensive resources about various AWS SDK packages, including the @aws-sdk/util-user-agent-browser.