Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
7
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-user-agent-browser - npm Package Compare versions

Comparing version 3.36.0 to 3.37.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
**Note:** Version bump only for package @aws-sdk/util-user-agent-browser
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)

@@ -8,0 +16,0 @@

5

dist-types/ts3.4/index.d.ts
import { Provider, UserAgent } from "@aws-sdk/types";
import { DefaultUserAgentOptions } from "./configurations";
/**
* Default provider to the user agent in browsers. It's a best effort to infer
* the device information. It uses bowser library to detect the browser and version
*/
export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider<UserAgent>;
import { Provider, UserAgent } from "@aws-sdk/types";
import { DefaultUserAgentOptions } from "./configurations";
/**
* Default provider to the user agent in ReactNative. It's a best effort to infer
* the device information. It uses bowser library to detect the browser and virsion
*/
export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider<UserAgent>;

6

package.json
{
"name": "@aws-sdk/util-user-agent-browser",
"version": "3.36.0",
"version": "3.37.0",
"scripts": {

@@ -22,3 +22,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"dependencies": {
"@aws-sdk/types": "3.36.0",
"@aws-sdk/types": "3.37.0",
"bowser": "^2.11.0",

@@ -28,3 +28,3 @@ "tslib": "^2.3.0"

"devDependencies": {
"@aws-sdk/protocol-http": "3.36.0",
"@aws-sdk/protocol-http": "3.37.0",
"@types/jest": "^26.0.4",

@@ -31,0 +31,0 @@ "jest": "^26.1.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc