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

@arc-fusion/pb-editor-wrapper

Package Overview
Dependencies
Maintainers
11
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arc-fusion/pb-editor-wrapper - npm Package Compare versions

Comparing version 0.0.403 to 0.0.404

4

dist/FeatureWrapper/index.js

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

};
});
}, []);

@@ -115,2 +115,3 @@ function observeBoundaries(enterNode) {

var siblingNodes = (0, _getSiblingNodes.getSiblingNodes)(fingerprint, enterNode);
console.log('ADD EVENTS', siblingNodes);
siblingNodes === null || siblingNodes === void 0 ? void 0 : siblingNodes.forEach(function (element) {

@@ -124,2 +125,3 @@ element === null || element === void 0 ? void 0 : element.addEventListener('mouseenter', onFeatureHover);

var siblingNodes = (0, _getSiblingNodes.getSiblingNodes)(fingerprint, enterNode);
console.log('REMOVE EVENTS', siblingNodes);
siblingNodes === null || siblingNodes === void 0 ? void 0 : siblingNodes.forEach(function (element) {

@@ -126,0 +128,0 @@ element === null || element === void 0 ? void 0 : element.removeEventListener('mouseenter', onFeatureHover);

{
"name": "@arc-fusion/pb-editor-wrapper",
"description": "PageBuilder Preview Wrapper",
"version": "0.0.403",
"version": "0.0.404",
"module": "dist/index.js",

@@ -6,0 +6,0 @@ "files": [

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