Socket
Socket
Sign inDemoInstall

node-opcua-debug

Package Overview
Dependencies
9
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.120.0 to 2.121.0

2

distNodeJS/get_temp_filename.js

@@ -15,3 +15,3 @@ "use strict";

const folderOfThisFile = __dirname;
const temporaryFolder = path_1.default.join(folderOfThisFile, "../../../../tmp/");
const temporaryFolder = path_1.default.join(folderOfThisFile, "../../../tmp/");
if (!fs_1.default.existsSync(temporaryFolder)) {

@@ -18,0 +18,0 @@ fs_1.default.mkdirSync(temporaryFolder);

{
"name": "node-opcua-debug",
"version": "2.120.0",
"version": "2.121.0",
"description": "pure nodejs OPCUA SDK - module debug",

@@ -36,3 +36,3 @@ "scripts": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983",
"gitHead": "ba93a78eda343ecc0cc20476837347f6dfa259e0",
"files": [

@@ -39,0 +39,0 @@ "dist",

@@ -10,3 +10,3 @@ /**

const folderOfThisFile = __dirname;
const temporaryFolder = path.join(folderOfThisFile, "../../../../tmp/");
const temporaryFolder = path.join(folderOfThisFile, "../../../tmp/");
if (!fs.existsSync(temporaryFolder)) {

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc