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

node-opcua-service-call

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

Comparing version 2.49.0 to 2.51.0

8

dist/imports.js

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

if (typeof dataType === "string") {
dataType = node_opcua_nodeid_1.resolveNodeId(dataType);
dataType = (0, node_opcua_nodeid_1.resolveNodeId)(dataType);
}

@@ -30,7 +30,7 @@ else if (dataType instanceof node_opcua_nodeid_1.NodeId) {

else if (dataType.value) {
node_opcua_assert_1.assert(dataType.hasOwnProperty("namespace"));
dataType = node_opcua_nodeid_1.coerceNodeId(dataType.value, dataType.namespace);
(0, node_opcua_assert_1.assert)(dataType.hasOwnProperty("namespace"));
dataType = (0, node_opcua_nodeid_1.coerceNodeId)(dataType.value, dataType.namespace);
}
else {
node_opcua_assert_1.assert(typeof dataType === "number");
(0, node_opcua_assert_1.assert)(typeof dataType === "number");
}

@@ -37,0 +37,0 @@ options.dataType = dataType;

{
"name": "node-opcua-service-call",
"version": "2.49.0",
"version": "2.51.0",
"description": "pure nodejs OPCUA SDK - module -service-call",

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

"dependencies": {
"node-opcua-assert": "2.42.0",
"node-opcua-basic-types": "2.47.0",
"node-opcua-binary-stream": "2.42.0",
"node-opcua-factory": "2.49.0",
"node-opcua-nodeid": "2.45.0",
"node-opcua-service-secure-channel": "2.49.0",
"node-opcua-types": "2.49.0",
"node-opcua-variant": "2.49.0"
"node-opcua-assert": "2.51.0",
"node-opcua-basic-types": "2.51.0",
"node-opcua-binary-stream": "2.51.0",
"node-opcua-factory": "2.51.0",
"node-opcua-nodeid": "2.51.0",
"node-opcua-service-secure-channel": "2.51.0",
"node-opcua-types": "2.51.0",
"node-opcua-variant": "2.51.0"
},
"devDependencies": {
"node-opcua-packet-analyzer": "2.49.0",
"node-opcua-status-code": "2.42.0",
"node-opcua-packet-analyzer": "2.51.0",
"node-opcua-status-code": "2.51.0",
"should": "^13.2.3"

@@ -43,3 +43,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "81654553c6d317fd918ca99b749550eb5e951c23"
"gitHead": "75feb111daf7ec65fa0111e4fa5beb8987fd4945"
}

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