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

amplify-frontend-android

Package Overview
Dependencies
Maintainers
3
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.14.3 to 2.14.4-beta.0

11

CHANGELOG.md

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

## [2.14.4-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.14.3...amplify-frontend-android@2.14.4-beta.0) (2021-01-13)
### Bug Fixes
* regression from [#6131](https://github.com/aws-amplify/amplify-cli/issues/6131) ([#6370](https://github.com/aws-amplify/amplify-cli/issues/6370)) ([9dcd118](https://github.com/aws-amplify/amplify-cli/commit/9dcd118eed4cd29b4d10d1b235fcc35933d58b02))
## [2.14.3](https://github.com/aws-amplify/amplify-cli/compare/amplify-frontend-android@2.14.2...amplify-frontend-android@2.14.3) (2021-01-08)

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

6

lib/amplify-config-helper.js

@@ -1,4 +0,4 @@

function generateConfig(context, amplifyConfig, newAWSConfig) {
function generateConfig(context, newAWSConfig) {
const metadata = context.amplify.getProjectMeta();
amplifyConfig = {
const amplifyConfig = {
UserAgent: 'aws-amplify-cli/2.0',

@@ -87,3 +87,3 @@ Version: '1.0',

region,
authorizationType: resourceMeta.restrictAccess ? "AMAZON_COGNITO_USER_POOLS" : "AWS_IAM",
authorizationType: resourceMeta.restrictAccess ? 'AMAZON_COGNITO_USER_POOLS' : 'AWS_IAM',
};

@@ -90,0 +90,0 @@ }

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

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

},
"gitHead": "7a045fbfe9cb97bf765771b8b1724c9c55a70983"
"gitHead": "d61f0c4e930a9579e39f866db9eebb47dbfc16cb"
}
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