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.356 to 0.0.357

5

dist/FeatureWrapper/index.js

@@ -55,2 +55,3 @@ "use strict";

};
var observedFingerprints = [];
var observer = new MutationObserver(callback);

@@ -60,4 +61,2 @@ observer.observe(parentNode, config);

function callback(mutationsList) {
var observedFingerprints = [];
var _iterator = _createForOfIteratorHelper(mutationsList),

@@ -79,3 +78,3 @@ _step;

if (isChain || observedFingerprints.includes(selectedFingerprint)) {
console.log('DISCONNECT');
console.log('DISCONNECT INSIDE');
observer.disconnect();

@@ -82,0 +81,0 @@ } else {

2

package.json
{
"name": "@arc-fusion/pb-editor-wrapper",
"description": "PageBuilder Preview Wrapper",
"version": "0.0.356",
"version": "0.0.357",
"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