Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wixc3/react-board

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/react-board - npm Package Compare versions

Comparing version 4.6.1 to 4.6.2

2

dist/types.d.ts

@@ -6,3 +6,3 @@ import type React from 'react';

export interface IReactBoardHooks<PLUGINPROPS> extends IRenderableLifeCycleHooks<PLUGINPROPS> {
wrapRender?: (props: PLUGINPROPS, renderable: IRenderableMetadataBase, renderableElement: JSX.Element, canvas: HTMLElement) => null | JSX.Element;
wrapRender?: (props: PLUGINPROPS, renderable: IRenderableMetadataBase, renderableElement: React.ReactElement, canvas: HTMLElement) => null | React.ReactElement;
}

@@ -9,0 +9,0 @@ export interface IReactBoard extends IRenderableMetadataBase<IReactBoardHooks<never>> {

{
"name": "@wixc3/react-board",
"description": "Library for creation of React component boards",
"version": "4.6.1",
"version": "4.6.2",
"main": "dist/index.js",

@@ -11,3 +11,3 @@ "peerDependencies": {

"dependencies": {
"@wixc3/board-core": "^4.6.1"
"@wixc3/board-core": "^4.6.2"
},

@@ -14,0 +14,0 @@ "files": [

@@ -19,5 +19,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

renderable: IRenderableMetadataBase,
renderableElement: JSX.Element,
renderableElement: React.ReactElement,
canvas: HTMLElement,
) => null | JSX.Element;
) => null | React.ReactElement;
}

@@ -24,0 +24,0 @@

Sorry, the diff of this file is not supported yet

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