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

@ajuhos/react-flow-chart

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ajuhos/react-flow-chart - npm Package Compare versions

Comparing version 0.0.41 to 0.0.42

4

package.json
{
"name": "@ajuhos/react-flow-chart",
"version": "0.0.41",
"version": "0.0.42",
"description": "A flexible, stateless flow chart library for react.",

@@ -58,3 +58,3 @@ "main": "src/index.js",

"build:storybook": "build-storybook -c config/storybook -o docs",
"publish:npm": "yarn build && cd dist && yarn publish --access=public",
"publish:npm": "yarn build && cd dist && yarn publish --access=public --non-interactive",
"build": "tsc && cp package.json dist/ && cp README.md ./dist",

@@ -61,0 +61,0 @@ "test": "yarn run lint",

@@ -54,3 +54,3 @@ "use strict";

onNodeSizeChange({ config: config, nodeId: node.id, size: { width: size.width, height: size.height } });
}, [node, compRef.current, size.width, size.height]);
}, [node.id, size.width, size.height]);
var children = (React.createElement("div", { style: { minWidth: portsSize.width, minHeight: portsSize.height } },

@@ -57,0 +57,0 @@ React.createElement(react_resize_observer_1.default, { onResize: function (rect) { setSize({ width: rect.width, height: rect.height }); } }),

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