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.1.2 to 2.1.3

1

dist/source/xml2json.js

@@ -302,2 +302,3 @@ "use strict";

_prepareParser(callback) {
node_opcua_assert_1.assert(callback instanceof Function);
const parser = new LtxParser();

@@ -304,0 +305,0 @@ this.currentLevel = 0;

8

package.json
{
"name": "node-opcua-xml2json",
"version": "2.1.2",
"version": "2.1.3",
"description": "pure nodejs OPCUA SDK - module -xml2json",

@@ -16,3 +16,3 @@ "main": "dist/source/xml2json.js",

"node-opcua-debug": "^2.1.0",
"node-opcua-utils": "^2.1.2",
"node-opcua-utils": "^2.1.3",
"underscore": "^1.9.1"

@@ -23,3 +23,3 @@ },

"devDependencies": {
"node-opcua-nodesets": "^2.0.0",
"node-opcua-nodesets": "^2.1.3",
"should": "13.2.3"

@@ -40,3 +40,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "46c4676f5623126ee95c60c25bcdedd8091ba342"
"gitHead": "a47d959488b88d80c6d4d339d08c80ccc5490ffd"
}

@@ -459,2 +459,3 @@ /**

assert(callback instanceof Function);
const parser = new LtxParser();

@@ -461,0 +462,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