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
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.255 to 0.0.256

16

dist/FeatureWrapper/index.js

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

children = _ref.children;
var clonedElement = React.cloneElement(children, {
onMouseEnter: function onMouseEnter() {
console.log(fingerprint);
}
});
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("fusion-enter", {

@@ -28,3 +23,12 @@ "data-fusion-component": fingerprint,

}
}), clonedElement, /*#__PURE__*/React.createElement("fusion-exit", {
}), React.Children.map(children, function (element) {
return React.cloneElement(element, {
onMouseEnter: function onMouseEnter() {
return console.log(fingerprint);
},
onClick: function onClick() {
return console.log('click');
}
});
}), /*#__PURE__*/React.createElement("fusion-exit", {
"data-fusion-component": fingerprint,

@@ -31,0 +35,0 @@ "data-fusion-plugins": plugins,

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