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.112.0 to 2.113.0

7

dist/private/populate_data_type_manager_103.js

@@ -268,2 +268,3 @@ "use strict";

const dataTypeDefinitionsSorted = sortStructure(dataTypeDefinitions);
// istanbul ignore next
if (doDebug) {

@@ -395,5 +396,3 @@ debugLog("order ", dataTypeDefinitionsSorted.map((a) => a.className + " " + a.dataTypeNodeId).join(" -> "));

const name = ref.browseName.name.toString();
if (doDebug) {
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString());
}
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString());
// let's verify that constructor is operational

@@ -490,2 +489,3 @@ try {

const result = yield (0, node_opcua_pseudo_session_1.browseAll)(session, nodeToBrowse);
// istanbul ignore next
if (doDebug) {

@@ -522,2 +522,3 @@ debugLog(result.statusCode.toString());

if (!isDictionaryDeprecated && rawSchema.length > 0) {
// istanbul ignore next
if (doDebug) {

@@ -524,0 +525,0 @@ debugLog("schema", rawSchema);

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

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

"node-opcua-constants": "2.98.1",
"node-opcua-data-model": "2.112.0",
"node-opcua-data-value": "2.112.0",
"node-opcua-debug": "2.110.0",
"node-opcua-extension-object": "2.112.0",
"node-opcua-factory": "2.112.0",
"node-opcua-nodeid": "2.110.0",
"node-opcua-pseudo-session": "2.112.0",
"node-opcua-schemas": "2.112.0",
"node-opcua-service-browse": "2.112.0",
"node-opcua-service-translate-browse-path": "2.112.0",
"node-opcua-data-model": "2.113.0",
"node-opcua-data-value": "2.113.0",
"node-opcua-debug": "2.113.0",
"node-opcua-extension-object": "2.113.0",
"node-opcua-factory": "2.113.0",
"node-opcua-nodeid": "2.113.0",
"node-opcua-pseudo-session": "2.113.0",
"node-opcua-schemas": "2.113.0",
"node-opcua-service-browse": "2.113.0",
"node-opcua-service-translate-browse-path": "2.113.0",
"node-opcua-status-code": "2.110.0",
"node-opcua-types": "2.112.0",
"node-opcua-variant": "2.112.0"
"node-opcua-types": "2.113.0",
"node-opcua-variant": "2.113.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb",
"gitHead": "36db335391fedd39726990a1b37f7768da16466a",
"files": [

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

@@ -309,2 +309,3 @@ /* eslint-disable max-statements */

const dataTypeDefinitionsSorted = sortStructure(dataTypeDefinitions);
// istanbul ignore next
if (doDebug) {

@@ -479,5 +480,3 @@ debugLog("order ", dataTypeDefinitionsSorted.map((a) => a.className + " " + a.dataTypeNodeId).join(" -> "));

const name = ref.browseName!.name!.toString();
if (doDebug) {
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString());
}
debugLog(" type ", name.padEnd(30, " "), binaryEncoding.toString());
// let's verify that constructor is operational

@@ -583,2 +582,3 @@ try {

// istanbul ignore next
if (doDebug) {

@@ -623,2 +623,3 @@ debugLog(result.statusCode.toString());

if (!isDictionaryDeprecated && rawSchema.length > 0) {
// istanbul ignore next
if (doDebug) {

@@ -625,0 +626,0 @@ debugLog("schema", rawSchema);

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