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.262 to 0.0.263

10

dist/FeatureWrapper/index.js

@@ -32,4 +32,4 @@ "use strict";

var FeatureWrapper = /*#__PURE__*/function (_Component) {
_inherits(FeatureWrapper, _Component);
var FeatureWrapper = /*#__PURE__*/function (_PureComponent) {
_inherits(FeatureWrapper, _PureComponent);

@@ -58,3 +58,7 @@ var _super = _createSuper(FeatureWrapper);

}), React.Children.map(children, function (child) {
console.log('CHILDDDD', child);
return React.cloneElement(child, {
onClick: function onClick() {
return alert('This replaced the original onClick prop');
},
onMouseEnter: function onMouseEnter() {

@@ -75,5 +79,5 @@ console.log('onMouseEnter');

return FeatureWrapper;
}(_react.Component);
}(_react.PureComponent);
var _default = FeatureWrapper;
exports.default = _default;
{
"name": "@arc-fusion/pb-editor-wrapper",
"description": "PageBuilder Preview Wrapper",
"version": "0.0.262",
"version": "0.0.263",
"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