Socket
Socket
Sign inDemoInstall

@arc-fusion/pb-editor-wrapper

Package Overview
Dependencies
Maintainers
12
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.361 to 0.0.362

1

dist/FeatureWrapper/getExitBoundaryNode.js

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

console.log('SELECTED', selectedNode, selectedNode.nextSibling);
return selectedNode.nextSibling;
}

6

dist/FeatureWrapper/index.js

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

addMouseEventsToSiblings(enterNode);
addMouseEventsToSiblings(fingerprint, enterNode);
observeBoundaries(enterNode);

@@ -71,5 +71,6 @@ return function () {

var exitBoundary = (0, _getExitBoundaryNode.getExitBoundaryNode)(mutation === null || mutation === void 0 ? void 0 : mutation.addedNodes[0]);
console.log('EXIT BOUNDARY', exitBoundary, exitBoundary === null || exitBoundary === void 0 ? void 0 : exitBoundary.getAttribute('data-fusion-component'));
if (fingerprint === (exitBoundary === null || exitBoundary === void 0 ? void 0 : exitBoundary.getAttribute('data-fusion-component'))) {
console.log('RE-ADD WRAPPER');
console.log('RE-ADD WRAPPER', mutation.target, enterNode);
addMouseEventsToSiblings(enterNode);

@@ -81,3 +82,2 @@ } else {

} else {
console.log('DISCONNECT OUTSIDE');
observer.disconnect();

@@ -84,0 +84,0 @@ }

{
"name": "@arc-fusion/pb-editor-wrapper",
"description": "PageBuilder Preview Wrapper",
"version": "0.0.361",
"version": "0.0.362",
"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