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

node-opcua-pseudo-session

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-pseudo-session - npm Package Compare versions

Comparing version 2.0.0-alpha.13 to 2.0.0-alpha.18

node-opcua-pseudo-session-2.0.0-alpha.2.tgz

15

dist/basic_session_interface.d.ts

@@ -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;

20

package.json
{
"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,

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