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

@aws-sdk/util-endpoints

Package Overview
Dependencies
Maintainers
2
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-endpoints - npm Package Compare versions

Comparing version
3.996.31
to
3.996.32
+21
-21
package.json
{
"name": "@aws-sdk/util-endpoints",
"version": "3.996.31",
"version": "3.996.32",
"description": "Utilities to help with endpoint resolution",
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints",
"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/util-endpoints"
},
"files": [
"dist-*/**"
],
"sideEffects": true,
"main": "./dist-cjs/index.js",

@@ -16,25 +31,7 @@ "module": "./dist-es/index.js",

},
"sideEffects": true,
"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",
"@smithy/core": "^3.29.3",
"@aws-sdk/core": "^3.975.3",
"@smithy/core": "^3.29.4",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=20.0.0"
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "packages/util-endpoints"
},
"devDependencies": {

@@ -45,3 +42,6 @@ "@tsconfig/recommended": "1.0.1",

"typescript": "~5.8.3"
},
"engines": {
"node": ">=20.0.0"
}
}