node-opcua-object-registry
Advanced tools
Comparing version 2.62.7 to 2.63.0
@@ -61,3 +61,3 @@ "use strict"; | ||
ObjectRegistry.registries = gRegistries; | ||
ObjectRegistry.doDebug = ((_b = (_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.NODEOPCUA_REGISTRY) === null || _b === void 0 ? void 0 : _b.match(/DEBUG/)) ? true : false; | ||
ObjectRegistry.doDebug = typeof process === "object" ? (((_b = (_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.NODEOPCUA_REGISTRY) === null || _b === void 0 ? void 0 : _b.match(/DEBUG/)) ? true : false) : false; | ||
if (ObjectRegistry.doDebug) { | ||
@@ -64,0 +64,0 @@ console.log("ObjectRegistry.doDebug = ", ObjectRegistry.doDebug); |
{ | ||
"name": "node-opcua-object-registry", | ||
"version": "2.62.7", | ||
"version": "2.63.0", | ||
"description": "pure nodejs OPCUA SDK - module -object-registry", | ||
@@ -16,4 +16,4 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "2.55.0", | ||
"node-opcua-debug": "2.62.7" | ||
"node-opcua-assert": "2.63.0", | ||
"node-opcua-debug": "2.63.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "devDependencies": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "90bb9139261a0edbb531081afcc6904c74e9ee52" | ||
"gitHead": "df4335584455009c6caa21ed6a2fa42caa9104ed" | ||
} |
@@ -72,5 +72,5 @@ /** | ||
ObjectRegistry.doDebug = process?.env?.NODEOPCUA_REGISTRY?.match(/DEBUG/) ? true : false; | ||
ObjectRegistry.doDebug = typeof process === "object" ? (process?.env?.NODEOPCUA_REGISTRY?.match(/DEBUG/) ? true : false) : false; | ||
if (ObjectRegistry.doDebug) { | ||
console.log("ObjectRegistry.doDebug = ", ObjectRegistry.doDebug); | ||
} |
Sorry, the diff of this file is not supported yet
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
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
10294
+ Addednode-opcua-assert@2.63.0(transitive)
+ Addednode-opcua-buffer-utils@2.63.0(transitive)
+ Addednode-opcua-debug@2.63.0(transitive)
- Removednode-opcua-assert@2.55.0(transitive)
- Removednode-opcua-buffer-utils@2.62.7(transitive)
- Removednode-opcua-debug@2.62.7(transitive)
Updatednode-opcua-assert@2.63.0
Updatednode-opcua-debug@2.63.0