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.132.0 to 2.133.0

5

dist/diagnostic_info.d.ts

@@ -17,7 +17,2 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream";

/**
*
* @class DiagnosticInfo
* @constructor
* @extends BaseUAObject
* @param options {Object}
*/

@@ -24,0 +19,0 @@ constructor(options?: DiagnosticInfoOptions);

@@ -64,7 +64,2 @@ "use strict";

/**
*
* @class DiagnosticInfo
* @constructor
* @extends BaseUAObject
* @param options {Object}
*/

@@ -71,0 +66,0 @@ constructor(options = {}) {

2

dist/qualified_name.d.ts

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

/**
* @method stringToQualifiedName
* @param value {String}

@@ -35,0 +35,0 @@ * @return {{namespaceIndex: Number, name: String}}

@@ -93,3 +93,3 @@ "use strict";

/**
* @method stringToQualifiedName
* @param value {String}

@@ -96,0 +96,0 @@ * @return {{namespaceIndex: Number, name: String}}

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

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

"node-opcua-assert": "2.120.0",
"node-opcua-basic-types": "2.132.0",
"node-opcua-binary-stream": "2.128.0",
"node-opcua-enum": "2.128.0",
"node-opcua-factory": "2.132.0",
"node-opcua-nodeid": "2.128.0",
"node-opcua-status-code": "2.128.0"
"node-opcua-basic-types": "2.133.0",
"node-opcua-binary-stream": "2.133.0",
"node-opcua-enum": "2.133.0",
"node-opcua-factory": "2.133.0",
"node-opcua-nodeid": "2.133.0",
"node-opcua-status-code": "2.133.0"
},
"devDependencies": {
"node-opcua-packet-analyzer": "2.132.0"
"node-opcua-packet-analyzer": "2.133.0"
},

@@ -43,3 +43,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
"files": [

@@ -46,0 +46,0 @@ "dist",

@@ -111,7 +111,2 @@ /**

/**
*
* @class DiagnosticInfo
* @constructor
* @extends BaseUAObject
* @param options {Object}
*/

@@ -118,0 +113,0 @@ constructor(options: DiagnosticInfoOptions = {}) {

@@ -121,3 +121,3 @@ /**

/**
* @method stringToQualifiedName
* @param value {String}

@@ -124,0 +124,0 @@ * @return {{namespaceIndex: Number, name: String}}

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