Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assume-aws-role

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assume-aws-role - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

7

bin/assume-aws-role.js

@@ -66,2 +66,9 @@ #!/usr/bin/env node

if (command == "list") {
var config = readConfig(filename);
var aliases = Object.keys(config);
console.log("Defined aliases: %s" , aliases);
process.exit(0);
}
var config = readConfig(filename);

@@ -68,0 +75,0 @@ if (!config[command]) {

2

package.json
{
"name": "assume-aws-role",
"version": "1.1.1",
"version": "1.2.0",
"description": "Work with multiple AWS accounts more easily",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jbuck/assume-aws-role",

@@ -40,2 +40,6 @@ # assume-aws-role

You can list all the defined roles with a single command:
`assume-aws-role list`
## How does it work?

@@ -42,0 +46,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