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

@adastradev/user-management-sdk

Package Overview
Dependencies
Maintainers
36
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adastradev/user-management-sdk - npm Package Compare versions

Comparing version 5.0.2-beta.1709659192395 to 5.0.2-beta.1709754012439

6

dist/AuthManager.js

@@ -115,4 +115,2 @@ "use strict";

if (newPassword) {
console.log('newpasswordrequired');
console.log(userAttributes);
// User was signed up by an admin and must provide new

@@ -125,8 +123,4 @@ // password and required attributes

delete userAttributes['custom:role'];
delete userAttributes['custom:family_name'];
delete userAttributes['custom:given_name'];
console.log(userAttributes);
delete userAttributes.family_name;
delete userAttributes.given_name;
console.log(userAttributes);
that.cognitoUser.completeNewPasswordChallenge(newPassword, userAttributes, {

@@ -133,0 +127,0 @@ onFailure: function (err) {

2

package.json
{
"name": "@adastradev/user-management-sdk",
"version": "5.0.2-beta.1709659192395",
"version": "5.0.2-beta.1709754012439",
"description": "Astra user management SDK for JavaScript in the browser and Node.js",

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

Sorry, the diff of this file is not supported yet

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