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.63 to 0.0.64

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

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

React.createElement("path", { d: "M0,0 V4 L2,2 Z", fill: endColor })),
React.createElement("linearGradient", { id: "gradient" + gradientName + "A", x1: "0%", y1: "0%", x2: "100%", y2: "100%" },
React.createElement("linearGradient", { id: "gradient" + gradientName + "A", x1: "0%", y1: "0%", x2: "0%", y2: "100%" },
React.createElement("stop", { offset: "0%", stopColor: startColor }),

@@ -58,3 +58,3 @@ React.createElement("stop", { offset: "10%", stopColor: startColor }),

React.createElement("stop", { offset: "100%", stopColor: endColor })),
React.createElement("linearGradient", { id: "gradient" + gradientName + "B", x1: "100%", y1: "100%", x2: "0%", y2: "0%" },
React.createElement("linearGradient", { id: "gradient" + gradientName + "B", x1: "0%", y1: "100%", x2: "0%", y2: "0%" },
React.createElement("stop", { offset: "0%", stopColor: startColor }),

@@ -61,0 +61,0 @@ React.createElement("stop", { offset: "10%", stopColor: startColor }),

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

React.createElement("defs", null,
React.createElement("linearGradient", { id: "gradient" + gradientName + "A", x1: "0%", y1: "0%", x2: "100%", y2: "100%" },
React.createElement("linearGradient", { id: "gradient" + gradientName + "A", x1: "0%", y1: "0%", x2: "0%", y2: "100%" },
React.createElement("stop", { offset: "0%", stopColor: startColor }),

@@ -44,3 +44,3 @@ React.createElement("stop", { offset: "10%", stopColor: startColor }),

React.createElement("stop", { offset: "100%", stopColor: endColor })),
React.createElement("linearGradient", { id: "gradient" + gradientName + "B", x1: "100%", y1: "100%", x2: "0%", y2: "0%" },
React.createElement("linearGradient", { id: "gradient" + gradientName + "B", x1: "0%", y1: "100%", x2: "0%", y2: "0%" },
React.createElement("stop", { offset: "0%", stopColor: startColor }),

@@ -47,0 +47,0 @@ React.createElement("stop", { offset: "10%", stopColor: startColor }),

Sorry, the diff of this file is not supported yet

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