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.68.1 to 2.69.0

dist/promote_opaque_structure_in_notification_data.d.ts

1

dist/index.d.ts

@@ -12,1 +12,2 @@ /**

export * from "./convert_data_type_definition_to_structuretype_schema";
export * from "./promote_opaque_structure_in_notification_data";
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -24,2 +28,3 @@ if (k2 === undefined) k2 = k;

__exportStar(require("./convert_data_type_definition_to_structuretype_schema"), exports);
__exportStar(require("./promote_opaque_structure_in_notification_data"), exports);
//# sourceMappingURL=index.js.map

32

package.json
{
"name": "node-opcua-client-dynamic-extension-object",
"version": "2.68.1",
"version": "2.69.0",
"description": "pure nodejs OPCUA SDK - module client-dynamic-extension-object",

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

"node-opcua-assert": "2.66.0",
"node-opcua-binary-stream": "2.67.0",
"node-opcua-binary-stream": "2.69.0",
"node-opcua-constants": "2.67.0",
"node-opcua-data-model": "2.68.0",
"node-opcua-data-value": "2.68.0",
"node-opcua-debug": "2.68.0",
"node-opcua-extension-object": "2.68.0",
"node-opcua-factory": "2.68.0",
"node-opcua-nodeid": "2.68.0",
"node-opcua-pseudo-session": "2.68.1",
"node-opcua-schemas": "2.68.1",
"node-opcua-service-browse": "2.68.1",
"node-opcua-service-translate-browse-path": "2.68.1",
"node-opcua-status-code": "2.67.0",
"node-opcua-types": "2.68.1",
"node-opcua-variant": "2.68.0"
"node-opcua-data-model": "2.69.0",
"node-opcua-data-value": "2.69.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.0",
"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"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "7bcb67b06ea755d438e91f5c143d20531497e286"
"gitHead": "6c88d05e8c82ce4bc9c8af9f0a8eb6136f31d2ce"
}

@@ -11,2 +11,3 @@ /**

export * from "./resolve_dynamic_extension_object";
export * from "./convert_data_type_definition_to_structuretype_schema";
export * from "./convert_data_type_definition_to_structuretype_schema";
export * from "./promote_opaque_structure_in_notification_data";

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