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

node-opcua-pseudo-session

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.90.0 to 2.90.1

@@ -12,5 +12,5 @@ /// <reference types="node" />

import { UserTokenType, X509IdentityTokenOptions } from "node-opcua-types";
export declare type BrowseDescriptionLike = string | BrowseDescriptionOptions;
export declare type CallMethodRequestLike = CallMethodRequestOptions;
export declare type ResponseCallback<T> = (err: Error | null, result?: T) => void;
export type BrowseDescriptionLike = string | BrowseDescriptionOptions;
export type CallMethodRequestLike = CallMethodRequestOptions;
export type ResponseCallback<T> = (err: Error | null, result?: T) => void;
export interface IBasicSession {

@@ -52,3 +52,3 @@ browse(nodeToBrowse: BrowseDescriptionLike, callback: ResponseCallback<BrowseResult>): void;

}
export declare type MethodId = NodeIdLike;
export type MethodId = NodeIdLike;
export interface ArgumentDefinition {

@@ -78,3 +78,3 @@ inputArguments: Argument[];

}
export declare type PrivateKeyPEM = string;
export type PrivateKeyPEM = string;
export interface UserIdentityInfoUserName {

@@ -93,3 +93,3 @@ type: UserTokenType.UserName;

}
export declare type UserIdentityInfo = AnonymousIdentity | UserIdentityInfoX509 | UserIdentityInfoUserName;
export type UserIdentityInfo = AnonymousIdentity | UserIdentityInfoX509 | UserIdentityInfoUserName;
export interface IBasicSessionChangeUser {

@@ -96,0 +96,0 @@ changeUser(userIdentityInfo: UserIdentityInfo): Promise<StatusCode>;

{
"name": "node-opcua-pseudo-session",
"version": "2.90.0",
"version": "2.90.1",
"description": "pure nodejs OPCUA SDK - module -client-proxy",

@@ -15,17 +15,17 @@ "scripts": {

"node-opcua-assert": "2.88.0",
"node-opcua-basic-types": "2.90.0",
"node-opcua-basic-types": "2.90.1",
"node-opcua-constants": "2.88.0",
"node-opcua-data-model": "2.90.0",
"node-opcua-data-value": "2.90.0",
"node-opcua-debug": "2.90.0",
"node-opcua-nodeid": "2.90.0",
"node-opcua-service-browse": "2.90.0",
"node-opcua-service-call": "2.90.0",
"node-opcua-service-read": "2.90.0",
"node-opcua-service-subscription": "2.90.0",
"node-opcua-service-translate-browse-path": "2.90.0",
"node-opcua-service-write": "2.90.0",
"node-opcua-status-code": "2.89.0",
"node-opcua-types": "2.90.0",
"node-opcua-variant": "2.90.0",
"node-opcua-data-model": "2.90.1",
"node-opcua-data-value": "2.90.1",
"node-opcua-debug": "2.90.1",
"node-opcua-nodeid": "2.90.1",
"node-opcua-service-browse": "2.90.1",
"node-opcua-service-call": "2.90.1",
"node-opcua-service-read": "2.90.1",
"node-opcua-service-subscription": "2.90.1",
"node-opcua-service-translate-browse-path": "2.90.1",
"node-opcua-service-write": "2.90.1",
"node-opcua-status-code": "2.90.1",
"node-opcua-types": "2.90.1",
"node-opcua-variant": "2.90.1",
"thenify": "^3.3.1"

@@ -48,3 +48,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
"gitHead": "3325ff5f8477fd058ba574d19e8128c36e3e831f"
}