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

@atlas-engine/process_model_parser

Package Overview
Dependencies
Maintainers
8
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlas-engine/process_model_parser - npm Package Compare versions

Comparing version 1.0.2-feature-3a906f-k9tnqm0z to 1.0.2-feature-452627-k9toh6p7

2

dist/amd/parser/definitions_parser.js

@@ -14,3 +14,3 @@ define(["require", "exports", "@atlas-engine/process_model", "../type_factory", "./index", "./flow_node_parsers/activity_parsers/extension_property_parser"], function (require, exports, process_model_1, type_factory_1, index_1, extension_property_parser_1) {

definitions.processes = index_1.parseProcesses(parsedXml);
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('DisplayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value;
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('displayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value;
return definitions;

@@ -17,0 +17,0 @@ }

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

definitions.processes = index_1.parseProcesses(parsedXml);
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('DisplayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value;
definitions.displayName = (_a = extension_property_parser_1.findExtensionPropertyByName('displayName', definitions.extensionElements.camundaExtensionProperties)) === null || _a === void 0 ? void 0 : _a.value;
return definitions;

@@ -20,0 +20,0 @@ }

{
"name": "@atlas-engine/process_model_parser",
"version": "1.0.2-feature-3a906f-k9tnqm0z",
"version": "1.0.2-feature-452627-k9toh6p7",
"description": "Parses BPMN xml files into the ProcessModel object employed by the AtlasEngine.",

@@ -26,3 +26,3 @@ "license": "MIT",

"@atlas-engine/iam.contracts": "^1.0.0",
"@atlas-engine/process_model": "feature~add_display-name",
"@atlas-engine/process_model": "1.0.2-alpha.1",
"bluebird": "3.7.2",

@@ -29,0 +29,0 @@ "clone": "2.1.2",

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