node-opcua-pseudo-session
Advanced tools
Comparing version 2.0.0-alpha.13 to 2.0.0-alpha.18
@@ -16,2 +16,17 @@ /// <reference types="node" /> | ||
browse(nodesToBrowse: BrowseDescriptionLike[]): Promise<BrowseResult[]>; | ||
/** | ||
* | ||
* @param continuationPoint | ||
* @param releaseContinuationPoints a Boolean parameter with the following values: | ||
* TRUE passed continuationPoints shall be reset to free resources in | ||
* the Server. The continuation points are released and the results | ||
* and diagnosticInfos arrays are empty. | ||
* FALSE passed continuationPoints shall be used to get the next set of | ||
* browse information. | ||
* A Client shall always use the continuation point returned by a Browse or | ||
* BrowseNext response to free the resources for the continuation point in the | ||
* Server. If the Client does not want to get the next set of browse information, | ||
* BrowseNext shall be called with this parameter set to TRUE. | ||
* @param callback | ||
*/ | ||
browseNext(continuationPoint: Buffer, releaseContinuationPoints: boolean, callback: ResponseCallback<BrowseResult>): void; | ||
@@ -18,0 +33,0 @@ browseNext(continuationPoints: Buffer[], releaseContinuationPoints: boolean, callback: ResponseCallback<BrowseResult[]>): void; |
{ | ||
"name": "node-opcua-pseudo-session", | ||
"version": "2.0.0-alpha.13", | ||
"version": "2.0.0-alpha.18", | ||
"description": "pure nodejs OPCUA SDK - module -client-proxy", | ||
@@ -14,10 +14,10 @@ "scripts": { | ||
"dependencies": { | ||
"async": "^2.6.1", | ||
"node-opcua-data-value": "^2.0.0-alpha.13", | ||
"node-opcua-nodeid": "^2.0.0-alpha.13", | ||
"node-opcua-service-browse": "^2.0.0-alpha.13", | ||
"node-opcua-service-read": "^2.0.0-alpha.13", | ||
"node-opcua-status-code": "^2.0.0-alpha.13", | ||
"node-opcua-utils": "^2.0.0-alpha.13", | ||
"node-opcua-variant": "^2.0.0-alpha.13", | ||
"async": "^2.6.2", | ||
"node-opcua-data-value": "^2.0.0-alpha.18", | ||
"node-opcua-nodeid": "^2.0.0-alpha.18", | ||
"node-opcua-service-browse": "^2.0.0-alpha.18", | ||
"node-opcua-service-read": "^2.0.0-alpha.18", | ||
"node-opcua-status-code": "^2.0.0-alpha.18", | ||
"node-opcua-utils": "^2.0.0-alpha.18", | ||
"node-opcua-variant": "^2.0.0-alpha.18", | ||
"underscore": "^1.9.1" | ||
@@ -40,3 +40,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505" | ||
"gitHead": "a92d7f1be990cfaadd5f52560e2454e252b0b081" | ||
} |
@@ -29,2 +29,17 @@ /** | ||
/** | ||
* | ||
* @param continuationPoint | ||
* @param releaseContinuationPoints a Boolean parameter with the following values: | ||
* TRUE passed continuationPoints shall be reset to free resources in | ||
* the Server. The continuation points are released and the results | ||
* and diagnosticInfos arrays are empty. | ||
* FALSE passed continuationPoints shall be used to get the next set of | ||
* browse information. | ||
* A Client shall always use the continuation point returned by a Browse or | ||
* BrowseNext response to free the resources for the continuation point in the | ||
* Server. If the Client does not want to get the next set of browse information, | ||
* BrowseNext shall be called with this parameter set to TRUE. | ||
* @param callback | ||
*/ | ||
browseNext( | ||
@@ -31,0 +46,0 @@ continuationPoint: Buffer, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15140
13
119
2
Updatedasync@^2.6.2