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

node-opcua-service-endpoints

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.1 to 0.2.2

test/test_application_description.js

7

_generated_/_auto_generated_ApplicationDescription.js

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

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

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

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

@@ -54,0 +59,0 @@ /**

10

_generated_/_auto_generated_EndpointDescription.js

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

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

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

BaseUAObject.call(this,options);
if (options === null) {
BaseUAObject.call(this,options);
self.server = null; /* new ApplicationDescription(null); */
self.userIdentityTokens = null; /* null array */
return ;
}

@@ -175,3 +181,3 @@ /**

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

@@ -178,0 +184,0 @@ return obj;

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

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

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

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

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

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

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

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

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

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

this.endpoints = decodeArray(stream, function(stream) {
var obj = new EndpointDescription();
var obj = new EndpointDescription(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:38.305Z
// --------- This code has been automatically generated !!! 2018-02-22T17:36:30.807Z
"use strict";

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

BaseUAObject.call(this,options);
if (options === null) {
BaseUAObject.call(this,options);
return ;
}

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

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

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

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

@@ -13,11 +13,11 @@ "main": "index.js",

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

@@ -24,0 +24,0 @@ },

@@ -0,0 +0,0 @@ require("node-opcua-data-model");

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

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

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

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

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