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

node-opcua-address-space-base

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-address-space-base - npm Package Compare versions

Comparing version 2.66.3 to 2.67.0

6

dist/index.js
"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) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

@@ -49,2 +49,6 @@ import { AttributeIds, CallbackT, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types";

}
export interface BindExtensionObjectOptions {
createMissingProp?: boolean;
force?: boolean;
}
export interface UAVariable extends BaseNode, VariableAttributes, IPropertyAndComponentHolder {

@@ -271,3 +275,4 @@ readonly nodeClass: NodeClass.Variable;

bindVariable(options?: BindVariableOptions, overwrite?: boolean): void;
bindExtensionObject(optionalExtensionObject?: ExtensionObject): ExtensionObject | null;
bindExtensionObject(optionalExtensionObject?: ExtensionObject, options?: BindExtensionObjectOptions): ExtensionObject | null;
installExtensionObjectVariables(): void;
historyRead(context: ISessionContext, historyReadDetails: HistoryReadDetails | ReadRawModifiedDetails | ReadEventDetails | ReadProcessedDetails | ReadAtTimeDetails, indexRange: NumericRange | null, dataEncoding: QualifiedNameLike | null, continuationData: ContinuationData): Promise<HistoryReadResult>;

@@ -274,0 +279,0 @@ historyRead(context: ISessionContext, historyReadDetails: HistoryReadDetails | ReadRawModifiedDetails | ReadEventDetails | ReadProcessedDetails | ReadAtTimeDetails, indexRange: NumericRange | null, dataEncoding: QualifiedNameLike | null, continuationData: ContinuationData, callback: CallbackT<HistoryReadResult>): void;

68

package.json
{
"name": "node-opcua-address-space-base",
"version": "2.66.3",
"version": "2.67.0",
"description": "pure nodejs OPCUA SDK - module -address-space",

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

"node-opcua-assert": "2.66.0",
"node-opcua-basic-types": "2.66.0",
"node-opcua-client-dynamic-extension-object": "2.66.3",
"node-opcua-constants": "2.66.0",
"node-opcua-data-access": "2.66.0",
"node-opcua-data-model": "2.66.0",
"node-opcua-data-value": "2.66.0",
"node-opcua-date-time": "2.66.0",
"node-opcua-debug": "2.66.0",
"node-opcua-enum": "2.66.0",
"node-opcua-factory": "2.66.0",
"node-opcua-nodeid": "2.66.0",
"node-opcua-numeric-range": "2.66.0",
"node-opcua-object-registry": "2.66.0",
"node-opcua-pseudo-session": "2.66.3",
"node-opcua-schemas": "2.66.0",
"node-opcua-service-browse": "2.66.0",
"node-opcua-service-call": "2.66.0",
"node-opcua-service-filter": "2.66.0",
"node-opcua-service-history": "2.66.0",
"node-opcua-service-translate-browse-path": "2.66.0",
"node-opcua-service-write": "2.66.0",
"node-opcua-status-code": "2.66.0",
"node-opcua-types": "2.66.0",
"node-opcua-utils": "2.66.0",
"node-opcua-variant": "2.66.0",
"node-opcua-xml2json": "2.66.0",
"node-opcua-basic-types": "2.67.0",
"node-opcua-client-dynamic-extension-object": "2.67.0",
"node-opcua-constants": "2.67.0",
"node-opcua-data-access": "2.67.0",
"node-opcua-data-model": "2.67.0",
"node-opcua-data-value": "2.67.0",
"node-opcua-date-time": "2.67.0",
"node-opcua-debug": "2.67.0",
"node-opcua-enum": "2.67.0",
"node-opcua-factory": "2.67.0",
"node-opcua-nodeid": "2.67.0",
"node-opcua-numeric-range": "2.67.0",
"node-opcua-object-registry": "2.67.0",
"node-opcua-pseudo-session": "2.67.0",
"node-opcua-schemas": "2.67.0",
"node-opcua-service-browse": "2.67.0",
"node-opcua-service-call": "2.67.0",
"node-opcua-service-filter": "2.67.0",
"node-opcua-service-history": "2.67.0",
"node-opcua-service-translate-browse-path": "2.67.0",
"node-opcua-service-write": "2.67.0",
"node-opcua-status-code": "2.67.0",
"node-opcua-types": "2.67.0",
"node-opcua-utils": "2.67.0",
"node-opcua-variant": "2.67.0",
"node-opcua-xml2json": "2.67.0",
"set-prototype-of": "^1.0.0",

@@ -57,9 +57,9 @@ "thenify": "^3.3.1",

"devDependencies": {
"node-opcua-benchmarker": "2.66.0",
"node-opcua-binary-stream": "2.66.0",
"node-opcua-extension-object": "2.66.0",
"node-opcua-leak-detector": "2.66.0",
"node-opcua-benchmarker": "2.67.0",
"node-opcua-binary-stream": "2.67.0",
"node-opcua-extension-object": "2.67.0",
"node-opcua-leak-detector": "2.67.0",
"node-opcua-nodesets": "2.66.0",
"node-opcua-packet-analyzer": "2.66.0",
"node-opcua-test-fixtures": "2.66.0",
"node-opcua-packet-analyzer": "2.67.0",
"node-opcua-test-fixtures": "2.67.0",
"should": "^13.2.3",

@@ -84,3 +84,3 @@ "sinon": "^13.0.1",

"homepage": "http://node-opcua.github.io/",
"gitHead": "5b682671b0709e8cdd6307e20a7e13060201a95b"
"gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e"
}
import { AttributeIds, CallbackT, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types";
import { NodeClass, QualifiedNameLike } from "node-opcua-data-model";
import { NodeId } from "node-opcua-nodeid";
import { DataValue, DataValueOptions } from "node-opcua-data-value";
import { DataValue } from "node-opcua-data-value";
import { ExtensionObject } from "node-opcua-extension-object";

@@ -76,2 +76,6 @@ import { NumericRange } from "node-opcua-numeric-range";

}
export interface BindExtensionObjectOptions {
createMissingProp?: boolean;
force?: boolean;
}

@@ -340,4 +344,7 @@ export interface UAVariable extends BaseNode, VariableAttributes, IPropertyAndComponentHolder {

bindExtensionObject(optionalExtensionObject?: ExtensionObject): ExtensionObject | null;
bindExtensionObject(optionalExtensionObject?: ExtensionObject, options?: BindExtensionObjectOptions): ExtensionObject | null;
installExtensionObjectVariables(): void;
historyRead(

@@ -344,0 +351,0 @@ context: ISessionContext,

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