Socket
Socket
Sign inDemoInstall

node-opcua-debug

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-debug - npm Package Compare versions

Comparing version 0.1.0-alpha.dc0cce4c to 0.1.1-0

LICENSE

47

package.json
{
"name": "node-opcua-debug",
"version": "0.1.0-alpha.dc0cce4c",
"description": "",
"scripts": {
"test": "mocha test"
},
"dependencies": {
"hexy": "^0.2.10",
"node-opcua-assert": "^0.1.0-alpha.dc0cce4c",
"node-opcua-buffer-utils": "^0.1.0-alpha.dc0cce4c",
"underscore": "^1.8.3"
},
"devDependencies": {
"should": "^13.0.1"
},
"main": "index.js"
"name": "node-opcua-debug",
"version": "0.1.1-0",
"description": "pure nodejs OPCUA SDK - module -debug",
"scripts": {
"test": "mocha test"
},
"dependencies": {
"hexy": "^0.2.10",
"node-opcua-assert": "^0.1.1-0",
"node-opcua-buffer-utils": "^0.1.1-0",
"underscore": "^1.8.3"
},
"devDependencies": {
"should": "13.2.0"
},
"main": "index.js",
"author": "Etienne Rossignon",
"license": "MIT",
"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/"
}

@@ -7,3 +7,5 @@ "use strict";

tmpfile = tmpfile || "";
var temporaryFolder = path.join(__dirname,'../../../../tmp/');
var this_dirname = __dirname;
var temporaryFolder = path.join(this_dirname, '../../../../tmp/');
if (!fs.existsSync(temporaryFolder)) {

@@ -10,0 +12,0 @@ fs.mkdirSync(temporaryFolder);

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