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.1.0 to 2.2.0

tsconfig.tsbuildinfo

0

dist/display_trace.d.ts
export declare function trace_from_this_projet_only(err?: Error): string;
export declare function display_trace_from_this_projet_only(err?: Error): void;

@@ -0,0 +0,0 @@ "use strict";

export declare function dump(obj: any): void;
export declare function dumpIf(condition: boolean, obj: any): void;

@@ -0,0 +0,0 @@ "use strict";

export declare function getTempFilename(tmpFilename: string | null): string;

@@ -0,0 +0,0 @@ "use strict";

/// <reference types="node" />
export declare function hexDump(buffer: Buffer | null, width?: number, maxSize?: number): any;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare function setDebugFlag(scriptFullPath: string, flag: boolean): void;

2

dist/make_loggers.js

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

const filename = extractBasename(scriptFullPath);
if (process.env.DEBUG) {
if (process.env.DEBUG && process.env.DEBUG.length > 1) {
const decoratedFilename = chalk_1.default.yellow(w(filename, 60));

@@ -25,0 +25,0 @@ console.log(" Setting debug for ", decoratedFilename, " to ", (flag ? chalk_1.default.cyan : chalk_1.default.red)(flag.toString()));

/// <reference types="node" />
export declare function inlineText(f: any): string;
export declare function makebuffer_from_trace(func: string | Function): Buffer;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

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

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

"node-opcua-assert": "^2.0.0",
"node-opcua-buffer-utils": "^2.1.0",
"node-opcua-buffer-utils": "^2.2.0",
"underscore": "^1.9.1"

@@ -38,3 +38,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "ddce2b6e3e13371510e63d839c1a4c4ff0be2c15"
"gitHead": "e77e0371580d04e874b2023f8a5751c3608bc3f9"
}

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -25,3 +25,3 @@ /**

const filename = extractBasename(scriptFullPath);
if (process.env.DEBUG) {
if (process.env.DEBUG && process.env.DEBUG.length > 1) {
const decoratedFilename = chalk.yellow(w(filename, 60));

@@ -28,0 +28,0 @@ console.log(

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

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