Socket
Socket
Sign inDemoInstall

@cloudcannon/react-connector

Package Overview
Dependencies
4
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 2.0.0

8

index.js

@@ -13,3 +13,3 @@ const React = require('react');

super(props);
this.state = {}
this.state = props.page?.data || {};
this.onLoadEventListener = (e) => {

@@ -55,4 +55,6 @@ this.onCloudCannonLoad(e.detail.CloudCannon);

page: {
...processProps(this.props.page),
...this.state,
...this.props.page,
data: {
...processProps(this.state)
},
}

@@ -59,0 +61,0 @@ }

{
"name": "@cloudcannon/react-connector",
"version": "1.0.8",
"version": "2.0.0",
"description": "A React connector for activating live visual editing in CloudCannon",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc