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.3.1 to 1.4.0

1

bin/assume-aws-role.js

@@ -141,2 +141,3 @@ #!/usr/bin/env node

modEnv.PS1 = "(assume-aws-role " + command + ")$ ";
modEnv.ASSUME_AWS_ROLE = command;

@@ -143,0 +144,0 @@ spawn(process.env.SHELL, {

@@ -0,3 +1,8 @@

1.4.0
------------------
- Update contributors list
- #12 Add the role to the environment of the subshell
1.3.1
------------------
- Updating the aws-sdk to `2.4.3` and fs-extra to `0.30.0`, currently these are the latest for both modules, the fs-extra upgrade fixes a warning that was appearing with node v6.

6

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

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

"contributors": [
"Benson Wong <mostlygeek+git@gmail.com>"
"Benson Wong <mostlygeek+git@gmail.com>",
"Eric Rutherford <eric@homepage.me>",
"Frank Pavageau <fpavageau@ekino.com>"
],

@@ -23,0 +25,0 @@ "license": "Apache-2.0",

@@ -54,2 +54,2 @@ # assume-aws-role

After receiving valid credentials `assume-aws-role` will spawn the shell specified in `$SHELL` with the environment modified to include `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`.
After receiving valid credentials `assume-aws-role` will spawn the shell specified in `$SHELL` with the environment modified to include `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`. The environment also includes an overridden `PS1` with a minimal custom prompt, and `ASSUME_AWS_ROLE` with the role so you can fully customize the `PS1` prompt by yourself.
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