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

@5minds/processcube_engine_sdk

Package Overview
Dependencies
Maintainers
4
Versions
949
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5minds/processcube_engine_sdk - npm Package Compare versions

Comparing version 4.0.0-feature-113182-lktqxaev to 4.0.0-feature-140963-lktrxskw

7

dist/amd/ProcessModel/ViewModel/Events/EventBaseViewModel.js

@@ -17,8 +17,9 @@ define(["require", "exports", "../FlowNodeViewModel"], function (require, exports, FlowNodeViewModel_1) {

constructor(event, processModel) {
var _a, _b, _c, _d;
var _a, _b, _c, _d, _e;
super(event, processModel);
this.messageName = (_a = event.messageEventDefinition) === null || _a === void 0 ? void 0 : _a.name;
this.messageId = (_b = event.messageEventDefinition) === null || _b === void 0 ? void 0 : _b.id;
this.signalName = (_c = event.signalEventDefinition) === null || _c === void 0 ? void 0 : _c.name;
this.signalId = (_d = event.signalEventDefinition) === null || _d === void 0 ? void 0 : _d.id;
this.processModelIds = (_c = event.messageEventDefinition) === null || _c === void 0 ? void 0 : _c.processModelIds;
this.signalName = (_d = event.signalEventDefinition) === null || _d === void 0 ? void 0 : _d.name;
this.signalId = (_e = event.signalEventDefinition) === null || _e === void 0 ? void 0 : _e.id;
}

@@ -25,0 +26,0 @@ }

@@ -17,8 +17,9 @@ "use strict";

constructor(event, processModel) {
var _a, _b, _c, _d;
var _a, _b, _c, _d, _e;
super(event, processModel);
this.messageName = (_a = event.messageEventDefinition) === null || _a === void 0 ? void 0 : _a.name;
this.messageId = (_b = event.messageEventDefinition) === null || _b === void 0 ? void 0 : _b.id;
this.signalName = (_c = event.signalEventDefinition) === null || _c === void 0 ? void 0 : _c.name;
this.signalId = (_d = event.signalEventDefinition) === null || _d === void 0 ? void 0 : _d.id;
this.processModelIds = (_c = event.messageEventDefinition) === null || _c === void 0 ? void 0 : _c.processModelIds;
this.signalName = (_d = event.signalEventDefinition) === null || _d === void 0 ? void 0 : _d.name;
this.signalId = (_e = event.signalEventDefinition) === null || _e === void 0 ? void 0 : _e.id;
}

@@ -25,0 +26,0 @@ }

@@ -17,2 +17,3 @@ import { Event } from '../../Model/Events/index';

messageId?: string;
processModelIds?: Array<string>;
signalName?: string;

@@ -19,0 +20,0 @@ signalId?: string;

{
"name": "@5minds/processcube_engine_sdk",
"version": "4.0.0-feature-113182-lktqxaev",
"version": "4.0.0-feature-140963-lktrxskw",
"description": "Software development kit for the Engine.",

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

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