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.6.2-rc.0 to 0.7.0

2

CHANGES.txt

@@ -1,2 +0,2 @@

0.7.0 (May 15, 2024)
0.7.0 (May 16, 2024)
- Added '@splitsoftware/browser-rum-agent/slim' sub-package for ES Modules and CommonJS builds, to support a smaller bundle size by excluding the event collectors that are registered by default in the main package, like `errors` and `navigationTiming`. This package is recommended for users who want to manually register only the event collectors they need.

@@ -3,0 +3,0 @@ In other words, importing:

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

// - feature detection of Promise, History and Performance APIs is done by event collector modules. These features are required for some modules to collect data, but not for the RUM Agent to work.
// In Browser, the global `window` object is polluted with the agent
exports.isBrowser = typeof window === 'object' && typeof document === 'object';

@@ -23,0 +24,0 @@ exports.globalRef = exports.isBrowser ? window : {};

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

exports.userAgent = getUserAgent();
exports.languageVersion = 'jsrum-' + '0.6.2-rc.0';
exports.languageVersion = 'jsrum-' + '0.7.0';

@@ -18,2 +18,3 @@ import { setSchedule, flush, track, queue } from '../utils/queue';

// - feature detection of Promise, History and Performance APIs is done by event collector modules. These features are required for some modules to collect data, but not for the RUM Agent to work.
// In Browser, the global `window` object is polluted with the agent
export var isBrowser = typeof window === 'object' && typeof document === 'object';

@@ -20,0 +21,0 @@ export var globalRef = isBrowser ? window : {};

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

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

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

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