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

node-opcua-client-dynamic-extension-object

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-client-dynamic-extension-object - npm Package Compare versions

Comparing version 2.103.0 to 2.104.0

19

dist/private/populate_data_type_manager_103.js

@@ -11,2 +11,5 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -19,3 +22,3 @@ exports.populateDataTypeManager103 = void 0;

*/
const chalk = require("chalk");
const chalk_1 = __importDefault(require("chalk"));
const node_opcua_assert_1 = require("node-opcua-assert");

@@ -273,3 +276,3 @@ const node_opcua_data_model_1 = require("node-opcua-data-model");

if (doDebug) {
debugLog(chalk.yellow("--------------------------------------- "), className, dataTypeNodeId.toString());
debugLog(chalk_1.default.yellow("--------------------------------------- "), className, dataTypeNodeId.toString());
}

@@ -284,3 +287,3 @@ if (dataTypeFactory.hasStructureByTypeName(className)) {

if (doDebug) {
debugLog(chalk.red("Registering "), chalk.cyan(className.padEnd(30, " ")), schema.dataTypeNodeId.toString());
debugLog(chalk_1.default.red("Registering "), chalk_1.default.cyan(className.padEnd(30, " ")), schema.dataTypeNodeId.toString());
}

@@ -325,3 +328,3 @@ const Constructor = (0, node_opcua_schemas_1.createDynamicObjectConstructor)(schema, dataTypeFactory);

if (!_isOldDataTypeDictionary(d)) {
debugLog("DataTypeDictionary is deprecated or BSD schema stored in dataValue is null !", chalk.cyan(name.value.value.toString()), "namespace =", namespace);
debugLog("DataTypeDictionary is deprecated or BSD schema stored in dataValue is null !", chalk_1.default.cyan(name.value.value.toString()), "namespace =", namespace);
debugLog("let's use the new way (1.04) and let's crawl all dataTypes exposed by this name space");

@@ -391,3 +394,3 @@ // dataType definition in store directly in UADataType under the definition attribute

if (doDebug) {
console.log(chalk.bgWhite.red("testing new constructors"));
console.log(chalk_1.default.bgWhite.red("testing new constructors"));
for (let i = 0; i < references.length; i++) {

@@ -615,3 +618,3 @@ const ref = references[i];

return __awaiter(this, void 0, void 0, function* () {
debugLog(chalk.cyan("processReferenceOnDataTypeDictionaryType on "), d.targetNamespace);
debugLog(chalk_1.default.cyan("processReferenceOnDataTypeDictionaryType on "), d.targetNamespace);
const ref = d.reference;

@@ -622,3 +625,3 @@ const dataTypeDictionaryNodeId = d.reference.nodeId;

if (doDebug) {
debugLog(chalk.bgWhite(" => "), ref.browseName.toString(), ref.nodeId.toString());
debugLog(chalk_1.default.bgWhite(" => "), ref.browseName.toString(), ref.nodeId.toString());
}

@@ -641,3 +644,3 @@ const dataTypeFactory = dataTypeManager.getDataTypeFactoryForNamespace(dataTypeDictionaryNodeId.namespace);

catch (err) {
debugLog(chalk.red("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "), err);
debugLog(chalk_1.default.red("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "), err);
}

@@ -644,0 +647,0 @@ }

{
"name": "node-opcua-client-dynamic-extension-object",
"version": "2.103.0",
"version": "2.104.0",
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object",

@@ -14,18 +14,18 @@ "main": "./dist/index.js",

"chalk": "4.1.2",
"node-opcua-assert": "2.98.1",
"node-opcua-binary-stream": "2.98.1",
"node-opcua-assert": "2.104.0",
"node-opcua-binary-stream": "2.104.0",
"node-opcua-constants": "2.98.1",
"node-opcua-data-model": "2.102.0",
"node-opcua-data-value": "2.102.0",
"node-opcua-debug": "2.99.0",
"node-opcua-extension-object": "2.99.0",
"node-opcua-factory": "2.99.0",
"node-opcua-nodeid": "2.99.0",
"node-opcua-pseudo-session": "2.103.0",
"node-opcua-schemas": "2.103.0",
"node-opcua-service-browse": "2.103.0",
"node-opcua-service-translate-browse-path": "2.103.0",
"node-opcua-status-code": "2.98.1",
"node-opcua-types": "2.103.0",
"node-opcua-variant": "2.102.0"
"node-opcua-data-model": "2.104.0",
"node-opcua-data-value": "2.104.0",
"node-opcua-debug": "2.104.0",
"node-opcua-extension-object": "2.104.0",
"node-opcua-factory": "2.104.0",
"node-opcua-nodeid": "2.104.0",
"node-opcua-pseudo-session": "2.104.0",
"node-opcua-schemas": "2.104.0",
"node-opcua-service-browse": "2.104.0",
"node-opcua-service-translate-browse-path": "2.104.0",
"node-opcua-status-code": "2.104.0",
"node-opcua-types": "2.104.0",
"node-opcua-variant": "2.104.0"
},

@@ -47,3 +47,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "e206cac2daf39bd07e5ac6cbd744f966bb54759e",
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d",
"files": [

@@ -50,0 +50,0 @@ "dist",

@@ -6,3 +6,3 @@ /* eslint-disable max-statements */

*/
import * as chalk from "chalk";
import chalk from "chalk";

@@ -9,0 +9,0 @@ import { assert } from "node-opcua-assert";

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