node-opcua-service-read
Advanced tools
Comparing version 2.6.0-alpha.7 to 2.6.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* @module node-opcua-service-read | ||
*/ | ||
const node_opcua_assert_1 = require("node-opcua-assert"); | ||
@@ -17,2 +20,6 @@ const node_opcua_types_1 = require("node-opcua-types"); | ||
Object.defineProperty(exports, "ResponseHeader", { enumerable: true, get: function () { return node_opcua_service_secure_channel_1.ResponseHeader; } }); | ||
// -------------------------------------------------------------------------------- | ||
// OPCUA Part 4 $5.10 : Attribute Service Set | ||
// This Service Set provides Service sto access Attributes that are part of Nodes. | ||
// -------------------------------------------------------------------------------- | ||
var node_opcua_types_2 = require("node-opcua-types"); | ||
@@ -19,0 +26,0 @@ Object.defineProperty(exports, "ReadValueId", { enumerable: true, get: function () { return node_opcua_types_2.ReadValueId; } }); |
{ | ||
"name": "node-opcua-service-read", | ||
"version": "2.6.0-alpha.7", | ||
"version": "2.6.1", | ||
"description": "pure nodejs OPCUA SDK - module -service-read", | ||
@@ -13,17 +13,17 @@ "scripts": { | ||
"dependencies": { | ||
"node-opcua-assert": "^2.6.0-alpha.1", | ||
"node-opcua-basic-types": "^2.6.0-alpha.1", | ||
"node-opcua-binary-stream": "^2.6.0-alpha.1", | ||
"node-opcua-data-model": "^2.6.0-alpha.7", | ||
"node-opcua-data-value": "^2.6.0-alpha.7", | ||
"node-opcua-factory": "^2.6.0-alpha.7", | ||
"node-opcua-nodeid": "^2.6.0-alpha.1", | ||
"node-opcua-numeric-range": "^2.6.0-alpha.7", | ||
"node-opcua-service-secure-channel": "^2.6.0-alpha.7", | ||
"node-opcua-types": "^2.6.0-alpha.7", | ||
"node-opcua-assert": "^2.6.1", | ||
"node-opcua-basic-types": "^2.6.1", | ||
"node-opcua-binary-stream": "^2.6.1", | ||
"node-opcua-data-model": "^2.6.1", | ||
"node-opcua-data-value": "^2.6.1", | ||
"node-opcua-factory": "^2.6.1", | ||
"node-opcua-nodeid": "^2.6.1", | ||
"node-opcua-numeric-range": "^2.6.1", | ||
"node-opcua-service-secure-channel": "^2.6.1", | ||
"node-opcua-types": "^2.6.1", | ||
"underscore": "^1.10.2" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^2.6.0-alpha.7", | ||
"node-opcua-packet-analyzer": "^2.6.0-alpha.7", | ||
"node-opcua-generator": "^2.6.1", | ||
"node-opcua-packet-analyzer": "^2.6.1", | ||
"should": "^13.2.3" | ||
@@ -46,3 +46,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "6af0c6f183dcb96ddc5a2befc98851d0960c5fd0" | ||
"gitHead": "15f0c0f83232fc63310dc04fea187048c7a01e4b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8119
76
0
Updatednode-opcua-assert@^2.6.1
Updatednode-opcua-data-model@^2.6.1
Updatednode-opcua-data-value@^2.6.1
Updatednode-opcua-factory@^2.6.1
Updatednode-opcua-nodeid@^2.6.1
Updatednode-opcua-types@^2.6.1