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

node-opcua

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

1

bin/simple_server.js

@@ -6,2 +6,3 @@ Error.stackTraceLimit = Infinity;

var default_xmlFile = __dirname + "/../nodesets/Opc.Ua.NodeSet2.xml";
console.log(" node set " , default_xmlFile);
var server = new OPCUAServer({ nodeset_filename: default_xmlFile});

@@ -8,0 +9,0 @@

13

lib/xml2json/lib.js

@@ -224,13 +224,4 @@ /**

var parser = this._prepareParser(callback);
var readStream = fs.createReadStream(xmlFile);
readStream.on('open', function () {
readStream.pipe(parser);
});
readStream.on('error', function(err) {
console.log(err);
console.log(err.stack);
parser.end(err);
});
var bomstrip = require("bomstrip");
fs.createReadStream(xmlFile).pipe(new bomstrip()).pipe(parser);
};

@@ -237,0 +228,0 @@

{
"name": "node-opcua",
"version": "0.0.20",
"version": "0.0.21",
"description": "pure nodejs OPCUA SDK",

@@ -42,2 +42,9 @@ "homepage": "http://node-opcua.github.io/",

"yuidoc-bootstrap-theme": "^1.0.0",
"coveralls": "*",
"progress": "~1.1.5",
"eyes": "~0.1.8",
"tmp": "0.0.23",
"tracer": "~0.7.1",
"request": "~2.34.0",
"mustache": "~0.8.1",
"yuidocjs": "^0.3.50"

@@ -47,29 +54,18 @@ },

"async": "~0.9.0",
"base64-js": "0.0.6",
"better-assert": "~1.0.0",
"bignumber.js": "~1.3.0",
"collections": "~2.0.1",
"bomstrip": "^0.1.4",
"colors": "~0.6.2",
"coveralls": "*",
"easy-table": "~0.3.0",
"enum": "~0.2.6",
"eyes": "~0.1.8",
"ersatz-node-expat": "*",
"hexy": "~0.2.5",
"ignite": "~0.1.8",
"machina": "~0.3.6",
"mustache": "~0.8.1",
"node-int64": "~0.3.1",
"optimist": "~0.6.1",
"optimist": "*",
"prettyjson": "~1.0.0",
"progress": "~1.1.5",
"request": "~2.34.0",
"sprintf": "~0.1.3",
"sync": "^0.2.2",
"through2": "~1.0.0",
"tmp": "0.0.23",
"tracer": "~0.7.1",
"treeify": "~1.0.1",
"underscore": "~1.6.0",
"ersatz-node-expat": "*"
"underscore": "~1.6.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