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.8.1 to 2.9.0

12

dist/client_dynamic_extension_object.js

@@ -822,11 +822,9 @@ "use strict";

if (dataTypeNodeId.value === 0) {
const category = node_opcua_factory_1.FieldCategory.basic;
const schema = dataTypeFactory.getSimpleType("Variant");
const v2 = {
category,
const v3 = {
category: node_opcua_factory_1.FieldCategory.basic,
fieldTypeName: "Variant",
schema
schema: dataTypeFactory.getSimpleType("Variant")
};
cache[key] = v2;
return v2;
cache[key] = v3;
return v3;
}

@@ -833,0 +831,0 @@ const fieldTypeName = yield readBrowseName(session, dataTypeNodeId);

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

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
}
Object.defineProperty(exports, "__esModule", { value: true });

@@ -14,0 +14,0 @@ /**

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

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

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

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "5f7e0d03417093a186977090c0bc28d968382584"
"gitHead": "66374de9fbf47e8ad7a3e869cad4ec332e256751"
}

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

return {
getDataTypeAndEncodingId(key: string): DataTypeAndEncodingId | null{
getDataTypeAndEncodingId(key: string): DataTypeAndEncodingId | null {
return map[key] || null;

@@ -1026,11 +1026,9 @@ }

if (dataTypeNodeId.value === 0) {
const category = FieldCategory.basic;
const schema = dataTypeFactory.getSimpleType("Variant");
const v2: Cache = {
category,
const v3: Cache = {
category: FieldCategory.basic,
fieldTypeName: "Variant",
schema
schema: dataTypeFactory.getSimpleType("Variant")
};
cache[key] = v2;
return v2;
cache[key] = v3;
return v3;
}

@@ -1037,0 +1035,0 @@

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