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

mscgenjs

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mscgenjs - npm Package Compare versions

Comparing version 1.13.0-beta-2 to 1.13.0-beta-3

2

main/index.js

@@ -95,3 +95,3 @@ /* istanbul ignore else */

version: "1.13.0-beta-2",
version: "1.13.0-beta-3",

@@ -98,0 +98,0 @@ getAllowedValues: function() {

{
"name": "mscgenjs",
"version": "1.13.0-beta-2",
"version": "1.13.0-beta-3",
"description": "Sequence chart rendering library",

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

@@ -8,2 +8,8 @@ export type InputType =

export type RegularArcTextVerticalAlignmentType =
"above" |
"middle" |
"below"
;
interface IRenderOptions {

@@ -38,2 +44,8 @@ /**

includeSource?: boolean;
/**
* the vertical alignment type to use
* defaults to "middle"
*/
regularArcTextVerticalAlignment?: RegularArcTextVerticalAlignmentType;
}

@@ -149,2 +161,3 @@ /**

namedStyle: IValueDetails[];
regularArcTextVerticalAlignment: IValueDetails[];
}

@@ -151,0 +164,0 @@ /**

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