New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-xml2json

Package Overview
Dependencies
Maintainers
1
Versions
161
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.44.0 to 2.49.0

2

dist/source/xml2json.js

@@ -281,3 +281,3 @@ "use strict";

});
parser.on("close", () => {
parser.once("close", () => {
if (callback) {

@@ -284,0 +284,0 @@ callback(null, this.current_state._pojo);

{
"name": "node-opcua-xml2json",
"version": "2.44.0",
"version": "2.49.0",
"description": "pure nodejs OPCUA SDK - module -xml2json",

@@ -39,3 +39,3 @@ "main": "dist/source/index.js",

"homepage": "http://node-opcua.github.io/",
"gitHead": "ba4e499a38b101a283e2121729802d15d77a319c"
"gitHead": "81654553c6d317fd918ca99b749550eb5e951c23"
}

@@ -378,3 +378,3 @@ /**

});
parser.on("close", () => {
parser.once("close", () => {
if (callback) {

@@ -381,0 +381,0 @@ (callback as any)(null, (this.current_state! as any)._pojo);

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