Comparing version 0.1.43 to 0.1.44
{ | ||
"name": "soef", | ||
"version": "0.1.43", | ||
"version": "0.1.44", | ||
"description": "library for ioBroker", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1086,3 +1086,8 @@ /** | ||
if (!fns.adapter) { | ||
fns.adapter = require(__dirname + '/../../lib/utils').adapter; | ||
try { | ||
fns.adapter = require(__dirname + '/../../lib/utils').adapter; | ||
} | ||
catch(e) { | ||
fns.adapter = require(__dirname + '/../iobroker.admin/lib/utils').adapter; | ||
} | ||
} | ||
@@ -1089,0 +1094,0 @@ var options = fns.options; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56945
1551
6