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.93 to 0.0.94

14

dist/FeatureWrapper/index.js

@@ -22,10 +22,2 @@ "use strict";

function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

@@ -97,3 +89,3 @@

key: "fusion-enter-".concat(fingerprint),
css: [].concat(_toConsumableArray(styles.wrapper), [isHovered && styles.wrapper.highlighted]),
css: [styles.wrapper, isHovered && styles.wrapper.highlighted],
onMouseEnter: onFeatureHover,

@@ -108,2 +100,6 @@ onMouseLeave: function onMouseLeave() {

key: "fusion-exit-".concat(fingerprint),
onMouseEnter: onFeatureHover,
onMouseLeave: function onMouseLeave() {
return setHover(false);
},
'data-fusion-component': fingerprint

@@ -110,0 +106,0 @@ })]);

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