node-opcua-object-registry
Advanced tools
Comparing version 2.99.0 to 2.104.0
@@ -57,5 +57,5 @@ "use strict"; | ||
} | ||
exports.ObjectRegistry = ObjectRegistry; | ||
ObjectRegistry.doDebug = false; | ||
ObjectRegistry.registries = gRegistries; | ||
exports.ObjectRegistry = ObjectRegistry; | ||
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; | ||
@@ -62,0 +62,0 @@ if (ObjectRegistry.doDebug) { |
{ | ||
"name": "node-opcua-object-registry", | ||
"version": "2.99.0", | ||
"version": "2.104.0", | ||
"description": "pure nodejs OPCUA SDK - module object-registry", | ||
@@ -16,4 +16,4 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "2.98.1", | ||
"node-opcua-debug": "2.99.0" | ||
"node-opcua-assert": "2.104.0", | ||
"node-opcua-debug": "2.104.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "devDependencies": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "90ce9f5b44d74198d84a384de622dfa94fd05c0c", | ||
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d", | ||
"files": [ | ||
@@ -39,0 +39,0 @@ "dist", |
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
10428
+ Addednode-opcua-assert@2.104.0(transitive)
+ Addednode-opcua-buffer-utils@2.104.0(transitive)
+ Addednode-opcua-debug@2.104.0(transitive)
- Removednode-opcua-assert@2.98.1(transitive)
- Removednode-opcua-buffer-utils@2.98.1(transitive)
- Removednode-opcua-debug@2.99.0(transitive)
Updatednode-opcua-assert@2.104.0
Updatednode-opcua-debug@2.104.0