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.15 to 0.0.16

3

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

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

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

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

@@ -206,2 +206,3 @@ "use strict";

id: nodeId,
doubleClick: true
};

@@ -208,0 +209,0 @@ }

@@ -19,2 +19,3 @@ import { IPosition, ISize } from './generics';

id?: string;
doubleClick?: boolean;
}

@@ -21,0 +22,0 @@ export interface INode {

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