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

@elastic/apm-rum

Package Overview
Dependencies
Maintainers
60
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic/apm-rum - npm Package Compare versions

Comparing version 5.15.0 to 5.16.0

6

dist/es/apm-base.js

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

import { getInstrumentationFlags, PAGE_LOAD_DELAY, PAGE_LOAD, ERROR, CONFIG_SERVICE, LOGGING_SERVICE, TRANSACTION_SERVICE, PERFORMANCE_MONITORING, ERROR_LOGGING, APM_SERVER, EVENT_TARGET, CLICK, observePageVisibility, observePageClicks } from '@elastic/apm-rum-core';
import { getInstrumentationFlags, PAGE_LOAD_DELAY, PAGE_LOAD, ERROR, CONFIG_SERVICE, LOGGING_SERVICE, TRANSACTION_SERVICE, PERFORMANCE_MONITORING, ERROR_LOGGING, APM_SERVER, EVENT_TARGET, CLICK, observePageVisibility, observePageClicks, observeUserInteractions } from '@elastic/apm-rum-core';

@@ -32,3 +32,3 @@ var ApmBase = function () {

configService.setVersion('5.15.0');
configService.setVersion('5.16.0');
this.config(config);

@@ -75,2 +75,4 @@ var logLevel = configService.get('logLevel');

}
observeUserInteractions();
} else {

@@ -77,0 +79,0 @@ this._disable = true;

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

configService.setVersion('5.15.0');
configService.setVersion('5.16.0');
this.config(config);

@@ -80,2 +80,4 @@ var logLevel = configService.get('logLevel');

}
(0, _apmRumCore.observeUserInteractions)();
} else {

@@ -82,0 +84,0 @@ this._disable = true;

{
"name": "@elastic/apm-rum",
"version": "5.15.0",
"version": "5.16.0",
"description": "Elastic APM JavaScript agent",

@@ -49,3 +49,3 @@ "main": "dist/lib/index.js",

"dependencies": {
"@elastic/apm-rum-core": "^5.20.0"
"@elastic/apm-rum-core": "^5.21.0"
},

@@ -65,3 +65,3 @@ "bundlesize": [

],
"gitHead": "b9a7e5def7baa79a72906ba4345d0613bd25e63a"
"gitHead": "242cb41a092b88a3e832fdaf9bb970b7b8d272cf"
}

@@ -40,3 +40,4 @@ /**

observePageVisibility,
observePageClicks
observePageClicks,
observeUserInteractions
} from '@elastic/apm-rum-core'

@@ -75,3 +76,3 @@

*/
configService.setVersion('5.15.0')
configService.setVersion('5.16.0')
this.config(config)

@@ -130,2 +131,3 @@ /**

}
observeUserInteractions()
} else {

@@ -132,0 +134,0 @@ this._disable = true

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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