Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
5
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.292.0 to 3.295.0

2

dist-cjs/is-crt-available.js

@@ -6,3 +6,3 @@ "use strict";

try {
if (typeof require === "function" && typeof module !== "undefined" && module.require && require("aws-crt")) {
if (typeof require === "function" && typeof module !== "undefined" && require("aws-crt")) {
return ["md/crt-avail"];

@@ -9,0 +9,0 @@ }

export const isCrtAvailable = () => {
try {
if (typeof require === "function" && typeof module !== "undefined" && module.require && require("aws-crt")) {
if (typeof require === "function" && typeof module !== "undefined" && require("aws-crt")) {
return ["md/crt-avail"];

@@ -5,0 +5,0 @@ }

{
"name": "@aws-sdk/util-user-agent-node",
"version": "3.292.0",
"version": "3.295.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/node-config-provider": "3.292.0",
"@aws-sdk/types": "3.292.0",
"tslib": "^2.3.1"
"@aws-sdk/node-config-provider": "3.295.0",
"@aws-sdk/types": "3.295.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@aws-sdk/protocol-http": "3.292.0",
"@aws-sdk/protocol-http": "3.295.0",
"@tsconfig/recommended": "1.0.1",

@@ -36,3 +36,3 @@ "@types/node": "^14.14.31",

"typedoc": "0.23.23",
"typescript": "~4.6.2"
"typescript": "~4.9.5"
},

@@ -39,0 +39,0 @@ "peerDependencies": {

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