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 2.104.0 to 2.105.0

2

dist/make_loggers.js

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

const debugFlags = {};
const _process = (typeof process === "object") ? process : { env: {} };
const _process = typeof process === "object" ? process : { env: {} };
const sTraceFlag = _process.env && _process.env.DEBUG;

@@ -18,0 +18,0 @@ // istanbul ignore next

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

@@ -13,4 +13,4 @@ "scripts": {

"hexy": "0.3.4",
"node-opcua-assert": "2.104.0",
"node-opcua-buffer-utils": "2.104.0"
"node-opcua-assert": "2.105.0",
"node-opcua-buffer-utils": "2.105.0"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"homepage": "http://node-opcua.github.io/",
"gitHead": "3cd6d355e8b3c66822d08a3ca682659ea5d1a55d",
"gitHead": "41c30f321debfe92128905d97a52426b9d7f9b9e",
"files": [

@@ -40,0 +40,0 @@ "dist",

@@ -11,3 +11,3 @@ /**

const _process = (typeof process === "object") ? process : { env: {} as Record<string, string> };
const _process = typeof process === "object" ? process : { env: {} as Record<string, string> };
const sTraceFlag = _process.env && (_process.env.DEBUG as string);

@@ -47,3 +47,3 @@

function w(str: string, l: number): string {
return str.padEnd(l," ").substring(0, l);
return str.padEnd(l, " ").substring(0, l);
}

@@ -50,0 +50,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