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.132.0 to 2.133.0

15

dist/base_node.d.ts

@@ -125,4 +125,4 @@ import { EventEmitter } from "events";

/**
* find all the nodes that are referenced by references of type **`reference`** or a sub type of **`reference`**, in the
* direction specified by **`browseDirection`**
* find all the nodes that are referenced by references of type **`reference`** or a
* sub type of **`reference`**, in the direction specified by **`browseDirection`**
*

@@ -178,5 +178,10 @@ * * BrowseDirection.Forward direction is implied if browseDirection flags is omitted.

* NodeVersion (Optional) String The NodeVersion Property is used to indicate the version of a Node.
* The NodeVersion Property is updated each time a Reference is added or deleted to the Node the Property
* belongs to. Attribute value changes do not cause the NodeVersion to change.
* Clients may read the NodeVersion Property or subscribe to it to determine when the structure of a Node has changed.
*
* The NodeVersion Property is updated each time a Reference is added or deleted
* to the Node the Property belongs to.
*
* Attribute value changes do not cause the NodeVersion to change.
*
* Clients may read the NodeVersion Property or subscribe to it to determine when the
* structure of a Node has changed.
*/

@@ -183,0 +188,0 @@ nodeVersion?: UAVariableT<UAString, DataType.String>;

@@ -43,3 +43,3 @@ import { UAObject } from "./ua_object";

*
* @method reconstructFunctionalGroupType
* @param baseType

@@ -46,0 +46,0 @@ */

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

*
* @method reconstructFunctionalGroupType
* @param baseType

@@ -331,0 +331,0 @@ */

@@ -273,3 +273,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model";

/**
* @internals
* @internal
*/

@@ -276,0 +276,0 @@ getStandardsNodeIds(): {

@@ -32,6 +32,2 @@ import { NodeClass } from "node-opcua-data-model";

/**
* @async
* @param inputArguments
* @param context
* @param callback
*/

@@ -38,0 +34,0 @@ execute(object: UAObject | UAObjectType | null, inputArguments: VariantLike[] | null, context: ISessionContext, callback: CallbackT<CallMethodResultOptions>): void;

@@ -113,2 +113,5 @@ import { NodeId } from "node-opcua-nodeid";

}
/**
* @interface UAObject
*/
export interface UAObject extends BaseNode, EventRaiser, IPropertyAndComponentHolder {

@@ -115,0 +118,0 @@ readonly nodeClass: NodeClass.Object;

@@ -215,3 +215,4 @@ import { AttributeIds, CallbackT, DataType, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types";

*
* @precondition UAVariable must have a dataType deriving from "Enumeration"
* **precondition**:
* UAVariable must have a dataType deriving from "Enumeration"
*/

@@ -218,0 +219,0 @@ writeEnumValue(value: string | number): void;

{
"name": "node-opcua-address-space-base",
"version": "2.132.0",
"version": "2.133.0",
"description": "pure nodejs OPCUA SDK - module address-space-base",

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

"node-opcua-assert": "2.120.0",
"node-opcua-basic-types": "2.132.0",
"node-opcua-basic-types": "2.133.0",
"node-opcua-constants": "2.125.0",
"node-opcua-crypto": "4.9.4",
"node-opcua-data-model": "2.132.0",
"node-opcua-data-value": "2.132.0",
"node-opcua-date-time": "2.132.0",
"node-opcua-debug": "2.128.0",
"node-opcua-extension-object": "2.132.0",
"node-opcua-nodeid": "2.128.0",
"node-opcua-numeric-range": "2.132.0",
"node-opcua-schemas": "2.132.0",
"node-opcua-status-code": "2.128.0",
"node-opcua-types": "2.132.0",
"node-opcua-variant": "2.132.0"
"node-opcua-crypto": "4.10.0",
"node-opcua-data-model": "2.133.0",
"node-opcua-data-value": "2.133.0",
"node-opcua-date-time": "2.133.0",
"node-opcua-debug": "2.133.0",
"node-opcua-extension-object": "2.133.0",
"node-opcua-nodeid": "2.133.0",
"node-opcua-numeric-range": "2.133.0",
"node-opcua-schemas": "2.133.0",
"node-opcua-status-code": "2.133.0",
"node-opcua-types": "2.133.0",
"node-opcua-variant": "2.133.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
"files": [

@@ -54,0 +54,0 @@ "dist",

@@ -185,4 +185,4 @@ import { EventEmitter } from "events";

/**
* find all the nodes that are referenced by references of type **`reference`** or a sub type of **`reference`**, in the
* direction specified by **`browseDirection`**
* find all the nodes that are referenced by references of type **`reference`** or a
* sub type of **`reference`**, in the direction specified by **`browseDirection`**
*

@@ -249,5 +249,10 @@ * * BrowseDirection.Forward direction is implied if browseDirection flags is omitted.

* NodeVersion (Optional) String The NodeVersion Property is used to indicate the version of a Node.
* The NodeVersion Property is updated each time a Reference is added or deleted to the Node the Property
* belongs to. Attribute value changes do not cause the NodeVersion to change.
* Clients may read the NodeVersion Property or subscribe to it to determine when the structure of a Node has changed.
*
* The NodeVersion Property is updated each time a Reference is added or deleted
* to the Node the Property belongs to.
*
* Attribute value changes do not cause the NodeVersion to change.
*
* Clients may read the NodeVersion Property or subscribe to it to determine when the
* structure of a Node has changed.
*/

@@ -254,0 +259,0 @@ nodeVersion?: UAVariableT<UAString, DataType.String>;

@@ -422,3 +422,3 @@ import { assert } from "node-opcua-assert";

*
* @method reconstructFunctionalGroupType
* @param baseType

@@ -425,0 +425,0 @@ */

@@ -350,3 +350,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model";

/**
* @internals
* @internal
*/

@@ -353,0 +353,0 @@ getStandardsNodeIds(): {

@@ -54,6 +54,2 @@ import { NodeClass } from "node-opcua-data-model";

/**
* @async
* @param inputArguments
* @param context
* @param callback
*/

@@ -60,0 +56,0 @@ public execute(

@@ -157,2 +157,5 @@ import { NodeId } from "node-opcua-nodeid";

/**
* @interface UAObject
*/
export interface UAObject extends BaseNode, EventRaiser, IPropertyAndComponentHolder {

@@ -159,0 +162,0 @@ readonly nodeClass: NodeClass.Object;

@@ -263,3 +263,4 @@ import { AttributeIds, CallbackT, DataType, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types";

*
* @precondition UAVariable must have a dataType deriving from "Enumeration"
* **precondition**:
* UAVariable must have a dataType deriving from "Enumeration"
*/

@@ -266,0 +267,0 @@ writeEnumValue(value: string | number): void;

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