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

@aws-amplify/analytics

Package Overview
Dependencies
Maintainers
10
Versions
2100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/analytics - npm Package Compare versions

Comparing version 1.2.11-ops-test.1 to 1.2.11-rn-hosted-ui2.0

src/Analytics.ts

32

CHANGELOG.md

@@ -6,4 +6,4 @@ # Change Log

<a name="1.2.11-ops-test.1"></a>
## [1.2.11-ops-test.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.2...@aws-amplify/analytics@1.2.11-ops-test.1) (2019-02-22)
<a name="1.2.11-rn-hosted-ui2.0"></a>
## [1.2.11-rn-hosted-ui2.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.6...@aws-amplify/analytics@1.2.11-rn-hosted-ui2.0) (2019-03-03)

@@ -15,4 +15,4 @@

<a name="1.2.11-ops-test.0"></a>
## [1.2.11-ops-test.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.2...@aws-amplify/analytics@1.2.11-ops-test.0) (2019-02-22)
<a name="1.2.11-unstable.6"></a>
## [1.2.11-unstable.6](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.5...@aws-amplify/analytics@1.2.11-unstable.6) (2019-02-27)

@@ -24,2 +24,26 @@

<a name="1.2.11-unstable.5"></a>
## [1.2.11-unstable.5](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.4...@aws-amplify/analytics@1.2.11-unstable.5) (2019-02-27)
**Note:** Version bump only for package @aws-amplify/analytics
<a name="1.2.11-unstable.4"></a>
## [1.2.11-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.3...@aws-amplify/analytics@1.2.11-unstable.4) (2019-02-27)
**Note:** Version bump only for package @aws-amplify/analytics
<a name="1.2.11-unstable.3"></a>
## [1.2.11-unstable.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.2...@aws-amplify/analytics@1.2.11-unstable.3) (2019-02-20)
**Note:** Version bump only for package @aws-amplify/analytics
<a name="1.2.11-unstable.2"></a>

@@ -26,0 +50,0 @@ ## [1.2.11-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.1...@aws-amplify/analytics@1.2.11-unstable.2) (2019-01-22)

12

lib/Providers/AWSPinpointProvider.js

@@ -346,6 +346,8 @@ "use strict";

if (err) {
logger.debug('record event failed. ', err);
logger.error('Please ensure you have updated your Pinpoint IAM Policy' +
'with the Action: \"mobiletargeting:PutEvents\" in order to ' +
'continue using AWS Pinpoint Service');
logger.error('record event failed. ', err);
logger.warn('If you have not updated your Pinpoint IAM Policy' +
' with the Action: \"mobiletargeting:PutEvents\" yet, please do it.' +
' This action is not necessary for now' +
' but in order to avoid breaking changes in the future,' +
' please update it as soon as possible.');
res(false);

@@ -437,3 +439,3 @@ }

logger.warn("Failed to remove unused endpoints with error: " + e);
logger.warn("Please ensure you have updated you Pinpoint IAM Policy " +
logger.warn("Please ensure you have updated your Pinpoint IAM Policy " +
"with the Action: \"mobiletargeting:GetUserEndpoints\" " +

@@ -440,0 +442,0 @@ "in order to get endpoints info of the user");

{
"name": "@aws-amplify/analytics",
"version": "1.2.11-ops-test.1",
"version": "1.2.11-rn-hosted-ui2.0",
"description": "Analytics category of aws-amplify",

@@ -56,4 +56,4 @@ "main": "./lib/index.js",

"dependencies": {
"@aws-amplify/cache": "1.0.23-ops-test.1",
"@aws-amplify/core": "1.0.23-ops-test.1",
"@aws-amplify/cache": "^1.0.23-rn-hosted-ui2.0",
"@aws-amplify/core": "^1.0.23-rn-hosted-ui2.0",
"uuid": "^3.2.1"

@@ -60,0 +60,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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