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.6.1 to 0.6.2

3

dist/src/lib/build_state_map.js

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

// update the child states
var branches = (0, jsonpath_plus_1.JSONPath)({
var result = (0, jsonpath_plus_1.JSONPath)({
json: definition,

@@ -66,2 +66,3 @@ path: "$..['States']['".concat(key, "'].Branches"),

});
var branches = Array.isArray(result[0]) ? result[0] : result;
branches.forEach(function (branch) {

@@ -68,0 +69,0 @@ var found_states = (0, jsonpath_plus_1.JSONPath)({

{
"name": "asl-puml",
"version": "0.6.1",
"version": "0.6.2",
"description": "Generates a plant uml file from a valid ASL file",

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

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