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

@splitsoftware/browser-rum-agent

Package Overview
Dependencies
Maintainers
8
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@splitsoftware/browser-rum-agent - npm Package Compare versions

Comparing version 0.4.2-rc.4 to 0.5.0

2

cjs/utils/context.js

@@ -38,2 +38,2 @@ "use strict";

exports.userAgent = getUserAgent();
exports.languageVersion = 'jsrum-' + '0.4.2-rc.4';
exports.languageVersion = 'jsrum-' + '0.5.0';

@@ -31,2 +31,2 @@ /* eslint-disable compat/compat */

export var userAgent = getUserAgent();
export var languageVersion = 'jsrum-' + '0.4.2-rc.4';
export var languageVersion = 'jsrum-' + '0.5.0';
{
"name": "@splitsoftware/browser-rum-agent",
"version": "0.4.2-rc.4",
"version": "0.5.0",
"description": "Split Software RUM Agent for Browsers.",

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

@@ -73,3 +73,3 @@ /* eslint-disable no-use-before-define */

* For example, if you set the prefix to 'my-app', the event type 'error' will be sent as 'my-app.error'.
* If you set the prefix to a falsy value, like an empty string, `null` or `undefined`, the event type 'error' will be sent as 'error'.
* If you set the prefix to a falsy value, like an empty string, the event type 'error' will be sent as 'error'.
*

@@ -76,0 +76,0 @@ * @defaultValue `'split.rum'`

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