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

lightapp-platform-common

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lightapp-platform-common - npm Package Compare versions

Comparing version 1.0.444 to 1.0.445

2

package.json
{
"name": "lightapp-platform-common",
"version": "1.0.444",
"version": "1.0.445",
"description": "common utilities for lightapp platform",

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

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

userAttributes.push(cognitoUserAttribute);
console.log(`userAttributes: ${JSON.stringify(userAttributes)}`);
cognitoUserPool = new amazon_cognito_identity_js_1.CognitoUserPool(this.cognitoUserPoolData);

@@ -44,3 +45,3 @@ }

_result = Response_1.result(Response_1.StatusCode.BAD_REQUEST);
console.error(JSON.stringify(error));
console.error(`in new CognitoUserPool catch ${error}`);
callBack(_error, _result);

@@ -50,2 +51,3 @@ }

const { username, password } = userInfo;
console.log(`before cognitoUserPool.signUp... username: ${username}, password: ${password}`);
cognitoUserPool.signUp(username, password, validationData, userAttributes, (err, res) => {

@@ -52,0 +54,0 @@ if (err) {

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