node-opcua-xml2json
Advanced tools
Comparing version 2.67.0 to 2.68.0
@@ -261,3 +261,3 @@ "use strict"; | ||
_prepareParser(callback) { | ||
(0, node_opcua_assert_1.assert)(callback instanceof Function); | ||
(0, node_opcua_assert_1.assert)(typeof callback === 'function'); | ||
const parser = new LtxParser(); | ||
@@ -264,0 +264,0 @@ this.currentLevel = 0; |
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "2.67.0", | ||
"version": "2.68.0", | ||
"description": "pure nodejs OPCUA SDK - module -xml2json", | ||
@@ -18,3 +18,3 @@ "main": "dist/source/index.js", | ||
"node-opcua-assert": "2.66.0", | ||
"node-opcua-debug": "2.67.0", | ||
"node-opcua-debug": "2.68.0", | ||
"node-opcua-utils": "2.67.0", | ||
@@ -42,3 +42,3 @@ "xml-writer": "^1.7.0" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e" | ||
"gitHead": "363b466440d0910acddd0cde2c37792ce4724d76" | ||
} |
@@ -362,3 +362,3 @@ /** | ||
protected _prepareParser(callback: Callback<any> | SimpleCallback): LtxParser { | ||
assert(callback instanceof Function); | ||
assert(typeof callback === 'function'); | ||
const parser = new LtxParser(); | ||
@@ -365,0 +365,0 @@ this.currentLevel = 0; |
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
95668
+ Addednode-opcua-debug@2.68.0(transitive)
- Removednode-opcua-debug@2.67.0(transitive)
Updatednode-opcua-debug@2.68.0