Socket
Socket
Sign inDemoInstall

@kano/kbc-telemetry

Package Overview
Dependencies
Maintainers
13
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-telemetry - npm Package Compare versions

Comparing version 4.22.14-alpha.0 to 4.22.20-alpha.0

3

lib/utils/telemetry-client.js

@@ -25,3 +25,4 @@ "use strict";

this.telemetryStarted = true;
this.config.tracking.trackEvent({ event: 'start_session' });
const { platform, vendor, language } = window.navigator ? window.navigator : { platform: null, vendor: null, language: null };
this.config.tracking.trackEvent({ event: 'start_session', data: { platform, vendor, language, windowSize: window.innerWidth } });
};

@@ -28,0 +29,0 @@ this.storedSession = () => {

{
"name": "@kano/kbc-telemetry",
"version": "4.22.14-alpha.0",
"version": "4.22.20-alpha.0",
"description": "Telemetry module for boilerplate apps, using react-tracking",

@@ -35,3 +35,3 @@ "author": "Kano Computing",

},
"gitHead": "684ed73ee5613578e5fcaf21dc884e9cb71d51ad"
"gitHead": "1989e62ee1b7a46219480ba58882c91e69175299"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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