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

@5minds/processcube_engine_client

Package Overview
Dependencies
Maintainers
4
Versions
670
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@5minds/processcube_engine_client - npm Package Compare versions

Comparing version 4.4.0-feature-13ff73-lkv0r369 to 4.4.0-feature-2ad2aa-lkv36sfs

4

dist/amd/Clients/EventHttpClient.js

@@ -22,4 +22,4 @@ define(["require", "exports", "@5minds/processcube_engine_sdk", "../Types/index", "./BaseClient", "./Lib/Mappers"], function (require, exports, processcube_engine_sdk_1, index_1, BaseClient_1, Mappers_1) {

const requestAuthHeaders = this.createRequestAuthHeaders(options === null || options === void 0 ? void 0 : options.identity);
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(','));
urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`;
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.eventName, messageName);
urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(','));
if (options === null || options === void 0 ? void 0 : options.processInstanceId) {

@@ -26,0 +26,0 @@ urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`;

@@ -25,4 +25,4 @@ "use strict";

const requestAuthHeaders = this.createRequestAuthHeaders(options === null || options === void 0 ? void 0 : options.identity);
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(','));
urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`;
let urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.eventName, messageName);
urlRestPart = index_1.restSettings.paths.triggerMessageEvent.replace(index_1.restSettings.params.processModelIds, processModelIds.join(','));
if (options === null || options === void 0 ? void 0 : options.processInstanceId) {

@@ -29,0 +29,0 @@ urlRestPart = `${urlRestPart}?process_instance_id=${options === null || options === void 0 ? void 0 : options.processInstanceId}`;

{
"name": "@5minds/processcube_engine_client",
"version": "4.4.0-feature-13ff73-lkv0r369",
"version": "4.4.0-feature-2ad2aa-lkv36sfs",
"description": "Contains a typescript based client for accessing 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