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.5.9 to 2.5.10

6

dist/client_dynamic_extension_object.js

@@ -210,3 +210,3 @@ "use strict";

const dataTypeNodeIds = yield _enrichWithDescriptionOf(session, dataTypeDescriptions);
// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure
// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure
const nodesToRead = dataTypeNodeIds.map((nodeId) => ({

@@ -476,3 +476,3 @@ attributeId: node_opcua_data_model_1.AttributeIds.DataTypeDefinition, nodeId,

if (!(result1.references && result1.references.length === 1)) {
// may be dataTypeNodeId is not a dataType,
// may be dataTypeNodeId is not a dataType,
// let's verify this.

@@ -741,3 +741,3 @@ const nodeClass = yield session.read({

return __awaiter(this, void 0, void 0, function* () {
// read abstract flag
// read abstract flag
const isAbstractDV = yield session.read({ nodeId: dataTypeNodeId, attributeId: node_opcua_data_model_1.AttributeIds.IsAbstract });

@@ -744,0 +744,0 @@ schema.dataTypeNodeId = dataTypeNodeId;

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

@@ -16,15 +16,15 @@ "main": "./dist/index.js",

"node-opcua-binary-stream": "^2.5.9",
"node-opcua-data-model": "^2.5.9",
"node-opcua-data-value": "^2.5.9",
"node-opcua-data-model": "^2.5.10",
"node-opcua-data-value": "^2.5.10",
"node-opcua-debug": "^2.5.9",
"node-opcua-extension-object": "^2.5.9",
"node-opcua-factory": "^2.5.9",
"node-opcua-extension-object": "^2.5.10",
"node-opcua-factory": "^2.5.10",
"node-opcua-nodeid": "^2.5.9",
"node-opcua-pseudo-session": "^2.5.9",
"node-opcua-schemas": "^2.5.9",
"node-opcua-service-browse": "^2.5.9",
"node-opcua-service-translate-browse-path": "^2.5.9",
"node-opcua-pseudo-session": "^2.5.10",
"node-opcua-schemas": "^2.5.10",
"node-opcua-service-browse": "^2.5.10",
"node-opcua-service-translate-browse-path": "^2.5.10",
"node-opcua-status-code": "^2.5.9",
"node-opcua-types": "^2.5.9",
"node-opcua-variant": "^2.5.9"
"node-opcua-types": "^2.5.10",
"node-opcua-variant": "^2.5.10"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "3cadd387a1ddb6158b80280e9b61d4432d5be996"
"gitHead": "f83ada4e88fdeedc0710c5a3b75bbd4b44d9ff76"
}

@@ -293,3 +293,3 @@ // tslint:disable: no-console

// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure
// now read DataTypeDefition attributes of all the dataTypeNodeIds, this will only contains concrete structure
const nodesToRead: ReadValueIdLike[] = dataTypeNodeIds.map((nodeId: NodeId) => ({

@@ -622,3 +622,3 @@ attributeId: AttributeIds.DataTypeDefinition, nodeId,

// may be dataTypeNodeId is not a dataType,
// may be dataTypeNodeId is not a dataType,
// let's verify this.

@@ -930,3 +930,3 @@ const nodeClass = await session.read({

// read abstract flag
// read abstract flag
const isAbstractDV = await session.read({ nodeId: dataTypeNodeId, attributeId: AttributeIds.IsAbstract });

@@ -933,0 +933,0 @@ schema.dataTypeNodeId = dataTypeNodeId;

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