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.9 to 1.1.10

5

index.js

@@ -35,2 +35,7 @@ const AWS = require('aws-sdk');

async getUserFromRequest(request) {
const userId = await this.getUserIdFromRequest(request)
return await this.getUser(userId)
}
async getUserById(userId) {

@@ -37,0 +42,0 @@ const listUsersResponse = await this.cognitoidentityserviceprovider.listUsers({

2

package.json
{
"name": "aws-user-service",
"version": "1.1.9",
"version": "1.1.10",
"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