node-opcua-xml2json
Advanced tools
Comparing version 2.125.0 to 2.128.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.makeExtensionObjectReader = void 0; | ||
exports.makeExtensionObjectReader = makeExtensionObjectReader; | ||
const node_opcua_utils_1 = require("node-opcua-utils"); | ||
@@ -248,3 +248,2 @@ const xml2json_1 = require("./xml2json"); | ||
} | ||
exports.makeExtensionObjectReader = makeExtensionObjectReader; | ||
//# sourceMappingURL=extension_object_parser.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Xml2JsonPojo = exports.startPojo = exports.json_parser = void 0; | ||
exports.Xml2JsonPojo = exports.json_parser = void 0; | ||
exports.startPojo = startPojo; | ||
const xml2json_1 = require("./xml2json"); | ||
@@ -22,3 +23,2 @@ const xml2Json_pojo_tools_1 = require("./xml2Json_pojo_tools"); | ||
} | ||
exports.startPojo = startPojo; | ||
class Xml2JsonPojo extends xml2json_1.Xml2Json { | ||
@@ -25,0 +25,0 @@ constructor() { |
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "2.125.0", | ||
"version": "2.128.0", | ||
"description": "pure nodejs OPCUA SDK - module xml2json", | ||
@@ -17,3 +17,3 @@ "main": "dist/source/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-utils": "2.125.0", | ||
"node-opcua-utils": "2.128.0", | ||
"thenify": "^3.3.1", | ||
@@ -25,6 +25,4 @@ "xml-writer": "^1.7.0" | ||
"devDependencies": { | ||
"mocha": "^10.4.0", | ||
"node-opcua-debug": "2.125.0", | ||
"node-opcua-nodesets": "2.121.0", | ||
"should": "^13.2.3" | ||
"node-opcua-debug": "2.128.0", | ||
"node-opcua-nodesets": "2.121.0" | ||
}, | ||
@@ -44,3 +42,3 @@ "repository": { | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a0e0a2f1045e6e402dd4619c625c90008f0617ed", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"files": [ | ||
@@ -47,0 +45,0 @@ "dist", |
Sorry, the diff of this file is not supported yet
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
2
132585
2106
+ Addednode-opcua-utils@2.128.0(transitive)
- Removednode-opcua-utils@2.125.0(transitive)
Updatednode-opcua-utils@2.128.0