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

aws-rum-web

Package Overview
Dependencies
Maintainers
2
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.13.4 to 1.13.6

15

CHANGELOG.md

@@ -5,2 +5,17 @@ # Changelog

### [1.13.6]((https://github.com/aws-observability/aws-rum-web/compare/v1.13.5...v1.13.6)) (2023-03-17)
### Bug Fixes
* Hardcode web client version to v1.13.6 ([183cfb](https://github.com/aws-observability/aws-rum-web/commit/183cfb2b3433b95947adbf680c66b3ad4c7b0e23))
### [1.13.5]((https://github.com/aws-observability/aws-rum-web/compare/v1.13.4...v1.13.5)) (2023-03-17)
### Bug Fixes
* Handle missing pageId in metadata when page is resumed ([#388](https://github.com/aws-observability/aws-rum-web/issues/388)) ([49678a6](https://github.com/aws-observability/aws-rum-web/commit/49678a6812cca9af3105a10b693e413d4b7da166))
### [1.13.4](https://github.com/aws-observability/aws-rum-web/compare/v1.13.2...v1.13.4) (2023-03-07)

@@ -7,0 +22,0 @@

2

dist/cjs/event-cache/EventCache.js

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

var PageManager_1 = require("../sessions/PageManager");
var webClientVersion = '1.13.4';
var webClientVersion = '1.13.6';
/**

@@ -21,0 +21,0 @@ * A cache which stores events generated by telemetry plugins.

@@ -67,2 +67,7 @@ "use strict";

}
else if (this.resumed) {
// Update attributes state in PageManager for event metadata
this.collectAttributes(this.page, typeof payload === 'object' ? payload : undefined);
return;
}
else {

@@ -69,0 +74,0 @@ // The view has not changed.

@@ -15,3 +15,3 @@ var __assign = (this && this.__assign) || function () {

import { PageManager } from '../sessions/PageManager';
var webClientVersion = '1.13.4';
var webClientVersion = '1.13.6';
/**

@@ -18,0 +18,0 @@ * A cache which stores events generated by telemetry plugins.

@@ -64,2 +64,7 @@ var __assign = (this && this.__assign) || function () {

}
else if (this.resumed) {
// Update attributes state in PageManager for event metadata
this.collectAttributes(this.page, typeof payload === 'object' ? payload : undefined);
return;
}
else {

@@ -66,0 +71,0 @@ // The view has not changed.

{
"name": "aws-rum-web",
"version": "1.13.4",
"version": "1.13.6",
"sideEffects": false,

@@ -5,0 +5,0 @@ "description": "The Amazon CloudWatch RUM web client.",

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