Socket
Socket
Sign inDemoInstall

node-opcua-debug

Package Overview
Dependencies
5
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.6 to 0.5.0

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(tmpfile: 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 @@ export { trace_from_this_projet_only, display_trace_from_this_projet_only } from "./display_trace";

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

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

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

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

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

export declare function redirectToFile(tmpfile: string, action_func: Function, callback: Function | null): void;

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

8

package.json
{
"name": "node-opcua-debug",
"version": "0.4.6",
"version": "0.5.0",
"description": "pure nodejs OPCUA SDK - module -debug",

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

"hexy": "^0.2.11",
"node-opcua-assert": "^0.4.6",
"node-opcua-buffer-utils": "^0.4.6",
"node-opcua-assert": "^0.5.0",
"node-opcua-buffer-utils": "^0.5.0",
"underscore": "^1.9.1"

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "537d2a1f4d88271c57389d8ed56d787cf67588d2"
"gitHead": "7c2f2dcb6ebdc49e57da1a028406a307df502d4e"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc