Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
4
Maintainers
5
Versions
189
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.300.0 to 3.303.0

8

dist-types/index.d.ts
import { Provider, UserAgent } from "@aws-sdk/types";
/**
* @internal
*/
export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
/**
* @internal
*/
export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";

@@ -9,2 +15,4 @@ interface DefaultUserAgentOptions {

/**
* @internal
*
* Collect metrics from runtime to put into user agent.

@@ -11,0 +19,0 @@ */

3

dist-types/is-crt-available.d.ts
import { UserAgentPair } from "@aws-sdk/types";
/**
* @internal
*/
export declare const isCrtAvailable: () => UserAgentPair | null;

6

package.json
{
"name": "@aws-sdk/util-user-agent-node",
"version": "3.300.0",
"version": "3.303.0",
"scripts": {

@@ -23,4 +23,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/node-config-provider": "3.300.0",
"@aws-sdk/types": "3.296.0",
"@aws-sdk/node-config-provider": "3.303.0",
"@aws-sdk/types": "3.303.0",
"tslib": "^2.5.0"

@@ -27,0 +27,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc