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.0.1 to 1.1.0

3

bin/assume-aws-role.js

@@ -97,2 +97,5 @@ #!/usr/bin/env node

modEnv.AWS_SESSION_TOKEN = data.Credentials.SessionToken;
// required for boto sts to work
modEnv.AWS_SECURITY_TOKEN = data.Credentials.SessionToken;
modEnv.PS1 = "(assume-aws-role " + command + ")$ ";

@@ -99,0 +102,0 @@

5

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

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

"author": "Jon Buckley <jon@jbuckley.ca>",
"contributors": [
"Benson Wong <mostlygeek+git@gmail.com>"
],
"license": "Apache-2.0",

@@ -21,0 +24,0 @@ "dependencies": {

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