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

@kameleoon/javascript-sdk-core

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kameleoon/javascript-sdk-core - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

4

dist/requester/types.d.ts

@@ -46,4 +46,4 @@ import { JSONType, FeatureFlagType, ConfigurationDataType } from '../campaignConfiguration';

export type GetVisitorDataResultType = {
previousVisits?: VisitType;
currentVisits?: VisitType;
previousVisits?: [VisitType];
currentVisits?: [VisitType];
};

@@ -50,0 +50,0 @@ export type GetClientConfigurationResultType = Omit<ConfigurationDataType, 'featureFlags'> & {

@@ -139,3 +139,3 @@ "use strict";

const resultData = [];
const customDataEvents = [...visits.customDataEvents];
const customDataEvents = [...visits[0].customDataEvents];
customDataEvents.sort((a, b) => b.time - a.time);

@@ -142,0 +142,0 @@ for (const customDataEvent of customDataEvents) {

{
"name": "@kameleoon/javascript-sdk-core",
"version": "2.4.0",
"version": "2.4.1",
"description": "Kameleoon JS SDK Core",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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