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.1-rc.2 to 0.4.1

2

cjs/metrics/tti/index.js

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

catch (e) {
log_1.log.error('Failed to collect Time-to-Interactive metric ' + e);
log_1.log.error('Failed to collect Time-to-Interactive metric. ' + e);
}

@@ -29,0 +29,0 @@ };

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

exports.userAgent = getUserAgent();
exports.languageVersion = 'jsrum-' + '0.4.1-rc.2';
exports.languageVersion = 'jsrum-' + '0.4.1';

@@ -23,5 +23,5 @@ import { ttiPolyfill } from './tti-polyfill';

catch (e) {
log.error('Failed to collect Time-to-Interactive metric ' + e);
log.error('Failed to collect Time-to-Interactive metric. ' + e);
}
};
}

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

export var userAgent = getUserAgent();
export var languageVersion = 'jsrum-' + '0.4.1-rc.2';
export var languageVersion = 'jsrum-' + '0.4.1';
{
"name": "@splitsoftware/browser-rum-agent",
"version": "0.4.1-rc.2",
"version": "0.4.1",
"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