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

aws-rum-web

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-rum-web - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

CHANGELOG.md
# Changelog for AWS RUM Web Client
<!--LATEST=1.0.4-->
<!--LATEST=1.0.5-->
<!--ENTRYINSERT-->
## 1.0.5
- fix: Fixed uncaught TypeError when include/exclude URLs are used with tracing enabled
## 1.0.4

@@ -7,0 +11,0 @@

3

dist/cjs/plugins/event-plugins/FetchPlugin.js

@@ -52,3 +52,4 @@ "use strict";

_this.isSessionRecorded = function () {
return _this.context.getSession().record;
var _a;
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false;
};

@@ -55,0 +56,0 @@ _this.beginTrace = function (input, init, argsArray) {

@@ -99,3 +99,4 @@ "use strict";

_this.isSessionRecorded = function () {
return _this.context.getSession().record;
var _a;
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false;
};

@@ -102,0 +103,0 @@ _this.handleXhrLoadEvent = function (e) {

@@ -49,3 +49,4 @@ var __extends = (this && this.__extends) || (function () {

_this.isSessionRecorded = function () {
return _this.context.getSession().record;
var _a;
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false;
};

@@ -52,0 +53,0 @@ _this.beginTrace = function (input, init, argsArray) {

@@ -96,3 +96,4 @@ var __extends = (this && this.__extends) || (function () {

_this.isSessionRecorded = function () {
return _this.context.getSession().record;
var _a;
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false;
};

@@ -99,0 +100,0 @@ _this.handleXhrLoadEvent = function (e) {

{
"name": "aws-rum-web",
"version": "1.0.4",
"version": "1.0.5",
"description": "The Amazon CloudWatch RUM web client.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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