node-opcua-xml2json
Advanced tools
Comparing version 2.103.0 to 2.104.0
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -9,3 +12,3 @@ exports.definitionReaderStateParser = exports._definitionParser = void 0; | ||
// </Definition> | ||
const node_opcua_assert_1 = require("node-opcua-assert"); | ||
const node_opcua_assert_1 = __importDefault(require("node-opcua-assert")); | ||
exports._definitionParser = { | ||
@@ -12,0 +15,0 @@ init(name, attrs) { |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Xml2JsonFs = void 0; | ||
const fs = require("fs"); | ||
const fs = __importStar(require("fs")); | ||
const xml2json_1 = require("../xml2json"); | ||
@@ -6,0 +29,0 @@ class Xml2JsonFs extends xml2json_1.Xml2Json { |
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "2.103.0", | ||
"version": "2.104.0", | ||
"description": "pure nodejs OPCUA SDK - module xml2json", | ||
@@ -16,4 +16,4 @@ "main": "dist/source/index.js", | ||
"ltx": "^3.0.0", | ||
"node-opcua-assert": "2.98.1", | ||
"node-opcua-utils": "2.98.1", | ||
"node-opcua-assert": "2.104.0", | ||
"node-opcua-utils": "2.104.0", | ||
"thenify": "^3.3.1", | ||
@@ -26,3 +26,3 @@ "xml-writer": "^1.7.0" | ||
"mocha": "^10.2.0", | ||
"node-opcua-debug": "2.99.0", | ||
"node-opcua-debug": "2.104.0", | ||
"node-opcua-nodesets": "2.103.0", | ||
@@ -44,3 +44,3 @@ "should": "^13.2.3" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "e206cac2daf39bd07e5ac6cbd744f966bb54759e", | ||
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d", | ||
"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
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
129430
2135
+ Addednode-opcua-assert@2.104.0(transitive)
+ Addednode-opcua-utils@2.104.0(transitive)
- Removednode-opcua-assert@2.98.1(transitive)
- Removednode-opcua-utils@2.98.1(transitive)
Updatednode-opcua-assert@2.104.0
Updatednode-opcua-utils@2.104.0