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.69.1 to 2.70.0

2

dist/get_extra_data_type_manager.js

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

}
yield (0, populate_data_type_manager_1.populateDataTypeManager)(session, dataTypeManager, false);
yield (0, populate_data_type_manager_1.populateDataTypeManager)(session, dataTypeManager, true);
}

@@ -45,0 +45,0 @@ // istanbul ignore next

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

const node_opcua_data_model_1 = require("node-opcua-data-model");
const node_opcua_debug_1 = require("node-opcua-debug");
const node_opcua_nodeid_1 = require("node-opcua-nodeid");

@@ -20,3 +21,2 @@ const node_opcua_schemas_1 = require("node-opcua-schemas");

const convert_data_type_definition_to_structuretype_schema_1 = require("../convert_data_type_definition_to_structuretype_schema");
const node_opcua_debug_1 = require("node-opcua-debug");
const errorLog = (0, node_opcua_debug_1.make_errorLog)(__filename);

@@ -23,0 +23,0 @@ const debugLog = (0, node_opcua_debug_1.make_debugLog)(__filename);

import { Variant } from "node-opcua-variant";
import { IBasicSession } from "node-opcua-pseudo-session";
import { ExtraDataTypeManager } from "./extra_data_type_manager";
import { IBasicSession } from "node-opcua-pseudo-session";
export declare function resolveDynamicExtensionObject(session: IBasicSession, variant: Variant, dataTypeManager: ExtraDataTypeManager): Promise<void>;
{
"name": "node-opcua-client-dynamic-extension-object",
"version": "2.69.1",
"version": "2.70.0",
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object",

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

"node-opcua-binary-stream": "2.69.0",
"node-opcua-constants": "2.67.0",
"node-opcua-data-model": "2.69.0",
"node-opcua-data-value": "2.69.0",
"node-opcua-constants": "2.70.0",
"node-opcua-data-model": "2.70.0",
"node-opcua-data-value": "2.70.0",
"node-opcua-debug": "2.69.0",
"node-opcua-extension-object": "2.69.0",
"node-opcua-factory": "2.69.0",
"node-opcua-nodeid": "2.69.0",
"node-opcua-pseudo-session": "2.69.1",
"node-opcua-schemas": "2.69.0",
"node-opcua-service-browse": "2.69.0",
"node-opcua-service-translate-browse-path": "2.69.0",
"node-opcua-status-code": "2.69.0",
"node-opcua-types": "2.69.0",
"node-opcua-variant": "2.69.0"
"node-opcua-extension-object": "2.70.0",
"node-opcua-factory": "2.70.0",
"node-opcua-nodeid": "2.70.0",
"node-opcua-pseudo-session": "2.70.0",
"node-opcua-schemas": "2.70.0",
"node-opcua-service-browse": "2.70.0",
"node-opcua-service-translate-browse-path": "2.70.0",
"node-opcua-status-code": "2.70.0",
"node-opcua-types": "2.70.0",
"node-opcua-variant": "2.70.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "761e2af2abcbca10d1ec66fdf08a9bed43427fca"
"gitHead": "3b692ffb3e2ef0542da32f349fb0c76b3acc75ce"
}

@@ -36,3 +36,3 @@ import { checkDebugFlag, make_debugLog, make_errorLog } from "node-opcua-debug";

}
await populateDataTypeManager(session, dataTypeManager, false);
await populateDataTypeManager(session, dataTypeManager, true);
}

@@ -39,0 +39,0 @@ // istanbul ignore next

import { assert } from "node-opcua-assert";
import { AttributeIds, BrowseDirection } from "node-opcua-data-model";
import { make_debugLog, make_errorLog } from "node-opcua-debug";
import { DataTypeFactory } from "node-opcua-factory";

@@ -16,3 +17,2 @@ import { NodeId, resolveNodeId } from "node-opcua-nodeid";

} from "../convert_data_type_definition_to_structuretype_schema";
import { make_debugLog, make_errorLog } from "node-opcua-debug";
const errorLog = make_errorLog(__filename);

@@ -110,3 +110,3 @@ const debugLog =make_debugLog(__filename);

async function fencedAction(lambda: () => Promise<void>) {
async function fencedAction(lambda: () => Promise<void>): Promise<void> {
busyCount += 1;

@@ -117,2 +117,3 @@ await lambda();

}
function flushBrowse() {

@@ -119,0 +120,0 @@ assert(busyCount >= 0);

@@ -5,4 +5,2 @@ import { BinaryStream } from "node-opcua-binary-stream";

import { hexDump, make_warningLog } from "node-opcua-debug";
//
import { ExtraDataTypeManager } from "./extra_data_type_manager";
import { IBasicSession } from "node-opcua-pseudo-session";

@@ -13,2 +11,4 @@ import { NodeId } from "node-opcua-nodeid";

import { StatusCodes } from "node-opcua-status-code";
//
import { ExtraDataTypeManager } from "./extra_data_type_manager";
import { readDataTypeDefinitionAndBuildType } from "./private/populate_data_type_manager_104";

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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