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

@wixc3/react-board

Package Overview
Dependencies
Maintainers
69
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.0 to 4.6.1

8

package.json
{
"name": "@wixc3/react-board",
"description": "Library for creation of React component boards",
"version": "4.6.0",
"version": "4.6.1",
"main": "dist/index.js",
"peerDependencies": {
"react": ">=18.0.0 || ^19.0.0-rc.0",
"react-dom": ">=18.0.0 || ^19.0.0-rc.0"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@wixc3/board-core": "^4.6.0"
"@wixc3/board-core": "^4.6.1"
},

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

@@ -36,6 +36,6 @@ # @wixc3/react-board

You can also create boards with separation between the actual content and the board environment (context providers, board styling).
This will be helpful in board templates, to indicate to Codux where to put the component in the generated board.
Or in boards, so that when the board is converted to a code snippet, only the children of the `<ContentSlot>` will be included in the snippet.
This is useful when the board is wrapped in a router or a context provider that shouldn't be included in the snippet.
You can also create boards with separation between the actual content and the board environment (context providers, board styling).
This will be helpful in board templates, to indicate to Codux where to put the component in the generated board.
Or in boards, so that when the board is converted to a code snippet, only the children of the `<ContentSlot>` will be included in the snippet.
This is useful when the board is wrapped in a router or a context provider that shouldn't be included in the snippet.

@@ -42,0 +42,0 @@ ```tsx

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