New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-data-model

Package Overview
Dependencies
Maintainers
1
Versions
191
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.29.0 to 2.31.0

0

dist/access_level.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

export { isValidAttributeId, attributeNameById, AttributeIds } from "node-opcua-basic-types";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

12

dist/diagnostic_info.d.ts

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

*/
constructor(options?: any);
constructor(options?: DiagnosticInfoOptions);
encode(stream: OutputBinaryStream): void;

@@ -29,3 +29,11 @@ decode(stream: BinaryStream): void;

}
export declare type DiagnosticInfoOptions = any;
export interface DiagnosticInfoOptions {
symbolicId?: Int32;
namespaceURI?: Int32;
locale?: Int32;
localizedText?: Int32;
additionalInfo?: UAString;
innerStatusCode?: StatusCode;
innerDiagnosticInfo?: DiagnosticInfo;
}
export declare enum DiagnosticInfo_EncodingByte {

@@ -32,0 +40,0 @@ SymbolicId = 1,

5

dist/diagnostic_info.js

@@ -64,4 +64,3 @@ "use strict";

*/
constructor(options) {
options = options || {};
constructor(options = {}) {
super();

@@ -276,3 +275,3 @@ const schema = exports.schemaDiagnosticInfo;

function decodeDiagnosticInfo(stream, _value) {
const value = _value || new DiagnosticInfo(null);
const value = _value || new DiagnosticInfo();
value.decode(stream);

@@ -279,0 +278,0 @@ return value;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum NodeClass {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BaseUAObject, StructuredTypeSchema } from "node-opcua-factory";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

/**
* @module node-opcua-data-model
*/

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

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

@@ -14,12 +14,12 @@ "scripts": {

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

@@ -43,3 +43,3 @@ "source-map-support": "^0.5.19"

"homepage": "http://node-opcua.github.io/",
"gitHead": "33989ea29477b4bd20f8708189258d9448848996"
"gitHead": "344be19d71445220cf23569881e0234a79d63ee2"
}

@@ -0,0 +0,0 @@ // tslint:disable:no-bitwise

@@ -0,0 +0,0 @@ export {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -115,4 +115,3 @@ /**

*/
constructor(options?: any) {
options = options || {};
constructor(options: DiagnosticInfoOptions = {}) {
super();

@@ -149,3 +148,11 @@ const schema = schemaDiagnosticInfo;

export type DiagnosticInfoOptions = any;
export interface DiagnosticInfoOptions {
symbolicId?: Int32;
namespaceURI?: Int32;
locale?: Int32;
localizedText?: Int32;
additionalInfo?: UAString;
innerStatusCode?: StatusCode;
innerDiagnosticInfo?: DiagnosticInfo;
}

@@ -346,3 +353,3 @@ export enum DiagnosticInfo_EncodingByte {

export function decodeDiagnosticInfo(stream: BinaryStream, _value?: DiagnosticInfo | null): DiagnosticInfo {
const value = _value || new DiagnosticInfo(null);
const value = _value || new DiagnosticInfo();
value.decode(stream);

@@ -349,0 +356,0 @@ return value;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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