node-opcua-certificate-manager
Advanced tools
Comparing version 2.67.0 to 2.68.0
@@ -49,3 +49,3 @@ "use strict"; | ||
const callback = args[0]; | ||
(0, node_opcua_assert_1.assert)(callback && callback instanceof Function); | ||
(0, node_opcua_assert_1.assert)(callback && typeof callback === 'function'); | ||
return super.initialize(callback); | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "node-opcua-certificate-manager", | ||
"version": "2.67.0", | ||
"version": "2.68.0", | ||
"description": "pure nodejs OPCUA SDK - module -client", | ||
@@ -21,8 +21,8 @@ "scripts": { | ||
"node-opcua-assert": "2.66.0", | ||
"node-opcua-basic-types": "2.67.0", | ||
"node-opcua-basic-types": "2.68.0", | ||
"node-opcua-buffer-utils": "2.67.0", | ||
"node-opcua-constants": "2.67.0", | ||
"node-opcua-crypto": "^1.10.0", | ||
"node-opcua-debug": "2.67.0", | ||
"node-opcua-object-registry": "2.67.0", | ||
"node-opcua-debug": "2.68.0", | ||
"node-opcua-object-registry": "2.68.0", | ||
"node-opcua-pki": "^2.15.4", | ||
@@ -37,3 +37,3 @@ "node-opcua-status-code": "2.67.0", | ||
"dequeue": "^1.0.5", | ||
"node-opcua-leak-detector": "2.67.0", | ||
"node-opcua-leak-detector": "2.68.0", | ||
"should": "^13.2.3", | ||
@@ -62,3 +62,3 @@ "sinon": "^13.0.1" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e" | ||
"gitHead": "363b466440d0910acddd0cde2c37792ce4724d76" | ||
} |
@@ -108,3 +108,3 @@ /** | ||
const callback = args[0]; | ||
assert(callback && callback instanceof Function); | ||
assert(callback && typeof callback === 'function'); | ||
return super.initialize(callback); | ||
@@ -111,0 +111,0 @@ } |
Sorry, the diff of this file is not supported yet
25349
+ Addednode-opcua-basic-types@2.68.0(transitive)
+ Addednode-opcua-date-time@2.68.0(transitive)
+ Addednode-opcua-debug@2.68.0(transitive)
+ Addednode-opcua-nodeid@2.68.0(transitive)
+ Addednode-opcua-object-registry@2.68.0(transitive)
- Removednode-opcua-basic-types@2.67.0(transitive)
- Removednode-opcua-date-time@2.67.0(transitive)
- Removednode-opcua-debug@2.67.0(transitive)
- Removednode-opcua-nodeid@2.67.0(transitive)
- Removednode-opcua-object-registry@2.67.0(transitive)
Updatednode-opcua-debug@2.68.0