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.2 to 3.0.4

README.md

2

dist/interfaces.d.ts

@@ -19,3 +19,3 @@ interface DefaultConfig {

readonly event: "https://web-sdk.control.kochava.com/track/json/";
readonly identityLink: "https://web-sdk.control.kochava.com/v1/cpi/identityLink.php";
readonly identityLink: "https://web-sdk.control.kochava.com/track/json/";
};

@@ -22,0 +22,0 @@ readonly retry_waterfall: [7, 30, 300, 1800];

@@ -26,3 +26,3 @@ /*

event: "https://web-sdk.control.kochava.com/track/json/",
identityLink: "https://web-sdk.control.kochava.com/v1/cpi/identityLink.php"
identityLink: "https://web-sdk.control.kochava.com/track/json/"
},

@@ -29,0 +29,0 @@ retry_waterfall: [7, 30, 300, 1800],

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

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

@@ -165,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 = SDK_VERSION;
__classPrivateFieldGet(this, _Kochava_instance, "f").version = "WebTracker " + SDK_VERSION;
switch (wrapperVersion.name) {

@@ -369,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 || SDK_VERSION;
__classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 7/1/2022, 9:12:07 AM";
__classPrivateFieldGet(this, _Kochava_instance, "f").version = __classPrivateFieldGet(this, _Kochava_instance, "f").version || "WebTracker " + SDK_VERSION;
__classPrivateFieldGet(this, _Kochava_instance, "f").buildDate = "kbd: 7/12/2022, 6:18:46 PM";
__classPrivateFieldGet(this, _Kochava_instance, "f").kochavaSession = utils.uuidv4().substring(0, 5);

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

{
"name": "kochava",
"version": "3.0.2",
"version": "3.0.4",
"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