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

@campus-explorer/aws-credentials

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@campus-explorer/aws-credentials - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "@campus-explorer/aws-credentials",
"description": "JavaScript helper code to manage AWS credentials",
"version": "1.0.4",
"version": "1.0.5",
"author": "Stephen Caldwell <steve@campusexplorer.com>",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/campus-explorer/aws-credentials-js/issues",

@@ -13,3 +13,2 @@ /*

const { iniLoader } = AWS.util;
const profiles = {};
let profilesFromConfig = {};

@@ -29,19 +28,4 @@

});
for (
let i = 0, profileNames = Object.keys(profilesFromConfig);
i < profiles.length;
i++
) {
profiles[profileNames[i]] = profilesFromConfig[profileNames[i]];
}
for (
let i = 0, profileNames = Object.keys(profilesFromCreds);
i < profileNames.length;
i++
) {
profiles[profileNames[i]] = profilesFromCreds[profileNames[i]];
}
return profiles;
return { ...profilesFromConfig, ...profilesFromCreds };
});

@@ -48,0 +32,0 @@

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