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.67.0 to 2.68.0

2

dist/source/xml2json.js

@@ -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

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