node-opcua-pseudo-session
Advanced tools
Comparing version 2.95.0 to 2.96.0
@@ -12,5 +12,5 @@ /// <reference types="node" /> | ||
import { UserTokenType, X509IdentityTokenOptions } from "node-opcua-types"; | ||
export type BrowseDescriptionLike = string | BrowseDescriptionOptions; | ||
export type CallMethodRequestLike = CallMethodRequestOptions; | ||
export type ResponseCallback<T> = (err: Error | null, result?: T) => void; | ||
export declare type BrowseDescriptionLike = string | BrowseDescriptionOptions; | ||
export declare type CallMethodRequestLike = CallMethodRequestOptions; | ||
export declare type ResponseCallback<T> = (err: Error | null, result?: T) => void; | ||
export interface IBasicTransportSettings { | ||
@@ -58,3 +58,3 @@ maxMessageSize: number; | ||
} | ||
export type MethodId = NodeIdLike; | ||
export declare type MethodId = NodeIdLike; | ||
export interface ArgumentDefinition { | ||
@@ -84,3 +84,3 @@ inputArguments: Argument[]; | ||
} | ||
export type PrivateKeyPEM = string; | ||
export declare type PrivateKeyPEM = string; | ||
export interface UserIdentityInfoUserName { | ||
@@ -99,3 +99,3 @@ type: UserTokenType.UserName; | ||
} | ||
export type UserIdentityInfo = AnonymousIdentity | UserIdentityInfoX509 | UserIdentityInfoUserName; | ||
export declare type UserIdentityInfo = AnonymousIdentity | UserIdentityInfoX509 | UserIdentityInfoUserName; | ||
export interface IBasicSessionChangeUser { | ||
@@ -102,0 +102,0 @@ changeUser(userIdentityInfo: UserIdentityInfo): Promise<StatusCode>; |
{ | ||
"name": "node-opcua-pseudo-session", | ||
"version": "2.95.0", | ||
"version": "2.96.0", | ||
"description": "pure nodejs OPCUA SDK - module -client-proxy", | ||
@@ -21,10 +21,10 @@ "scripts": { | ||
"node-opcua-nodeid": "2.90.1", | ||
"node-opcua-service-browse": "2.95.0", | ||
"node-opcua-service-call": "2.95.0", | ||
"node-opcua-service-read": "2.95.0", | ||
"node-opcua-service-subscription": "2.95.0", | ||
"node-opcua-service-translate-browse-path": "2.95.0", | ||
"node-opcua-service-write": "2.95.0", | ||
"node-opcua-service-browse": "2.96.0", | ||
"node-opcua-service-call": "2.96.0", | ||
"node-opcua-service-read": "2.96.0", | ||
"node-opcua-service-subscription": "2.96.0", | ||
"node-opcua-service-translate-browse-path": "2.96.0", | ||
"node-opcua-service-write": "2.96.0", | ||
"node-opcua-status-code": "2.90.1", | ||
"node-opcua-types": "2.95.0", | ||
"node-opcua-types": "2.96.0", | ||
"node-opcua-variant": "2.95.0", | ||
@@ -48,3 +48,3 @@ "thenify": "^3.3.1" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "ad7086f9c4cd2ab52922e26cb6782ec6b86f9d20" | ||
"gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a" | ||
} |
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
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
95158
+ Addednode-opcua-generator@2.96.0(transitive)
+ Addednode-opcua-schemas@2.96.0(transitive)
+ Addednode-opcua-service-browse@2.96.0(transitive)
+ Addednode-opcua-service-call@2.96.0(transitive)
+ Addednode-opcua-service-read@2.96.0(transitive)
+ Addednode-opcua-service-secure-channel@2.96.0(transitive)
+ Addednode-opcua-service-subscription@2.96.0(transitive)
+ Addednode-opcua-service-translate-browse-path@2.96.0(transitive)
+ Addednode-opcua-service-write@2.96.0(transitive)
+ Addednode-opcua-types@2.96.0(transitive)
+ Addednode-opcua-xml2json@2.96.0(transitive)
- Removednode-opcua-generator@2.95.0(transitive)
- Removednode-opcua-schemas@2.95.0(transitive)
- Removednode-opcua-service-browse@2.95.0(transitive)
- Removednode-opcua-service-call@2.95.0(transitive)
- Removednode-opcua-service-read@2.95.0(transitive)
- Removednode-opcua-service-secure-channel@2.95.0(transitive)
- Removednode-opcua-service-subscription@2.95.0(transitive)
- Removednode-opcua-service-translate-browse-path@2.95.0(transitive)
- Removednode-opcua-service-write@2.95.0(transitive)
- Removednode-opcua-types@2.95.0(transitive)
- Removednode-opcua-xml2json@2.90.1(transitive)
Updatednode-opcua-types@2.96.0