node-opcua-packet-analyzer
Advanced tools
Comparing version 2.113.0 to 2.114.0
@@ -157,3 +157,3 @@ "use strict"; | ||
if (customOptions) | ||
options = Object.assign(Object.assign({}, options), customOptions); | ||
options = { ...options, ...customOptions }; | ||
try { | ||
@@ -160,0 +160,0 @@ if (objMessage) { |
{ | ||
"name": "node-opcua-packet-analyzer", | ||
"version": "2.113.0", | ||
"version": "2.114.0", | ||
"description": "pure nodejs OPCUA SDK - module packet-analyzer", | ||
@@ -19,10 +19,10 @@ "main": "./dist/source/index.js", | ||
"node-opcua-assert": "2.105.0", | ||
"node-opcua-basic-types": "2.113.0", | ||
"node-opcua-binary-stream": "2.110.0", | ||
"node-opcua-debug": "2.113.0", | ||
"node-opcua-factory": "2.113.0", | ||
"node-opcua-utils": "2.110.0" | ||
"node-opcua-basic-types": "2.114.0", | ||
"node-opcua-binary-stream": "2.114.0", | ||
"node-opcua-debug": "2.114.0", | ||
"node-opcua-factory": "2.114.0", | ||
"node-opcua-utils": "2.114.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-nodeid": "2.113.0", | ||
"node-opcua-nodeid": "2.114.0", | ||
"node-opcua-test-helpers": "2.113.0", | ||
@@ -44,3 +44,3 @@ "should": "^13.2.3" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "36db335391fedd39726990a1b37f7768da16466a", | ||
"gitHead": "358d284a696c88e383eedac1ab75d950fb28ec35", | ||
"files": [ | ||
@@ -47,0 +47,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
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
83743
+ Addednode-opcua-basic-types@2.114.0(transitive)
+ Addednode-opcua-binary-stream@2.114.0(transitive)
+ Addednode-opcua-buffer-utils@2.114.0(transitive)
+ Addednode-opcua-constants@2.114.0(transitive)
+ Addednode-opcua-date-time@2.114.0(transitive)
+ Addednode-opcua-debug@2.114.0(transitive)
+ Addednode-opcua-enum@2.114.0(transitive)
+ Addednode-opcua-factory@2.114.0(transitive)
+ Addednode-opcua-nodeid@2.114.0(transitive)
+ Addednode-opcua-status-code@2.114.0(transitive)
+ Addednode-opcua-utils@2.114.0(transitive)
- Removednode-opcua-basic-types@2.113.0(transitive)
- Removednode-opcua-binary-stream@2.110.0(transitive)
- Removednode-opcua-buffer-utils@2.110.0(transitive)
- Removednode-opcua-constants@2.98.1(transitive)
- Removednode-opcua-date-time@2.113.0(transitive)
- Removednode-opcua-debug@2.113.0(transitive)
- Removednode-opcua-enum@2.110.0(transitive)
- Removednode-opcua-factory@2.113.0(transitive)
- Removednode-opcua-nodeid@2.113.0(transitive)
- Removednode-opcua-status-code@2.110.0(transitive)
- Removednode-opcua-utils@2.110.0(transitive)
Updatednode-opcua-debug@2.114.0
Updatednode-opcua-factory@2.114.0
Updatednode-opcua-utils@2.114.0