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

node-opcua-service-write

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-service-write - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

test/test_service_write.js

10

_generated_/_auto_generated_WriteRequest.js

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-13T08:26:52.089Z
// --------- This code has been automatically generated !!! 2018-02-22T17:36:35.863Z
"use strict";

@@ -48,2 +48,8 @@ /**

BaseUAObject.call(this,options);
if (options === null) {
BaseUAObject.call(this,options);
self.requestHeader = null; /* new RequestHeader(null); */
self.nodesToWrite = null; /* null array */
return ;
}

@@ -99,3 +105,3 @@ /**

this.nodesToWrite = decodeArray(stream, function(stream) {
var obj = new WriteValue();
var obj = new WriteValue(null);
obj.decode(stream,options);

@@ -102,0 +108,0 @@ return obj;

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-13T08:26:52.106Z
// --------- This code has been automatically generated !!! 2018-02-22T17:36:35.867Z
"use strict";

@@ -49,2 +49,8 @@ /**

BaseUAObject.call(this,options);
if (options === null) {
BaseUAObject.call(this,options);
self.responseHeader = null; /* new ResponseHeader(null); */
self.diagnosticInfos = null; /* null array */
return ;
}

@@ -111,3 +117,3 @@ /**

this.diagnosticInfos = decodeArray(stream, function(stream) {
var obj = new DiagnosticInfo();
var obj = new DiagnosticInfo(null);
obj.decode(stream,options);

@@ -114,0 +120,0 @@ return obj;

7

_generated_/_auto_generated_WriteValue.js

@@ -1,2 +0,2 @@

// --------- This code has been automatically generated !!! 2017-12-13T08:26:51.989Z
// --------- This code has been automatically generated !!! 2018-02-22T17:36:35.803Z
"use strict";

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

BaseUAObject.call(this,options);
if (options === null) {
BaseUAObject.call(this,options);
self.value = null; /* new DataValue(null); */
return ;
}

@@ -51,0 +56,0 @@ /**

@@ -0,0 +0,0 @@ var generator = require("node-opcua-generator");

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

{
"name": "node-opcua-service-write",
"version": "0.2.1",
"version": "0.2.2",
"description": "pure nodejs OPCUA SDK - module -service-write",

@@ -13,13 +13,13 @@ "scripts": {

"node-opcua-assert": "^0.2.0",
"node-opcua-basic-types": "^0.2.1",
"node-opcua-data-value": "^0.2.1",
"node-opcua-factory": "^0.2.1",
"node-opcua-nodeid": "^0.2.0",
"node-opcua-numeric-range": "^0.2.1",
"node-opcua-service-secure-channel": "^0.2.1",
"node-opcua-basic-types": "^0.2.2",
"node-opcua-data-value": "^0.2.2",
"node-opcua-factory": "^0.2.2",
"node-opcua-nodeid": "^0.2.2",
"node-opcua-numeric-range": "^0.2.2",
"node-opcua-service-secure-channel": "^0.2.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-generator": "^0.2.1",
"node-opcua-packet-analyzer": "^0.2.1",
"node-opcua-generator": "^0.2.2",
"node-opcua-packet-analyzer": "^0.2.2",
"should": "13.2.1"

@@ -26,0 +26,0 @@ },

@@ -0,0 +0,0 @@ require("node-opcua-service-secure-channel");

@@ -0,0 +0,0 @@ require("node-opcua-service-secure-channel");

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