Socket
Socket
Sign inDemoInstall

@heroku/ember-backboard

Package Overview
Dependencies
289
Maintainers
233
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.5.0

CHANGELOG.md

4

addon/services/analytics.js

@@ -61,2 +61,6 @@ import $ from 'jquery';

const page = { url, path, search, title, referrer };
const connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;
if (connection) {
properties.effectiveNetworkType = connection.effectiveType;
}

@@ -63,0 +67,0 @@ this._transmit({ source, event, userId, properties, page });

2

package.json
{
"name": "@heroku/ember-backboard",
"version": "1.4.1",
"version": "1.5.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