Socket
Socket
Sign inDemoInstall

ember-metrics

Package Overview
Dependencies
319
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

8

addon/services/metrics.js

@@ -177,15 +177,15 @@ import Service from '@ember/service';

identify() {
this.invoke('identify', arguments);
this.invoke('identify', ...arguments);
}
alias() {
this.invoke('alias', arguments);
this.invoke('alias', ...arguments);
}
trackEvent() {
this.invoke('trackEvent', arguments);
this.invoke('trackEvent', ...arguments);
}
trackPage() {
this.invoke('trackPage', arguments);
this.invoke('trackPage', ...arguments);
}

@@ -192,0 +192,0 @@

# v1.1.0
## v1.4.2 (2021-11-22)
- Fix Metrics Service convenience invoke methods https://github.com/adopted-ember-addons/ember-metrics/pull/381
Thanks to @jaswilli, and my apologies for the rockiness of this release.
## v1.4.1 (2021-11-22)

@@ -4,0 +11,0 @@

{
"name": "ember-metrics",
"version": "1.4.1",
"version": "1.4.2",
"description": "Send data to multiple analytics integrations without re-implementing new API",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc