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.301 to 0.0.333

5

dist/FeatureWrapper/index.js

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

if (isChain) return;
console.log('hello world');

@@ -67,2 +66,3 @@ var enterNode = _reactDom.default.findDOMNode(enterRef.current);

var siblingNodes = (0, _getSiblingNodes.getSiblingNodes)(fingerprint, enterNode);
console.log('hello world', enterNode, siblingNodes);
addMouseEvents(siblingNodes);

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

fingerprint: _propTypes.default.string.isRequired,
plugins: _propTypes.default.string.isRequired
plugins: _propTypes.default.string,
isChain: _propTypes.default.bool
};
var _default = FeatureWrapper;
exports.default = _default;

4

package.json
{
"name": "@arc-fusion/pb-editor-wrapper",
"description": "PageBuilder Preview Wrapper",
"version": "0.0.301",
"version": "0.0.333",
"module": "dist/index.js",

@@ -16,3 +16,3 @@ "files": [

"clean": "rimraf dist",
"build": "npm run clean && cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
"build": "cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
"build-watch": "watch 'npm run build && npm run local-publish' ./src",

@@ -19,0 +19,0 @@ "local-publish": "yalc publish --private"

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