Socket
Socket
Sign inDemoInstall

cognito-user-pool

Package Overview
Dependencies
39
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

2

package.json
{
"name": "cognito-user-pool",
"version": "0.2.3",
"version": "0.2.4",
"description": "A simple Node.js library for managing users on Amazon Cognito User Pool",

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

@@ -25,3 +25,3 @@ const AmazonCognitoIdentity = require('amazon-cognito-identity-js');

cognitoUser.refreshSession(refreshToken, (err, res) => {
if (err) cb(err);
if (err) return cb(err);

@@ -28,0 +28,0 @@ const data = {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc