New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

assumer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assumer - npm Package Compare versions

Comparing version
0.0.1
to
0.1.0
+2
-5
package.json
{
"name": "assumer",
"version": "0.0.1",
"version": "0.1.0",
"description": "Assume AWS IAM roles between Control account and Target accounts",
"main": "index.js",
"bin": {
"assumer": "bin/cli.js"
},
"scripts": {

@@ -41,4 +38,4 @@ "test": "snyk test"

"dependencies": {
"aws-sdk": "^2.18.0"
"aws-sdk": "^2.22.0"
}
}

@@ -9,3 +9,3 @@ # assumer-js

```
npm install -g assumer
npm install -s assumer
```

@@ -12,0 +12,0 @@

{
"control": {
"accounts": [
{
"name": "Control Account",
"value": "123456789012"
}
],
"roles": [
{
"name": "Deploy Admin",
"value": "deployment/admin"
},
{
"name": "Super Admin",
"value": "security/admin"
},
{
"name": "Read Only",
"value": "read/only"
}
]
},
"target": {
"roles": [
{
"name": "Deploy Admin",
"value": "deployment/admin"
},
{
"name": "Super Admin",
"value": "security/admin"
},
{
"name": "Read Only",
"value": "read/only"
}
],
"accounts": [
{
"name": "target-account-1",
"value": "111111111111"
},
{
"name": "target-account-2",
"value": "222222222222"
}
]
}
}

Sorry, the diff of this file is not supported yet