Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 0.2.0-alpha.2631c6c8 to 0.2.0-alpha.694cc790

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.2631c6c8",
"version": "0.2.0-alpha.694cc790",
"description": "amplify-cli front-end plugin for Android project",

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

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