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

@splitsoftware/browser-suite

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splitsoftware/browser-suite - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1-rc.0

3

CHANGES.txt

@@ -0,1 +1,4 @@

1.3.0 (March 22, 2024)
- Updated @splitsoftware/browser-rum-agent package to version 0.6.0.
1.2.0 (March 4, 2024)

@@ -2,0 +5,0 @@ - Updated @splitsoftware/browser-rum-agent package to version 0.5.0.

@@ -46,2 +46,3 @@ "use strict";

client.destroy = function () {
browser_rum_agent_1.SplitRumAgent.flush();
browser_rum_agent_1.SplitRumAgent.removeIdentity(identity_1);

@@ -69,2 +70,3 @@ return originalDestroy_1.apply(client, arguments);

settings.log.warn('RUM Agent already setup. The new Suite instance will reset the RUM Agent configuration.');
browser_rum_agent_1.SplitRumAgent.flush(); // flush events for previous SDK key
browser_rum_agent_1.SplitRumAgent.removeIdentities(); // reset identities for new SDK key

@@ -71,0 +73,0 @@ }

@@ -43,2 +43,3 @@ import { objectAssign } from '@splitsoftware/splitio-commons/esm/utils/lang/objectAssign';

client.destroy = function () {
SplitRumAgent.flush();
SplitRumAgent.removeIdentity(identity_1);

@@ -66,2 +67,3 @@ return originalDestroy_1.apply(client, arguments);

settings.log.warn('RUM Agent already setup. The new Suite instance will reset the RUM Agent configuration.');
SplitRumAgent.flush(); // flush events for previous SDK key
SplitRumAgent.removeIdentities(); // reset identities for new SDK key

@@ -68,0 +70,0 @@ }

4

package.json
{
"name": "@splitsoftware/browser-suite",
"version": "1.2.0",
"version": "1.2.1-rc.0",
"description": "Split Suite for JavaScript on Browser",

@@ -50,3 +50,3 @@ "main": "cjs/index.js",

"dependencies": {
"@splitsoftware/browser-rum-agent": "^0.5.0",
"@splitsoftware/browser-rum-agent": "^0.5.1-rc.6",
"@splitsoftware/splitio-browserjs": "^0.13.1"

@@ -53,0 +53,0 @@ },

@@ -56,2 +56,3 @@ import { objectAssign } from '@splitsoftware/splitio-commons/src/utils/lang/objectAssign';

client.destroy = function () {
SplitRumAgent.flush();
SplitRumAgent.removeIdentity(identity);

@@ -83,2 +84,3 @@ return originalDestroy.apply(client, arguments);

settings.log.warn('RUM Agent already setup. The new Suite instance will reset the RUM Agent configuration.');
SplitRumAgent.flush(); // flush events for previous SDK key
SplitRumAgent.removeIdentities(); // reset identities for new SDK key

@@ -85,0 +87,0 @@ }

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