Socket
Socket
Sign inDemoInstall

@smithy/node-config-provider

Package Overview
Dependencies
4
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 3.0.0

3

dist-es/fromSharedConfigFiles.js

@@ -20,4 +20,5 @@ import { CredentialsProviderError } from "@smithy/property-provider";

catch (e) {
throw new CredentialsProviderError(e.message || `Cannot load config for profile ${profile} in SDK configuration files with getter: ${configSelector}`);
throw new CredentialsProviderError(e.message ||
`Cannot load config for profile ${profile} in SDK configuration files with getter: ${configSelector}`);
}
};
{
"name": "@smithy/node-config-provider",
"version": "2.3.0",
"version": "3.0.0",
"description": "Load config default values from ini config files and environmental variable",

@@ -27,10 +27,9 @@ "scripts": {

"dependencies": {
"@smithy/property-provider": "^2.2.0",
"@smithy/shared-ini-file-loader": "^2.4.0",
"@smithy/types": "^2.12.0",
"@smithy/property-provider": "^3.0.0",
"@smithy/shared-ini-file-loader": "^3.0.0",
"@smithy/types": "^3.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.1",
"@types/node": "^14.14.31",
"@types/node": "^16.18.96",
"concurrently": "7.0.0",

@@ -42,3 +41,3 @@ "downlevel-dts": "0.10.1",

"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},

@@ -45,0 +44,0 @@ "typesVersions": {

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