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

microapps-automation-helper

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microapps-automation-helper - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

dist/microappsAdmin.js

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

}
if (getJobRunDetail.running === true) {
if ((getJobRunDetail === null || getJobRunDetail === void 0 ? void 0 : getJobRunDetail.running) === true) {
await this.waitForSync({

@@ -177,0 +177,0 @@ getIntegration: () => this.getIntegration({

{
"name": "microapps-automation-helper",
"version": "1.2.2",
"version": "1.2.3",
"description": "> library which provides common functions to test integration between Microapps Admin and Citrix Worskspace",

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

@@ -227,3 +227,3 @@ import FormData from 'form-data';

if (getJobRunDetail.running === true) {
if (getJobRunDetail?.running === true) {
await this.waitForSync({

@@ -230,0 +230,0 @@ getIntegration: () =>

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