Socket
Socket
Sign inDemoInstall

@adastradev/user-management-sdk

Package Overview
Dependencies
Maintainers
24
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 2.0.0-beta.2 to 2.0.0-beta.3

11

dist/AuthManager.js

@@ -152,10 +152,5 @@ "use strict";

_this.iamCredentials = _this.buildCognitoIdentityCredentials(tokens);
_this.iamCredentials.get(function (error) {
if (error) {
rej(error);
}
else {
console.log("Credentials.get() called - credential expiry: " + _this.iamCredentials.expireTime);
res();
}
_this.iamCredentials.getPromise().then(function () {
console.log("Credentials.get() called - credential expiry: " + _this.iamCredentials.expireTime);
res();
});

@@ -162,0 +157,0 @@ }

{
"name": "@adastradev/user-management-sdk",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"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