Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-object-registry

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-object-registry - npm Package Compare versions

Comparing version 2.62.7 to 2.63.0

2

dist/objectRegistry.js

@@ -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

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