New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

asl-puml

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asl-puml - npm Package Compare versions

Comparing version 0.17.2 to 0.18.0

3

dist/lib/transitions.js

@@ -74,5 +74,2 @@ "use strict";

}
else if (target.StringEquals) {
label = target.StringEquals;
}
emit_transition_with_color({

@@ -79,0 +76,0 @@ srcHint: hints,

2

package.json
{
"name": "asl-puml",
"version": "0.17.2",
"version": "0.18.0",
"description": "Generates a plant uml file from a valid JSON ASL file",

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

@@ -81,3 +81,2 @@ # asl-puml

| identify the compensation path | :white_check_mark:, albeit hard coded by state name regex | :x: | :x: |
| label the state transition if conditional | :white_check_mark:, limited support with StringEquals | :x: | :white_check_mark:, expression is shown in a note on the line |
| avoid drawing duplicate paths to reduce clutter (catches) | :white_check_mark: | :white_check_mark: | :x:, all paths are drawn |

@@ -84,0 +83,0 @@

@@ -82,4 +82,2 @@ import { JSONPath } from "jsonpath-plus";

label = target.Comment;
} else if (target.StringEquals) {
label = target.StringEquals;
}

@@ -86,0 +84,0 @@ emit_transition_with_color({

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