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

ember-metrics

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-metrics - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

app/initializers/metrics.js

@@ -5,3 +5,3 @@ import config from '../config/environment';

const application = arguments[1] || arguments[0];
const { metricsAdapters = {} } = config;
const { metricsAdapters = [] } = config;
const { environment = 'development' } = config;

@@ -8,0 +8,0 @@ const options = { metricsAdapters, environment };

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

@@ -5,0 +5,0 @@ "directories": {

@@ -60,3 +60,3 @@ # ember-metrics

name: 'GoogleAnalytics',
environments: ['development', 'production']
environments: ['development', 'production'],
config: {

@@ -68,3 +68,3 @@ id: 'UA-XXXX-Y'

name: 'Mixpanel',
environments: ['production']
environments: ['production'],
config: {

@@ -76,3 +76,3 @@ token: '0f76c037-4d76-4fce-8a0f-a9a8f89d1453'

name: 'Segment',
environments: ['production']
environments: ['production'],
config: {

@@ -84,3 +84,3 @@ key: '4fce-8a0f-a9a8f89d1453'

name: 'LocalAdapter',
environments: ['all'] // default
environments: ['all'], // default
config: {

@@ -87,0 +87,0 @@ foo: 'bar'

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