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

aws-assume

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-assume - npm Package Compare versions

Comparing version

to
0.1.4

2

package.json
{
"name": "aws-assume",
"description": "Generate teporary credentials for aws assumed roles.",
"version": "0.1.3",
"version": "0.1.4",
"author": "Jonathan Brumley <cayasso@gmail.com>",

@@ -6,0 +6,0 @@ "keywords": [

@@ -31,3 +31,3 @@ # aws-assume

```
# Installed globally
# Install globally
npm install -g aws-assume

@@ -61,8 +61,6 @@ eval "`aws-assume <profile>` npm run deploy"

You should also have a role based configuration that uses MFA in your
`~/.aws/config` file:
You should also have a role based configuration in your `~/.aws/config` file:
```ini
[profile default]
mfa_serial = arn:aws:iam::1234567890:mfa/username
output = json

@@ -69,0 +67,0 @@ region = us-east-1

Sorry, the diff of this file is not supported yet