Socket
Socket
Sign inDemoInstall

@cloudcannon/react-connector

Package Overview
Dependencies
4
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

4

index.js

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

} catch(fetchError) {
consolw.warn('Failed to fetch latest page props', fetchError);
console.warn('Failed to fetch latest page props', fetchError);
}

@@ -59,3 +59,3 @@ }

}
return React.createElement(Component, hydratedProps, null);
return React.createElement(Component, hydratedProps, this.props.children);
}

@@ -62,0 +62,0 @@ }

{
"name": "@cloudcannon/react-connector",
"version": "1.0.6",
"version": "1.0.7",
"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