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.1 to 1.2.2

2

dist/microappsAdmin.js

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

}
if (jobRun.running === false) {
if ((jobRun === null || jobRun === void 0 ? void 0 : jobRun.running) === false) {
break;

@@ -125,0 +125,0 @@ }

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

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

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

}
if (jobRun.running === false) {
if (jobRun?.running === false) {
break;

@@ -166,0 +166,0 @@ }

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