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.4.0 to 1.5.0

7

bin/assume-aws-role.js

@@ -143,6 +143,11 @@ #!/usr/bin/env node

spawn(process.env.SHELL, {
var sh = spawn(process.env.SHELL, {
env: modEnv,
stdio: "inherit"
});
sh.on('close', (code) => {
process.exit(code);
});
});

@@ -0,1 +1,5 @@

1.5.0
------------------
- #19 Return the return code from the shell
1.4.0

@@ -2,0 +6,0 @@ ------------------

5

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

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

"Eric Rutherford <eric@homepage.me>",
"Frank Pavageau <fpavageau@ekino.com>"
"Frank Pavageau <fpavageau@ekino.com>",
"Pablo Chacin <pablochacin@gmail.com>"
],

@@ -25,0 +26,0 @@ "license": "Apache-2.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