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.95.0 to 2.96.0

12

dist/basic_session_interface.d.ts

@@ -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"
}
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