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.64.1 to 2.66.0

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: unknown): void;
export declare function dumpIf(condition: boolean, obj: unknown): 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";

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

@@ -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";

10

package.json
{
"name": "node-opcua-debug",
"version": "2.64.1",
"version": "2.66.0",
"description": "pure nodejs OPCUA SDK - module -debug",
"scripts": {
"build": "tsc -b",
"clean": "node -e \"require('rimraf').sync('dist');\"",
"clean": "npx rimraf dist *.tsbuildinfo",
"test": "mocha"

@@ -12,4 +12,4 @@ },

"hexy": "0.3.4",
"node-opcua-assert": "2.64.1",
"node-opcua-buffer-utils": "2.64.1"
"node-opcua-assert": "2.66.0",
"node-opcua-buffer-utils": "2.66.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "b65b8738603cd475d7d99a2b20b0ae9d32b4110c"
"gitHead": "97f47e2e242a1fd737495fd64cb65e8fb7a9964b"
}
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