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

node-opcua-service-read

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-read - npm Package Compare versions

Comparing version 2.6.0-alpha.7 to 2.6.1

7

dist/index.js
"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; } });

28

package.json
{
"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

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