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.12-beta.5 to 1.2.12-beta.6

11

CHANGELOG.md

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

<a name="1.2.12-beta.6"></a>
## [1.2.12-beta.6](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.12-unstable.1...@aws-amplify/analytics@1.2.12-beta.6) (2019-03-27)
### Features
* **core:** Hub refactor and tests ([7ac5bcf](https://github.com/aws/aws-amplify/commit/7ac5bcf))
<a name="1.2.12-beta.5"></a>

@@ -8,0 +19,0 @@ ## [1.2.12-beta.5](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.12-unstable.1...@aws-amplify/analytics@1.2.12-beta.5) (2019-03-14)

6

package.json
{
"name": "@aws-amplify/analytics",
"version": "1.2.12-beta.5",
"version": "1.2.12-beta.6",
"description": "Analytics category of aws-amplify",

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

"dependencies": {
"@aws-amplify/cache": "1.0.24-beta.5",
"@aws-amplify/core": "1.0.24-beta.5",
"@aws-amplify/cache": "1.0.24-beta.6",
"@aws-amplify/core": "1.0.24-beta.6",
"uuid": "^3.2.1"

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

@@ -64,3 +64,3 @@ /*

const storageEvent = (payload) => {
const { attrs, metrics } = payload;
const { data: { attrs, metrics }} = payload;
if (!attrs) return;

@@ -67,0 +67,0 @@

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