New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adastradev/user-management-sdk

Package Overview
Dependencies
Maintainers
34
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

to
5.0.0-beta.1702418814869

1

dist/AuthManager.js

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

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

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

10

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

@@ -34,6 +34,6 @@ "main": "dist/index.js",

"@adastradev/astra-logger": "^1.4.7",
"@adastradev/aws-api-gateway-client": "^1.0.6",
"@adastradev/serverless-discovery-sdk": "^2.2.6",
"@adastradev/aws-api-gateway-client": "^2.0.0",
"@adastradev/serverless-discovery-sdk": "^3.0.0",
"amazon-cognito-identity-js": "^4.6.3",
"axios": "^0.26.0",
"axios": "^1.6.0",
"node-fetch": "^2.6.7"

@@ -59,6 +59,4 @@ },

"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-security": "^1.16.0",
"typescript": "^3.9.9"
}
}

Sorry, the diff of this file is not supported yet