Socket
Socket
Sign inDemoInstall

@heroku/ember-backboard

Package Overview
Dependencies
288
Maintainers
274
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.7.0

4

addon/services/analytics.js

@@ -51,4 +51,4 @@ import { getOwner } from '@ember/application';

// attempt to retrieve and pass along the current path
const application = getOwner(this).lookup('controller:application');
properties.route = application ? application.currentPath : window.location.pathname;
const routerService = getOwner(this).lookup('service:router');
properties.route = routerService ? routerService.currentPath : window.location.pathname;

@@ -55,0 +55,0 @@ const url = this._sanitize(window.location.href); // this includes proto and domain

{
"name": "@heroku/ember-backboard",
"version": "1.6.0",
"version": "1.7.0",
"description": "Ember backboard",

@@ -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