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.1.6 to 2.1.8

4

dist/client_dynamic_extension_object.js

@@ -146,3 +146,5 @@ "use strict";

exports.extractNamespaceDataType = extractNamespaceDataType;
function getDataTypeDefinition(session, dataTypeNodeId, extraDataTypeManager) {
function getDataTypeDefinition(session, dataTypeNodeId,
// tslint:disable-next-line: no-shadowed-variable
extraDataTypeManager) {
return __awaiter(this, void 0, void 0, function* () {

@@ -149,0 +151,0 @@ // DataType

{
"name": "node-opcua-client-dynamic-extension-object",
"version": "2.1.6",
"description": "pure nodejs OPCUA SDK - module -extension-object",
"version": "2.1.8",
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object",
"main": "./dist/index.js",

@@ -16,3 +16,3 @@ "types": "./dist/index.d.ts",

"node-opcua-data-model": "^2.1.6",
"node-opcua-data-value": "^2.1.6",
"node-opcua-data-value": "^2.1.8",
"node-opcua-debug": "^2.1.0",

@@ -22,5 +22,5 @@ "node-opcua-extension-object": "^2.1.6",

"node-opcua-nodeid": "^2.1.6",
"node-opcua-pseudo-session": "^2.1.6",
"node-opcua-schemas": "^2.1.6",
"node-opcua-service-browse": "^2.1.6",
"node-opcua-pseudo-session": "^2.1.8",
"node-opcua-schemas": "^2.1.8",
"node-opcua-service-browse": "^2.1.8",
"node-opcua-status-code": "^2.1.6",

@@ -44,3 +44,3 @@ "node-opcua-variant": "^2.1.6"

"homepage": "http://node-opcua.github.io/",
"gitHead": "c8e1607923cd5bbb4cd916a5d26d9d8e4948df41"
"gitHead": "a9290b68d48927403e853e438ea9bd1bc6ad3f78"
}

@@ -18,4 +18,4 @@ /**

import {
StructuredTypeSchema,
getStandartDataTypeFactory
getStandartDataTypeFactory,
StructuredTypeSchema
} from "node-opcua-factory";

@@ -195,2 +195,3 @@ import {

dataTypeNodeId: NodeId,
// tslint:disable-next-line: no-shadowed-variable
extraDataTypeManager: ExtraDataTypeManager

@@ -197,0 +198,0 @@ ): Promise<StructuredTypeSchema> {

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