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

@splitsoftware/browser-suite

Package Overview
Dependencies
Maintainers
0
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 2.0.0-rc.1 to 2.0.0-rc.2

2

package.json
{
"name": "@splitsoftware/browser-suite",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Split Suite for JavaScript on Browser",

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

@@ -70,5 +70,5 @@ // Declaration file for JavaScript Browser Split Software SDK

/**
* This represents the interface for the Suite instance, that is an extension of the ISDK interface.
* This represents the interface for the Suite instance, that is an extension of the IBrowserSDK interface.
*/
export interface ISuiteSDK extends SplitIO.ISDK {
export interface ISuiteSDK extends SplitIO.IBrowserSDK {
/**

@@ -81,3 +81,3 @@ * Returns the default client instance of the SDK and adds its identity (i.e., user key and traffic type pair) to the RUM agent for event tracking.

*/
client(): SplitIO.IClient,
client(): SplitIO.IBrowserClient,
/**

@@ -92,3 +92,3 @@ * Returns a shared client of the SDK and adds its identity (i.e., user key and traffic type pair) to the RUM agent for event tracking.

*/
client(key: SplitIO.SplitKey, trafficType?: string): SplitIO.IClient,
client(key: SplitIO.SplitKey, trafficType?: string): SplitIO.IBrowserClient,
/**

@@ -95,0 +95,0 @@ * Returns the Browser RUM Agent.

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