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.99.0 to 2.104.0

2

dist/objectRegistry.js

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

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