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

kochava

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kochava - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

8

dist/kochava.js

@@ -25,2 +25,4 @@ /*

import { getPageName } from "./browser/browser";
// Update this when releasing a new version of the sdk
const SDK_VERSION = "WebTracker 3.0.2";
export class Kochava {

@@ -163,3 +165,3 @@ // User will use the below factories instead of directly calling

if (!__classPrivateFieldGet(this, _Kochava_instance, "f").version)
__classPrivateFieldGet(this, _Kochava_instance, "f").version = "WebTracker 3.0.0";
__classPrivateFieldGet(this, _Kochava_instance, "f").version = SDK_VERSION;
switch (wrapperVersion.name) {

@@ -367,4 +369,4 @@ case "Angular":

__classPrivateFieldGet(this, _Kochava_instance, "f").useCookies = __classPrivateFieldGet(this, _Kochava_instance, "f").useCookies || false;
__classPrivateFieldGet(this, _Kochava_instance, "f").version = __classPrivateFieldGet(this, _Kochava_instance, "f").version || "WebTracker 3.0.0";
__classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 6/10/2022, 10:52:40 AM";
__classPrivateFieldGet(this, _Kochava_instance, "f").version = __classPrivateFieldGet(this, _Kochava_instance, "f").version || SDK_VERSION;
__classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 7/1/2022, 9:12:07 AM";
__classPrivateFieldGet(this, _Kochava_instance, "f").kochavaSession = utils.uuidv4().substring(0, 5);

@@ -371,0 +373,0 @@ __classPrivateFieldGet(this, _Kochava_instance, "f").startTimeMS = utils.getCurrTimeMS();

{
"name": "kochava",
"version": "3.0.1",
"version": "3.0.2",
"main": "dist/kochava.js",

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

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