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.40.0 to 2.41.0

dist/get_temp_filename.d.ts

0

dist/display_trace.d.ts
export declare function traceFromThisProjectOnly(err?: Error): string;
export declare function displayTraceFromThisProjectOnly(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";

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

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

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

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

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

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

@@ -0,0 +0,0 @@ /// <reference types="node" />

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

export declare function removeDecoration(str: string): string;

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

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

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

export { getTempFilename } from "./get_temp_filename";
export { redirectToFile } from "./redirect_to_file";

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

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

6

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

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

"node-opcua-assert": "2.37.0",
"node-opcua-buffer-utils": "2.40.0"
"node-opcua-buffer-utils": "2.41.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "7315be805cf4ec57a575ca4ef1e1949f6d63ca49"
"gitHead": "b707b6bfdbed37fb3bd193839adcf95d04d1ee6c"
}

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