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

ember-tracker

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-tracker - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

3

addon/mixins/tealium-route.js

@@ -19,3 +19,2 @@ import Ember from 'ember';

typeOf,
testing,
} = Ember;

@@ -39,3 +38,3 @@

if (!testing && IN_BROWSER) {
if (!Ember.testing && IN_BROWSER) {
this._etCheckForUtag();

@@ -42,0 +41,0 @@ }

@@ -16,3 +16,2 @@ /*eslint no-console: ["error", { allow: ["info", "log"] }] */

run,
testing,
} = Ember;

@@ -94,3 +93,3 @@

if (!testing && IN_BROWSER) {
if (!Ember.testing && IN_BROWSER) {
this._etCheckForGA();

@@ -186,3 +185,3 @@ }

log(type, ...args) {
if (testing) {
if (Ember.testing) {
return;

@@ -189,0 +188,0 @@ }

{
"name": "ember-tracker",
"version": "0.5.1",
"version": "0.5.2",
"description": "Easily add Google Analytics page and event tracking to your Ember JS Application.",

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

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