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.3.3 to 1.4.0

4

index.js

@@ -60,3 +60,5 @@ const MongoRepository = require('senter-mongo-repository')

const cognitoUser = result[0].Users[0]
cognitoUser.organisationId = result[1].organisationId
if (result[1]) {
cognitoUser.organisationId = result[1].organisationId
}
cognitoUser.id = userId

@@ -63,0 +65,0 @@ return cognitoUser

{
"name": "aws-user-service",
"version": "1.3.3",
"version": "1.4.0",
"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