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-7 to 0.1.0-10

2

package.json
{
"name": "node-opcua-debug",
"version": "0.1.0-7",
"version": "0.1.0-10",
"description": "pure nodejs OPCUA SDK - module -debug",

@@ -5,0 +5,0 @@ "scripts": {

@@ -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