Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-user-service

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-user-service - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

4

index.js

@@ -27,3 +27,3 @@ const AWS = require('aws-sdk');

console.log('error due to absent of edmin permission but is trying to impersonate user', request.query.impersonatingUserId)
console.log('Non admin permission but is trying to impersonate user', request.query.impersonatingUserId)
throw new Error('Non admin attempt to impersonate');

@@ -89,2 +89,4 @@ }

console.log('user groups:', groups)
if (!groups)

@@ -91,0 +93,0 @@ return false

{
"name": "aws-user-service",
"version": "1.1.7",
"version": "1.1.8",
"description": "Contain methods to work with asw user",

@@ -5,0 +5,0 @@ "main": "index.js",

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