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 0.1.0-alpha.dc0cce4c to 0.1.1-0

LICENSE

51

package.json
{
"name": "node-opcua-xml2json",
"version": "0.1.0-alpha.dc0cce4c",
"description": "",
"main": "src/xml2json.js",
"scripts": {
"test": "mocha test"
},
"dependencies": {
"bomstrip": "^0.1.4",
"ltx": "^2.7.1",
"node-opcua-assert": "^0.1.0-alpha.dc0cce4c",
"underscore": "^1.8.3"
},
"author": "etienne.rossignon@gadz.org",
"license": "MIT",
"devDependencies": {
"node-opcua-nodesets": "^0.1.0-alpha.dc0cce4c",
"should": "^13.0.1"
}
"name": "node-opcua-xml2json",
"version": "0.1.1-0",
"description": "pure nodejs OPCUA SDK - module -xml2json",
"main": "src/xml2json.js",
"scripts": {
"test": "mocha test"
},
"dependencies": {
"bomstrip": "^0.1.4",
"ltx": "^2.7.1",
"node-opcua-assert": "^0.1.1-0",
"underscore": "^1.8.3"
},
"author": "Etienne Rossignon",
"license": "MIT",
"devDependencies": {
"node-opcua-nodesets": "^0.1.1-0",
"should": "13.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/node-opcua/node-opcua.git"
},
"keywords": [
"OPCUA",
"opcua",
"m2m",
"iot",
"opc ua",
"internet of things"
],
"homepage": "http://node-opcua.github.io/"
}

@@ -58,3 +58,4 @@ var Xml2Json = require("..").Xml2Json;

var constructNodesetFilename = require("node-opcua-nodesets").constructNodesetFilename;
var nodesets = require("node-opcua-nodesets");
// accommodate for slow RPI

@@ -65,3 +66,3 @@ if (process.arch === "arm") {

}
var xml_file = constructNodesetFilename("Opc.Ua.NodeSet2.xml");
var xml_file = nodesets.standard_nodeset_file;
var parser = new Xml2Json({});

@@ -68,0 +69,0 @@ parser.parse(xml_file, function (err) {

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