Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
73
Maintainers
5
Versions
188
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.357.0 to 3.363.0

2

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultUserAgent = exports.UA_APP_ID_INI_NAME = exports.UA_APP_ID_ENV_NAME = void 0;
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
const node_config_provider_1 = require("@smithy/node-config-provider");
const os_1 = require("os");

@@ -6,0 +6,0 @@ const process_1 = require("process");

@@ -1,2 +0,2 @@

import { loadConfig } from "@aws-sdk/node-config-provider";
import { loadConfig } from "@smithy/node-config-provider";
import { platform, release } from "os";

@@ -3,0 +3,0 @@ import { env, versions } from "process";

@@ -1,2 +0,2 @@

import { Provider, UserAgent } from "@aws-sdk/types";
import { Provider, UserAgent } from "@smithy/types";
/**

@@ -3,0 +3,0 @@ * @internal

@@ -1,2 +0,2 @@

import { UserAgentPair } from "@aws-sdk/types";
import { UserAgentPair } from "@smithy/types";
/**

@@ -3,0 +3,0 @@ * @internal

@@ -1,2 +0,2 @@

import { Provider, UserAgent } from "@aws-sdk/types";
import { Provider, UserAgent } from "@smithy/types";
export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";

@@ -3,0 +3,0 @@ export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";

@@ -1,2 +0,2 @@

import { UserAgentPair } from "@aws-sdk/types";
import { UserAgentPair } from "@smithy/types";
export declare const isCrtAvailable: () => UserAgentPair | null;
{
"name": "@aws-sdk/util-user-agent-node",
"version": "3.357.0",
"version": "3.363.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/node-config-provider": "3.357.0",
"@aws-sdk/types": "3.357.0",
"@smithy/node-config-provider": "^1.0.1",
"@smithy/types": "^1.1.0",
"tslib": "^2.5.0"

@@ -27,0 +28,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