🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

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

Package Overview
Dependencies
Maintainers
2
Versions
237
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.972.33
to
3.972.34
+22
-22
package.json
{
"name": "@aws-sdk/util-user-agent-browser",
"version": "3.972.33",
"version": "3.972.34",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/util-user-agent-browser",
"license": "Apache-2.0",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages-internal/util-user-agent-browser"
},
"files": [
"dist-*/**"
],
"sideEffects": false,
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"browser": {},
"types": "./dist-types/index.d.ts",
"react-native": {},
"scripts": {

@@ -12,15 +32,4 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",

},
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"browser": {},
"react-native": {},
"types": "./dist-types/index.d.ts",
"sideEffects": false,
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/core": "^3.975.2",
"@aws-sdk/core": "^3.975.3",
"tslib": "^2.6.2"

@@ -33,12 +42,3 @@ },

"typescript": "~5.8.3"
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/util-user-agent-browser",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages-internal/util-user-agent-browser"
}
}