New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/credential-provider-env

Package Overview
Dependencies
Maintainers
5
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/credential-provider-env - npm Package Compare versions

Comparing version 3.716.0 to 3.723.0

5

dist-cjs/index.js

@@ -44,4 +44,3 @@ "use strict";

var fromEnv = /* @__PURE__ */ __name((init) => async () => {
var _a;
(_a = init == null ? void 0 : init.logger) == null ? void 0 : _a.debug("@aws-sdk/credential-provider-env - fromEnv");
init?.logger?.debug("@aws-sdk/credential-provider-env - fromEnv");
const accessKeyId = process.env[ENV_KEY];

@@ -65,3 +64,3 @@ const secretAccessKey = process.env[ENV_SECRET];

}
throw new import_property_provider.CredentialsProviderError("Unable to find environment variable credentials.", { logger: init == null ? void 0 : init.logger });
throw new import_property_provider.CredentialsProviderError("Unable to find environment variable credentials.", { logger: init?.logger });
}, "fromEnv");

@@ -68,0 +67,0 @@ // Annotate the CommonJS export names for ESM import in node:

16

package.json
{
"name": "@aws-sdk/credential-provider-env",
"version": "3.716.0",
"version": "3.723.0",
"description": "AWS credential provider that sources credentials from known environment variables",

@@ -28,6 +28,6 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/core": "3.716.0",
"@aws-sdk/types": "3.714.0",
"@smithy/property-provider": "^3.1.11",
"@smithy/types": "^3.7.2",
"@aws-sdk/core": "3.723.0",
"@aws-sdk/types": "3.723.0",
"@smithy/property-provider": "^4.0.0",
"@smithy/types": "^4.0.0",
"tslib": "^2.6.2"

@@ -37,11 +37,11 @@ },

"@tsconfig/recommended": "1.0.1",
"@types/node": "^16.18.96",
"@types/node": "^18.19.69",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
"rimraf": "3.0.2",
"typescript": "~4.9.5"
"typescript": "~5.2.2"
},
"types": "./dist-types/index.d.ts",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -48,0 +48,0 @@ "typesVersions": {

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