+7
-3
| { | ||
| "name": "assumer", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Assume AWS IAM roles between Control account and Target accounts", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "snyk test" | ||
| "snyk": "snyk test", | ||
| "nsp": "nsp check", | ||
| "test": "npm run snyk && npm run nsp", | ||
| "prepublish": "npm test" | ||
| }, | ||
@@ -35,3 +38,4 @@ "repository": { | ||
| "eslint-plugin-import": "^2.2.0", | ||
| "snyk": "^1.25.1" | ||
| "nsp": "^2.6.3", | ||
| "snyk": "^1.25.2" | ||
| }, | ||
@@ -38,0 +42,0 @@ "dependencies": { |
+5
-1
@@ -6,6 +6,8 @@ # assumer-js | ||
| [](https://snyk.io/test/npm/assumer) | ||
| ## Install | ||
| ``` | ||
| npm install -s assumer | ||
| npm install -S assumer | ||
| ``` | ||
@@ -30,1 +32,3 @@ | ||
| ## TODO | ||
| - [ ] Add tests |
Sorry, the diff of this file is not supported yet
15562
0.97%33
13.79%5
25%6
-14.29%