Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-extension-object

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-extension-object - npm Package Compare versions

Comparing version 2.11.0 to 2.13.0

23

dist/extension_object.js

@@ -14,14 +14,17 @@ "use strict";

/* tslint:disable:no-empty */
class ExtensionObject extends node_opcua_factory_1.BaseUAObject {
constructor(options) {
super();
let ExtensionObject = /** @class */ (() => {
class ExtensionObject extends node_opcua_factory_1.BaseUAObject {
constructor(options) {
super();
}
}
}
ExtensionObject.schema = new node_opcua_factory_1.StructuredTypeSchema({
baseType: "",
documentation: "",
fields: [],
name: "ExtensionObject"
});
return ExtensionObject;
})();
exports.ExtensionObject = ExtensionObject;
ExtensionObject.schema = new node_opcua_factory_1.StructuredTypeSchema({
baseType: "",
documentation: "",
fields: [],
name: "ExtensionObject"
});
ExtensionObject.prototype.schema = ExtensionObject.schema;

@@ -28,0 +31,0 @@ function constructEmptyExtensionObject(expandedNodeId) {

{
"name": "node-opcua-extension-object",
"version": "2.11.0",
"version": "2.13.0",
"description": "pure nodejs OPCUA SDK - module -extension-object",

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

"node-opcua-assert": "2.10.0",
"node-opcua-basic-types": "2.11.0",
"node-opcua-basic-types": "2.13.0",
"node-opcua-binary-stream": "2.11.0",
"node-opcua-debug": "2.10.0",
"node-opcua-factory": "2.11.0",
"node-opcua-factory": "2.13.0",
"node-opcua-nodeid": "2.11.0"

@@ -38,3 +38,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "1e1c6d63340aa799867af261437a6a0f5a9a2cdd"
"gitHead": "3c8a33e1e9d7923c9434607ad22d51d6d8d58918"
}

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