node-opcua-debug
Advanced tools
Comparing version 2.1.0 to 2.2.0
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; |
@@ -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 @@ /** |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140125
36
12