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 2.0.13 to 2.0.14

model/interfaces/System.js

0

config/cognito.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

7

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

@@ -12,3 +12,4 @@ "main": "index.js",

"amazon-cognito-identity-js": "^3.0.3",
"pg": "^7.6.1"
"pg": "^7.6.1",
"user": "0.0.0"
},

@@ -63,2 +64,2 @@ "devDependencies": {

"license": "ISC"
}
}

@@ -77,3 +77,8 @@ "use strict";

const idToken = res.getIdToken().getJwtToken();
_result = Result_2.getResult(Result_1.StatusCode.OK, 'Successful login', { Authorization: idToken });
const authData = {
Username: username,
Password: password,
AuthToken: idToken
};
_result = Result_2.getResult(Result_1.StatusCode.OK, authData);
callBack(null, _result);

@@ -80,0 +85,0 @@ console.log('end sign in Cognito user');

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const Result_1 = require("../model/interfaces/Result");
const Result_1 = require("lightapp-platform-common/model/interfaces/Result");
const Result_2 = require("./Result");

@@ -9,0 +9,0 @@ const aws_sdk_1 = __importDefault(require("aws-sdk"));

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