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

swdc-tracker

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swdc-tracker - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

3

dist/index.js

@@ -71,4 +71,5 @@ "use strict";

tracker_api_host = result.data.tracker_api;
e = emitter(tracker_api_host);
e = emitter(tracker_api_host, 'https', null, 'post', 0);
swdcTracker.spTracker = tracker([e], namespace, appId, false);
swdcTracker.spTracker.setPlatform('iot');
if (env_helper_1.isTestMode()) {

@@ -75,0 +76,0 @@ console.log('swdc-tracker test mode on. set env ENABLE_SWDC_TRACKER to "true" to send events');

{
"name": "swdc-tracker",
"version": "1.0.11",
"version": "1.0.12",
"description": "swdc event tracker",

@@ -5,0 +5,0 @@ "main": "dist",

@@ -32,2 +32,2 @@ import { UIElementInterface } from "../entities/ui_element";

export interface UIInteractionParams extends
AuthInterface, PluginInterface, UIElementInterface, UIInteractionInterface { }
AuthInterface, PluginInterface, UIElementInterface, UIInteractionInterface { }

@@ -24,5 +24,6 @@ import { get } from "./utils/http";

// initialize snowplow tracker
const e = emitter(tracker_api_host)
const e = emitter(tracker_api_host, 'https', null, 'post', 0)
swdcTracker.spTracker = tracker([e], namespace, appId, false)
swdcTracker.spTracker.setPlatform('iot');

@@ -29,0 +30,0 @@ if (isTestMode()) {

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