Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amplify-frontend-android

Package Overview
Dependencies
Maintainers
5
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 2.15.1 to 2.15.2-beta.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.15.2-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.15.1...amplify-frontend-android@2.15.2-beta.0) (2021-04-30)
### Bug Fixes
* render the right auth mode for admin queries in config files ([#7118](https://github.com/aws-amplify/amplify-cli/issues/7118)) ([8f8deba](https://github.com/aws-amplify/amplify-cli/commit/8f8deba9171a30433aa6820af1f32f5498db5028)), closes [#6983](https://github.com/aws-amplify/amplify-cli/issues/6983)
## [2.15.1](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.14.5...amplify-frontend-android@2.15.1) (2021-04-09)

@@ -8,0 +19,0 @@

2

lib/amplify-config-helper.js

@@ -80,3 +80,3 @@ function generateConfig(context, newAWSConfig) {

region,
authorizationType: 'AWS_IAM',
authorizationType: resourceMeta.authorizationType || 'AWS_IAM',
};

@@ -83,0 +83,0 @@ } else if (resourceMeta.service === 'ElasticContainer' && resourceMeta.apiType === 'REST') {

{
"name": "amplify-frontend-android",
"version": "2.15.1",
"version": "2.15.2-beta.0",
"description": "amplify-cli front-end plugin for Android project",

@@ -23,3 +23,3 @@ "repository": {

},
"gitHead": "270df23a63dca6fe11422383db3d72d7f0b99fea"
"gitHead": "53956597fbaebf8ade77a4b111d02d31df80f297"
}
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