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

@wixc3/board-plugins

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/board-plugins - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

7

dist/react-context-plugin.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.reactContextPlugin = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const board_core_1 = require("@wixc3/board-core");
const react_1 = __importDefault(require("react"));
// eslint-disable-next-line @typescript-eslint/no-explicit-any
exports.reactContextPlugin = (0, board_core_1.createPlugin)()('React-context', {}, {
wrapRender(props, _metaData, el) {
return react_1.default.createElement(props.context.Provider, { value: props.value }, el);
return (0, jsx_runtime_1.jsx)(props.context.Provider, { value: props.value, children: el });
},

@@ -14,0 +11,0 @@ }, (params) => {

{
"name": "@wixc3/board-plugins",
"description": "Plugins for boards",
"version": "3.0.1",
"version": "4.0.0",
"main": "dist/index.js",

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

"dependencies": {
"@wixc3/react-board": "^3.0.1"
"@wixc3/react-board": "^4.0.0"
},

@@ -17,0 +17,0 @@ "repository": "https://github.com/wixplosives/codux-core/tree/master/packages/board-plugins",

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