Socket
Book a DemoInstallSign in
Socket

amplify-frontend-android

Package Overview
Dependencies
Maintainers
2
Versions
578
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-frontend-android - npm Package Compare versions

Comparing version

to
0.2.0-alpha.e0406dc1

17

lib/frontend-config-creator.js

@@ -47,2 +47,4 @@ const constants = require('./constants');

break;
case 'Lex': Object.assign(configOutput, getLexConfig(serviceResourceMapping[service], projectRegion));
break;
default: break;

@@ -176,2 +178,17 @@ }

function getLexConfig(lexResources) {
const config = {};
lexResources.forEach((r) => {
config[r.output.BotName] = {
Name: r.output.BotName,
Alias: '$LATEST',
Region: r.output.Region,
};
});
return {
Lex: config,
};
}
module.exports = { createAWSConfig, createAmplifyConfig };

2

package.json
{
"name": "amplify-frontend-android",
"version": "0.2.0-alpha.d9d538bd",
"version": "0.2.0-alpha.e0406dc1",
"description": "amplify-cli front-end plugin for Android project",

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.