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

ts-graphviz

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-graphviz - npm Package Compare versions

Comparing version 1.5.4-dev.2cdf4fa1a to 1.5.4-dev.ab63aa9c2

18

lib/common/index.d.ts

@@ -7,2 +7,7 @@ /**

/**
* A value specifying an empty string for resetting some values.
* @group Attribute Types
*/
type Blank = '';
/**
* A double with an optional prefix `'+'`.

@@ -1474,3 +1479,3 @@ *

forcelabels: boolean;
gradientangle: Int;
gradientangle: Blank | Int;
group: string;

@@ -1485,3 +1490,3 @@ head_lp: Point;

headURL: EscString;
height: Double;
height: Blank | Double;
href: EscString;

@@ -1584,4 +1589,4 @@ id: EscString;

splines: boolean | string;
start: StartType;
style: Style;
start: Blank | StartType;
style: Blank | Style;
stylesheet: string;

@@ -1601,3 +1606,3 @@ tail_lp: string;

vertices: PointList;
viewport: ViewPort;
viewport: Blank | ViewPort;
voro_margin: Double;

@@ -1609,3 +1614,3 @@ weight: Int | Double;

xlp: Point;
z: Double;
z: Blank | Double;
}

@@ -2279,2 +2284,3 @@ /**

AttributesObject,
Blank,
ClusterMode,

@@ -2281,0 +2287,0 @@ ClusterSubgraphAttributeKey,

{
"name": "ts-graphviz",
"version": "1.5.4-dev.2cdf4fa1a",
"version": "1.5.4-dev.ab63aa9c2",
"author": "kamiazya <yuki@kamiazya.tech>",

@@ -5,0 +5,0 @@ "description": "Graphviz library for TypeScript.",

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