node-opcua-xml2json
Advanced tools
Comparing version 0.1.0-alpha.dc0cce4c to 0.1.1-0
{ | ||
"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) { |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12723
4
1
1
+ Addednode-opcua-assert@0.1.1-0(transitive)
- Removednode-opcua-assert@0.1.0-alpha.dc0cce4c(transitive)
Updatednode-opcua-assert@^0.1.1-0