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

@liquid-state/iwa-cognito-identity

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquid-state/iwa-cognito-identity - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

10

dist/authentication.js

@@ -125,5 +125,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

var _this = this;
var username, password, email, phone, attributeList;
var username, password, email, phone, locale, attributeList;
return __generator(this, function (_a) {
username = userData.username, password = userData.password, email = userData.email, phone = userData.phone;
username = userData.username, password = userData.password, email = userData.email, phone = userData.phone, locale = userData.locale;
attributeList = [

@@ -139,2 +139,8 @@ {

].map(function (attrib) { return new CognitoUserAttribute(attrib); });
if (locale) {
attributeList.push(new CognitoUserAttribute({
Name: 'locale',
Value: locale,
}));
}
return [2 /*return*/, new Promise(function (resolve, reject) {

@@ -141,0 +147,0 @@ _this.userPool.signUp(username, password, attributeList, [], function (err, result) {

2

package.json
{
"name": "@liquid-state/iwa-cognito-identity",
"version": "2.0.0",
"version": "2.1.0",
"description": "",

@@ -5,0 +5,0 @@ "files": [

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