Socket
Socket
Sign inDemoInstall

@20i/aws-profile-scripts

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@20i/aws-profile-scripts - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

bin/aws-mfa-token.sh

8

package.json
{
"name": "@20i/aws-profile-scripts",
"version": "0.0.1",
"version": "0.0.2",
"description": "Command line scripts for managing your AWS profile",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && yarn pkg -c pkg.json build/*.js",
"copy-sh": "cp ./src/aws-mfa-token.sh bin",
"build": "tsc && yarn pkg -c pkg.json build/*.js && yarn copy-sh",
"prepack": "yarn build"

@@ -23,4 +24,5 @@ },

"bin": {
"add-aws-profile": "./bin/add-aws-profile-arm64"
"add-aws-profile": "./bin/add-aws-profile-arm64",
"aws-mfa": "./bin/aws-mfa-token.sh"
}
}

@@ -5,2 +5,10 @@ # aws-profile-scripts

```shell
# install globally - this is a private @20i package so make sure your .npmrc is set up
npm i -g @20i/aws-profile-scripts
# view usage entry
add-aws-profile --help
```
### Scenario 1: SSO credentails

@@ -7,0 +15,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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