aws-user-service
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -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({ |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4122
97