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

node-opcua-data-model

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-data-model - npm Package Compare versions

Comparing version 2.85.0 to 2.86.0

2

dist/access_level.d.ts

@@ -16,3 +16,3 @@ /**

}
export declare type AccessLevelFlagString = "CurrentRead" | "CurrentWrite" | "HistoryRead" | "HistoryWrite" | "StatusWrite" | "TimestampWrite";
export type AccessLevelFlagString = "CurrentRead" | "CurrentWrite" | "HistoryRead" | "HistoryWrite" | "StatusWrite" | "TimestampWrite";
export declare function convertAccessLevelFlagToByte(accessLevel: AccessLevelFlag): number;

@@ -19,0 +19,0 @@ export declare function makeAccessLevelFlag(str: string | number | null): AccessLevelFlag;

@@ -53,3 +53,3 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

}
declare type DiagnosticInfo_Mask = typeof DiagnosticInfo_ServiceLevelMask | typeof DiagnosticInfo_OperationLevelMask;
type DiagnosticInfo_Mask = typeof DiagnosticInfo_ServiceLevelMask | typeof DiagnosticInfo_OperationLevelMask;
export declare const RESPONSE_DIAGNOSTICS_MASK_ALL = 1023;

@@ -56,0 +56,0 @@ export declare function filterDiagnosticInfoLevel(returnDiagnostics: number, diagnostic: DiagnosticInfo | null, diagnosticInfoMask: DiagnosticInfo_Mask): DiagnosticInfo | null;

@@ -22,4 +22,4 @@ import { LocaleId, UAString } from "node-opcua-basic-types";

}
export declare type LocalizedTextLike = LocalizedTextOptions | string;
export type LocalizedTextLike = LocalizedTextOptions | string;
export declare function encodeLocalizedText(value: LocalizedText, stream: OutputBinaryStream): void;
export declare function decodeLocalizedText(stream: BinaryStream, value?: LocalizedText): LocalizedText;

@@ -36,2 +36,11 @@ "use strict";

class LocalizedText extends node_opcua_factory_1.BaseUAObject {
static get schema() {
return schemaLocalizedText;
}
get schema() {
return schemaLocalizedText;
}
static coerce(value) {
return coerceLocalizedText(value);
}
constructor(options) {

@@ -57,11 +66,2 @@ super();

}
static get schema() {
return schemaLocalizedText;
}
get schema() {
return schemaLocalizedText;
}
static coerce(value) {
return coerceLocalizedText(value);
}
toString() {

@@ -68,0 +68,0 @@ return "locale=" + this.locale + " text=" + this.text;

@@ -29,3 +29,3 @@ import { BaseUAObject, IStructuredTypeSchema } from "node-opcua-factory";

}
export declare type QualifiedNameLike = QualifiedNameOptions | string;
export type QualifiedNameLike = QualifiedNameOptions | string;
/**

@@ -32,0 +32,0 @@ * @method stringToQualifiedName

{
"name": "node-opcua-data-model",
"version": "2.85.0",
"version": "2.86.0",
"description": "pure nodejs OPCUA SDK - module -data-model",

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

"node-opcua-assert": "2.77.0",
"node-opcua-basic-types": "2.85.0",
"node-opcua-binary-stream": "2.85.0",
"node-opcua-enum": "2.85.0",
"node-opcua-factory": "2.85.0",
"node-opcua-nodeid": "2.85.0",
"node-opcua-status-code": "2.85.0"
"node-opcua-basic-types": "2.86.0",
"node-opcua-binary-stream": "2.86.0",
"node-opcua-enum": "2.86.0",
"node-opcua-factory": "2.86.0",
"node-opcua-nodeid": "2.86.0",
"node-opcua-status-code": "2.86.0"
},
"devDependencies": {
"node-opcua-packet-analyzer": "2.85.0",
"node-opcua-packet-analyzer": "2.86.0",
"should": "^13.2.3"

@@ -44,3 +44,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "68498fcf7b20ea9f7bd66e8529c546221daf5d52"
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3"
}

Sorry, the diff of this file is not supported yet

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