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.1.0
to
0.1.1
+7
-3
package.json
{
"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": {

@@ -6,6 +6,8 @@ # assumer-js

[![Known Vulnerabilities](https://snyk.io/test/npm/assumer/badge.svg?style=flat-square)](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