Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-xml2json

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-xml2json - npm Package Compare versions

Comparing version 2.125.0 to 2.128.0

3

dist/source/extension_object_parser.js
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc