Socket
Socket
Sign inDemoInstall

@adastradev/user-management-sdk

Package Overview
Dependencies
Maintainers
38
Versions
121
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 4.1.0-beta.1692285977035 to 4.1.0-beta.1692364385248

2

dist/AuthManager.js

@@ -118,3 +118,2 @@ "use strict";

// These attributes are not mutable and should be removed from map.
console.log("newPasswordRequired - current userAttributes - " + JSON.stringify(userAttributes));
delete userAttributes.email_verified;

@@ -124,3 +123,2 @@ delete userAttributes['custom:tenant_id'];

delete userAttributes['custom:role'];
console.log("newPasswordRequired - current userAttributes (after cleaning) - " + JSON.stringify(userAttributes));
that.cognitoUser.completeNewPasswordChallenge(newPassword, userAttributes, {

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

2

package.json
{
"name": "@adastradev/user-management-sdk",
"version": "4.1.0-beta.1692285977035",
"version": "4.1.0-beta.1692364385248",
"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