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

@adobe/helix-rum-enhancer

Package Overview
Dependencies
Maintainers
24
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/helix-rum-enhancer - npm Package Compare versions

Comparing version 2.13.0 to 2.14.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [2.14.0](https://github.com/adobe/helix-rum-enhancer/compare/v2.13.0...v2.14.0) (2024-06-11)
### Features
* **viewmedia:** expand view media tracking to all images that are there at render time ([d7a1715](https://github.com/adobe/helix-rum-enhancer/commit/d7a17158cf6ef2023ca36811ac5e436b6f18847e))
# [2.13.0](https://github.com/adobe/helix-rum-enhancer/compare/v2.12.0...v2.13.0) (2024-06-11)

@@ -2,0 +9,0 @@

2

dist/rum-enhancer.js

@@ -277,3 +277,3 @@ /*

if (mediaobserver) {
parent.querySelectorAll('picture > img, video, audio, iframe').forEach((m) => {
parent.querySelectorAll('img, video, audio, iframe').forEach((m) => {
if (!m.closest('div .block') || m.closest('div[data-block-status="loaded"]')) {

@@ -280,0 +280,0 @@ mediaobserver.observe(m);

{
"name": "@adobe/helix-rum-enhancer",
"version": "2.13.0",
"version": "2.14.0",
"description": "Helix RUM Enhancer",

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

@@ -277,3 +277,3 @@ /*

if (mediaobserver) {
parent.querySelectorAll('picture > img, video, audio, iframe').forEach((m) => {
parent.querySelectorAll('img, video, audio, iframe').forEach((m) => {
if (!m.closest('div .block') || m.closest('div[data-block-status="loaded"]')) {

@@ -280,0 +280,0 @@ mediaobserver.observe(m);

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